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