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.
 
 
 
 
 
 
Rick van Vonderen 66427b0934 Implement application events 5 years ago
game/src Rename Engine to Inferno 5 years ago
inferno Implement application events 5 years ago
.gitignore Initial commit 5 years ago
.gitmodules Move gitmodules to inferno directory 5 years ago
CMakeLists.txt Move extern to application, add link to README.org 5 years ago
README.org Move extern to application, add link to README.org 5 years ago

README.org

Inferno

Inferno game engine project.

Download

Clone

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

Or

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

Update

  $ git pull
  $ git submodule update --recursive

Build instructions

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

Libraries

References