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