(Voxel) Planet Rendering Engine
Go to file
Evert Prants 736e7a19b1
Add orientation matrix to planet face, remove chunk mesh from memory when unloaded
2018-06-09 13:51:50 +03:00
data/shaders remove the skybox, disable broken frustum 2018-06-07 12:29:44 +03:00
src Add orientation matrix to planet face, remove chunk mesh from memory when unloaded 2018-06-09 13:51:50 +03: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.