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 10a5b70520 Engine: Comment out text-area test code 2 years ago
assets Component: Add ability to load TextAreaComponent from JSON 2 years ago
example Everywhere: Add copyright headers 2 years ago
script Everywhere: Update work in progress 2 years ago
src Engine: Comment out text-area test code 2 years ago
vendor Meta+CMake: Add ruc library 2 years ago
.clang-format Meta: Bump C++ version to 20 in .clang-format 2 years ago
.gitignore Add clangd .cache to .gitignore 3 years ago
.gitmodules Meta+CMake: Add ruc library 2 years ago
CMakeLists.txt CMake: Move source directory to project root 2 years ago
LICENSE Release source under MIT license 3 years ago
README.org Meta+CMake: Add ruc library 2 years ago
compile_commands.json Add needed LSP requirements 4 years ago
launch.json Add debugging configuration 3 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