(Voxel) Planet Rendering Engine
Go to file
Evert Prants 22060b455f
Frustum planes calculation
2018-04-16 13:51:02 +03:00
data/shaders Just to make @AstroSnail happy :P 2018-04-15 08:38:30 +03:00
src Frustum planes calculation 2018-04-16 13:51:02 +03:00
.gitignore Humble beginnings - Simple window! 2018-04-13 22:53:56 +03:00
CMakeLists.txt Add example code to test shaders and camera 2018-04-14 22:56:06 +03:00
LICENSE.md Licensing 2018-04-14 17:42:32 +03:00
README.md Licensing 2018-04-14 17:42:32 +03:00

README.md

Universium 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.

Compile

Currently only tested on Linux.

mkdir build && cd build
cmake ..
make

License

The GNU General Public License, Version 3

See LICENSE.