Boiler 2D/3D game engine
git clone [email protected]:nickenchev/boiler.git
cd boiler
mkdir build
cd build
cmake -GNinja ../
ninja
cd ..
build/bin/engine
You need to run the engine executable from the root directory as the engine uses the data folder/
cd android/ndk
ln -s [path-to-SDL2] .
ln -s [path-to-SDL2_image] .
cd ..
ndk-build
We'll use Android Studio (as you should be) for this example.