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.
|
|
1 year ago | |
|---|---|---|
| assets | 1 year ago | |
| cmake | 3 years ago | |
| doc | 1 year ago | |
| example | 1 year ago | |
| src | 1 year ago | |
| vendor | 1 year ago | |
| .clang-format | 3 years ago | |
| .gitignore | 5 years ago | |
| .gitmodules | 1 year ago | |
| CMakeLists.txt | 1 year ago | |
| LICENSE | 5 years ago | |
| README.org | 1 year ago | |
| compile_commands.json | 6 years ago | |
| launch.json | 3 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