voxspatium/README.md

20 lines
553 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
2018-05-25 18:23:42 +00:00
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
2018-05-25 18:34:31 +00:00
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
```
2018-04-14 14:42:32 +00:00
## License
The GNU General Public License, Version 3
See [LICENSE](LICENSE.md).