Skip to content

Caleb-Kronstad/Bonfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bonfire

A cross-platform 3D game engine built with modern C++ and OpenGL, featuring an entity-component system,
ImGui-based editor interface, and support for 3D model rendering with shaders, textures, and camera controls

Build

1. Clone the repository with submodules

git clone --recursive https://github.com/Caleb-Kronstad/Bonfire Bonfire
cd Bonfire

Note: The --recursive flag automatically downloads all dependencies (~200MB)

2. Run the setup script

cd Scripts
Setup-Windows.bat

Note: This runs Premake5 and generates Bonfire.sln in the root directory

More information can be found at bonfireengine.com

Bonfire Engine Demo

Releases

No releases published

Packages

No packages published