Inferno Game Engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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