(Voxel) Planet Rendering Engine
Go to file
AstroSnail 4cb08135cd
Removing 'using namespace std;' and fixing breakages
2018-04-15 00:01:44 +01:00
data/shaders Add example code to test shaders and camera 2018-04-14 22:56:06 +03:00
src Removing 'using namespace std;' and fixing breakages 2018-04-15 00:01:44 +01: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.