7dea148ef8d33ecb37e446b7adb2357676b73342
Inferno
Inferno game engine project.
Download
Clone
$ git clone https://gitlab.com/riyyi/engine
$ cd engine
$ git submodule init
$ git submodule update
Or
$ git clone --recursive https://gitlab.com/riyyi/engine
Update
$ git pull
$ git submodule update --recursive
Build instructions
$ mkdir build
$ cd build
$ cmake .. && make
References
- Build GLFW using CMake
- Learn OpenGL
- Game Engine by The Cherno
Languages
C++
88.6%
GLSL
5%
JavaScript
2.2%
Lua
2%
CMake
2%
Other
0.2%