Inferno Game Engine
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Riyyi d01a4429ca Renderer: Rename Character -> Font/Symbol hace 3 meses
assets Engine: Implement skybox hace 4 meses
cmake CMake: Copy assets to the build directory automatically hace 2 años
example Script+System: Allow native scripts from projects, decoupled from engine hace 5 meses
src Renderer: Rename Character -> Font/Symbol hace 3 meses
vendor Meta: Update ruc library hace 2 años
.clang-format Meta: Bump C++ version to 20 in .clang-format hace 2 años
.gitignore Add clangd .cache to .gitignore hace 3 años
.gitmodules Meta: Assets in separate CMakeLists.txt hace 4 meses
CMakeLists.txt Meta: Assets in separate CMakeLists.txt hace 4 meses
LICENSE Release source under MIT license hace 3 años
README.org Component+Scene+System: Implement parent-child transform components hace 4 meses
compile_commands.json Add needed LSP requirements hace 4 años
launch.json Meta: Update debugging path to example executable hace 2 años

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