Inferno Game Engine
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Riyyi d01a4429ca Renderer: Rename Character -> Font/Symbol 3 miesięcy temu
assets Engine: Implement skybox 4 miesięcy temu
cmake CMake: Copy assets to the build directory automatically 2 lat temu
example Script+System: Allow native scripts from projects, decoupled from engine 5 miesięcy temu
src Renderer: Rename Character -> Font/Symbol 3 miesięcy temu
vendor Meta: Update ruc library 2 lat temu
.clang-format Meta: Bump C++ version to 20 in .clang-format 2 lat temu
.gitignore Add clangd .cache to .gitignore 3 lat temu
.gitmodules Meta: Assets in separate CMakeLists.txt 4 miesięcy temu
CMakeLists.txt Meta: Assets in separate CMakeLists.txt 4 miesięcy temu
LICENSE Release source under MIT license 3 lat temu
README.org Component+Scene+System: Implement parent-child transform components 4 miesięcy temu
compile_commands.json Add needed LSP requirements 4 lat temu
launch.json Meta: Update debugging path to example executable 2 lat temu

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