選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
11ヶ月前 | |
---|---|---|
assets | 11ヶ月前 | |
cmake | 3年前 | |
doc | 11ヶ月前 | |
example | 11ヶ月前 | |
src | 11ヶ月前 | |
vendor | 11ヶ月前 | |
.clang-format | 3年前 | |
.gitignore | 5年前 | |
.gitmodules | 1年前 | |
CMakeLists.txt | 11ヶ月前 | |
LICENSE | 4年前 | |
README.org | 1年前 | |
compile_commands.json | 6年前 | |
launch.json | 3年前 |
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