Inferno Game Engine
 
 
 
 
 
 
Riyyi a4a16f4a52 Add components and scene 5 years ago
assets Add font batch renderer 5 years ago
game/src Rename Engine to Inferno 6 years ago
inferno Add components and scene 5 years ago
.gitignore Add clangd .cache to .gitignore 5 years ago
.gitmodules Add dependency entt 5 years ago
CMakeLists.txt Add dependency entt 5 years ago
README.org Update engine name in README.org 5 years ago
compile_commands.json Add needed LSP requirements 6 years ago
launch.json Add debugging configuration 5 years ago

README.org

Inferno

Inferno game engine project.

Download

Clone

  $ git clone https://gitlab.com/riyyi/inferno
  $ cd inferno
  $ git submodule init
  $ git submodule update

Or

  $ git clone --recursive https://gitlab.com/riyyi/inferno

Update

  $ git pull
  $ git submodule update --recursive

Build instructions

  $ mkdir build
  $ cd build
  $ cmake .. && make

Libraries