Skip to content

marcushcarter/ballistic

Repository files navigation

ballistic-engine

The final version of Ballistic Engine, featuring a full editor, high-performance C++ OpenGL core, and modular engine architecture for public/commercial use.

How To build

Copy this into your terminal where you want the project built:

git clone --recurse-submodules https://github.com/marcushcarter/ballistic-engine.git
cd ballistic-engine
mkdir build
cd build
cmake ..
cmake --build . --config Release

Releases

No releases published

Packages

 
 
 

Contributors