(Voxel) Planet Rendering Engine
Go to file
AstroSnail 989d402933
Change requirement to OpenGL 3.3 Core
Just to make it convenient for everyone else
3.3 is chosen because that's the core version used by the llvmpipe renderer
2018-06-06 10:34:59 +01:00
data/shaders Just to make @AstroSnail happy :P 2018-04-15 08:38:30 +03:00
src Change requirement to OpenGL 3.3 Core 2018-06-06 10:34:59 +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.