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 250201f0e3 Add clangd .cache to .gitignore 3 years ago
assets Add VertexArray, BufferLayout, BufferElement 4 years ago
game/src Rename Engine to Inferno 4 years ago
inferno Add shader uniform data setters 3 years ago
.gitignore Add clangd .cache to .gitignore 3 years ago
.gitmodules Add JSON submodule 4 years ago
CMakeLists.txt Increase C++ standard to 17 3 years ago
README.org Add learnopengl.com to README 4 years ago
compile_commands.json Add needed LSP requirements 4 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