(Voxel) Planet Rendering Engine
Go to file
Evert Prants 567dd856cb
custom index buffers, broken neighbor detection
2020-04-10 13:29:11 +03:00
data/shaders remove the skybox, disable broken frustum 2018-06-07 12:29:44 +03:00
src custom index buffers, broken neighbor detection 2020-04-10 13:29:11 +03:00
.gitignore Name change! 2018-06-02 19:45:16 +03:00
CMakeLists.txt get rid of the chunk shit, broken sphere.. 2020-03-21 17:58:23 +02: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.