1
0
Derivar 0
Inferno Game Engine
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Riyyi d01a4429ca Renderer: Rename Character -> Font/Symbol há 3 meses
assets Engine: Implement skybox há 3 meses
cmake CMake: Copy assets to the build directory automatically há 2 anos
example Script+System: Allow native scripts from projects, decoupled from engine há 5 meses
src Renderer: Rename Character -> Font/Symbol há 3 meses
vendor Meta: Update ruc library há 2 anos
.clang-format Meta: Bump C++ version to 20 in .clang-format há 2 anos
.gitignore Add clangd .cache to .gitignore há 3 anos
.gitmodules Meta: Assets in separate CMakeLists.txt há 4 meses
CMakeLists.txt Meta: Assets in separate CMakeLists.txt há 4 meses
LICENSE Release source under MIT license há 3 anos
README.org Component+Scene+System: Implement parent-child transform components há 3 meses
compile_commands.json Add needed LSP requirements há 4 anos
launch.json Meta: Update debugging path to example executable há 2 anos

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