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 c06b06ed62 Scene+System: Enable model loading 2 months ago
assets Asset: Add 3D shader 2 months ago
cmake CMake: Copy assets to the build directory automatically 2 years ago
example Script+System: Allow native scripts from projects, decoupled from engine 8 months ago
src Scene+System: Enable model loading 2 months ago
vendor Meta: Add assimp dependency 2 months ago
.clang-format Meta: Bump C++ version to 20 in .clang-format 2 years ago
.gitignore Add clangd .cache to .gitignore 4 years ago
.gitmodules Meta: Add assimp dependency 2 months ago
CMakeLists.txt Meta: Assets in separate CMakeLists.txt 7 months ago
LICENSE Release source under MIT license 3 years ago
README.org Meta: Add assimp dependency 2 months ago
compile_commands.json Add needed LSP requirements 5 years ago
launch.json Meta: Update debugging path to example executable 2 years ago

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