Skip to content

BlazrDev/blazr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blazr-logo-white

Blazr

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.

Building

Windows

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.

Linux

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

How To Use

For a detailed tutorial on how to use the Blazr engine, and on inforation how certain things are implemented, please refer to our Wiki.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •