Inferno Game Engine
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Riyyi cc33b5d481 Render+Asset: Fix derived Renderer2D, fix Skybox uniform 11ヶ月前
assets Render+Asset: Fix derived Renderer2D, fix Skybox uniform 11ヶ月前
cmake CMake: Copy assets to the build directory automatically 3年前
doc Doc: Add GLSL std430 memory layout documentation 11ヶ月前
example Meta: Enable ASan and UBSan, disable warnings in vendor directory 11ヶ月前
src Render+Asset: Fix derived Renderer2D, fix Skybox uniform 11ヶ月前
vendor Meta: Enable ASan and UBSan, disable warnings in vendor directory 11ヶ月前
.clang-format Meta: Bump C++ version to 20 in .clang-format 3年前
.gitignore Add clangd .cache to .gitignore 5年前
.gitmodules Meta: Add assimp dependency 1年前
CMakeLists.txt Meta: Enable ASan and UBSan, disable warnings in vendor directory 11ヶ月前
LICENSE Release source under MIT license 4年前
README.org Meta: Add assimp dependency 1年前
compile_commands.json Add needed LSP requirements 6年前
launch.json Meta: Update debugging path to example executable 3年前

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