# Voxspatium Game Engine An idea for a 3D game engine that renders voxel planets, puts them into orbits and allows the creation of games via simple scripting. ## The Goal The goal of this application is to make a scriptable voxel planets engine to use in the making of games that involve outer space and interplanetary travel. ## Compile Currently only tested on Linux. However, there isn't much to see here yet, so I wouldn't recommend it. ``` mkdir build && cd build cmake .. make ``` ## License The GNU General Public License, Version 3 See [LICENSE](LICENSE.md).