You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Riyyi
2793956be4
|
6 months ago | |
---|---|---|
assets | 10 months ago | |
cmake | 2 years ago | |
example | 11 months ago | |
src | 6 months ago | |
vendor | 6 months ago | |
.clang-format | 2 years ago | |
.gitignore | 4 years ago | |
.gitmodules | 11 months ago | |
CMakeLists.txt | 11 months ago | |
LICENSE | 4 years ago | |
README.org | 10 months ago | |
compile_commands.json | 5 years ago | |
launch.json | 2 years ago |
README.org
Inferno
Inferno game engine project.
Download
Clone
$ git clone https://github.com/riyyi/inferno
$ cd inferno
$ git submodule update --init --recursive
Or
$ git clone --recursive https://github.com/riyyi/inferno
Update
$ git pull
$ git submodule update --recursive
Build instructions
$ mkdir build
$ cd build
$ cmake .. && make