Inferno Game Engine
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Riyyi d01a4429ca Renderer: Rename Character -> Font/Symbol il y a 3 mois
assets Engine: Implement skybox il y a 4 mois
cmake CMake: Copy assets to the build directory automatically il y a 2 ans
example Script+System: Allow native scripts from projects, decoupled from engine il y a 5 mois
src Renderer: Rename Character -> Font/Symbol il y a 3 mois
vendor Meta: Update ruc library il y a 2 ans
.clang-format Meta: Bump C++ version to 20 in .clang-format il y a 2 ans
.gitignore Add clangd .cache to .gitignore il y a 3 ans
.gitmodules Meta: Assets in separate CMakeLists.txt il y a 4 mois
CMakeLists.txt Meta: Assets in separate CMakeLists.txt il y a 4 mois
LICENSE Release source under MIT license il y a 3 ans
README.org Component+Scene+System: Implement parent-child transform components il y a 4 mois
compile_commands.json Add needed LSP requirements il y a 4 ans
launch.json Meta: Update debugging path to example executable il y a 2 ans

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