(Voxel) Planet Rendering Engine
Go to file
Evert Prants c07296828b
test commit for webhook 2
2018-05-25 21:34:31 +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 test commit for webhook 2 2018-05-25 21:34:31 +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. And to actually make something cool.

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.