voxspatium/README.md

20 lines
572 B
Markdown
Raw Permalink Normal View History

2018-06-02 16:45:16 +00:00
# Voxspatium Game Engine
2018-03-22 19:09:35 +00:00
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-06-02 16:45:16 +00:00
The goal of this application is to make a scriptable voxel planets engine to use in the making of games that
involve outer space and interplanetary travel.
## 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).