(Voxel) Planet Rendering Engine
Go to file
AstroSnail b5bf282711
GLSL shaders are only defined starting OpenGL 2.0
2018-06-04 11:01:43 +01:00
data/shaders Just to make @AstroSnail happy :P 2018-04-15 08:38:30 +03:00
src GLSL shaders are only defined starting OpenGL 2.0 2018-06-04 11:01:43 +01:00
.gitignore Name change! 2018-06-02 19:45:16 +03:00
CMakeLists.txt Name change! 2018-06-02 19:45:16 +03:00
LICENSE.md Licensing 2018-04-14 17:42:32 +03:00
README.md Name change! 2018-06-02 19:45:16 +03:00

README.md

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.