guillaumechereau / goxel
- пятница, 18 марта 2016 г. в 02:17:20
C
Open source 3D voxel editor
Version 0.2
By Guillaume Chereau guillaume@noctua-software.com
_______ _______ __ __ _______ ___
| || || |_| || || |
| ___|| _ || || ___|| |
| | __ | | | || || |___ | |
| || || |_| | | | | ___|| |___
| |_| || || _ || |___ | |
|_______||_______||__| |__||_______||_______|
You can use goxel to create voxel graphics (3D images formed of cubes). It works on Linux, Windows and OSX
Goxel is released under the GPL3 licence.
The building system uses scons. You can compile in debug with 'scons', and in release with 'scons debug=0'. On Windows, I only tried to build with msys2. The code is in C99, using some gnu extensions, so it does not compile with msvc.