Inferno game engine project.
$ git clone https://github.com/riyyi/inferno
$ cd inferno
$ git submodule update --init --recursive
Or
$ git clone --recursive https://github.com/riyyi/inferno
$ git pull
$ git submodule update --recursive
$ mkdir build
$ cd build
$ cmake .. && make