(Voxel) Planet Rendering Engine
Go to file
Evert Prants 834d3b0662
comment some planet code
2021-11-06 15:12:31 +02:00
data/shaders remove the skybox, disable broken frustum 2018-06-07 12:29:44 +03:00
src comment some planet code 2021-11-06 15:12:31 +02: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.