Inferno Game Engine
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Riyyi d01a4429ca Renderer: Rename Character -> Font/Symbol 3 个月前
assets Engine: Implement skybox 4 个月前
cmake CMake: Copy assets to the build directory automatically 2 年前
example Script+System: Allow native scripts from projects, decoupled from engine 5 个月前
src Renderer: Rename Character -> Font/Symbol 3 个月前
vendor Meta: Update ruc library 2 年前
.clang-format Meta: Bump C++ version to 20 in .clang-format 2 年前
.gitignore Add clangd .cache to .gitignore 3 年前
.gitmodules Meta: Assets in separate CMakeLists.txt 4 个月前
CMakeLists.txt Meta: Assets in separate CMakeLists.txt 4 个月前
LICENSE Release source under MIT license 3 年前
README.org Component+Scene+System: Implement parent-child transform components 4 个月前
compile_commands.json Add needed LSP requirements 4 年前
launch.json Meta: Update debugging path to example executable 2 年前

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