voxspatium/README.md

14 lines
362 B
Markdown
Raw Normal View History

2018-03-22 19:09:35 +00:00
# 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
```