1
0
Fork 0
Inferno Game Engine
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Riyyi d01a4429ca Renderer: Rename Character -> Font/Symbol vor 2 Monaten
assets Engine: Implement skybox vor 3 Monaten
cmake CMake: Copy assets to the build directory automatically vor 2 Jahren
example Script+System: Allow native scripts from projects, decoupled from engine vor 4 Monaten
src Renderer: Rename Character -> Font/Symbol vor 2 Monaten
vendor Meta: Update ruc library vor 1 Jahr
.clang-format Meta: Bump C++ version to 20 in .clang-format vor 2 Jahren
.gitignore Add clangd .cache to .gitignore vor 3 Jahren
.gitmodules Meta: Assets in separate CMakeLists.txt vor 3 Monaten
CMakeLists.txt Meta: Assets in separate CMakeLists.txt vor 3 Monaten
LICENSE Release source under MIT license vor 3 Jahren
README.org Component+Scene+System: Implement parent-child transform components vor 3 Monaten
compile_commands.json Add needed LSP requirements vor 4 Jahren
launch.json Meta: Update debugging path to example executable vor 2 Jahren

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

Libraries