NOTE: Blazr is still early in developement and it can not yet be considered a game engine. Most things are not yet implemented and we are working on them.
Blazr is an open source 2D game engine with the goal of eventually being able to create complex 2D games with complex mechanics and features. In the future, our goal is to expand it to 3D as well.
Clone the repository.
git clone https://github.com/Chameleeon/blazr.git
cd blazr
After that run the following commands:
git submodule init
git submodule update
premake5.exe vs2022
After that is done, you can open the Blazr.sln file and compile the code from Visual Studio.
If you are on Linux, run the following commands:
git clone https://github.com/Chameleeon/blazr.git
cd blazr
./install.sh
To run the Sandbox application, type:
./run.sh
For a detailed tutorial on how to use the Blazr engine, and on inforation how certain things are implemented, please refer to our Wiki.