|
2 weeks ago | |
---|---|---|
assets | 2 months ago | |
game/src | 2 months ago | |
inferno | 1 month ago | |
.clang-format | 1 month ago | |
.gitignore | 3 months ago | |
.gitmodules | 2 months ago | |
CMakeLists.txt | 2 months ago | |
LICENSE | 2 weeks ago | |
README.org | 2 months ago | |
compile_commands.json | 1 year ago | |
launch.json | 3 months ago |
Inferno game engine project.
$ git clone https://gitlab.com/riyyi/inferno $ cd inferno $ git submodule init $ git submodule update
Or
$ git clone --recursive https://gitlab.com/riyyi/inferno
$ git pull $ git submodule update --recursive
$ mkdir build $ cd build $ cmake .. && make
Game Engine by The Cherno