From b5c68a4dda3e653d3bfb83bb10991eb1673d4206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Le=C3=A3o?= Date: Sun, 27 Jul 2014 20:48:48 -0300 Subject: [PATCH] Add Voxel editors subsection --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 426ef51..b506f3c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A list of game development resources to make **magic** happen. Created by awesom - [3D Tools](#3d-tools) - [Modeling](#modeling) - [Terrain Generators](#terrain-generators) + - [Voxel Editors](#voxel-editors) - [Code](#code) - [Engines and Frameworks](#engines-and-frameworks) - [2D](#2d) @@ -132,6 +133,16 @@ Graphics * [World Machine](http://www.world-machine.com/) * [Canyon Terrain Editor](http://entardev.wordpress.com/other-projects/canyon-terrain-editor/) +#### Voxel Editors + +* [VoxelShop](http://blackflux.com/node/11) +* [Qubicle Constructor](http://www.minddesk.com/qubicle_constructor.php) +* [MagicaVoxel](http://voxel.codeplex.com/) +* [Paint3D](http://www.paint3d.net/) +* [Sproxel](http://sproxel.blogspot.com.br/) +* [Q-Block](http://kyucon.com/qblock/) + + Code ---- *Set of game frameworks, engines and platforms*