Inferno Game Engine
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Riyyi d01a4429ca Renderer: Rename Character -> Font/Symbol 3 mesi fa
assets Engine: Implement skybox 3 mesi fa
cmake CMake: Copy assets to the build directory automatically 2 anni fa
example Script+System: Allow native scripts from projects, decoupled from engine 5 mesi fa
src Renderer: Rename Character -> Font/Symbol 3 mesi fa
vendor Meta: Update ruc library 2 anni fa
.clang-format Meta: Bump C++ version to 20 in .clang-format 2 anni fa
.gitignore Add clangd .cache to .gitignore 3 anni fa
.gitmodules Meta: Assets in separate CMakeLists.txt 4 mesi fa
CMakeLists.txt Meta: Assets in separate CMakeLists.txt 4 mesi fa
LICENSE Release source under MIT license 3 anni fa
README.org Component+Scene+System: Implement parent-child transform components 3 mesi fa
compile_commands.json Add needed LSP requirements 4 anni fa
launch.json Meta: Update debugging path to example executable 2 anni fa

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