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