Skip to content

nickenchev/boiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boiler

Boiler 2D/3D game engine

Quick Setup

Clone the repository

git clone [email protected]:nickenchev/boiler.git

Prepare the build directory

cd boiler
mkdir build
cd build

Setup the build system (Ninja or make)

cmake -GNinja ../
ninja

Run the engine

cd ..
build/bin/engine

You need to run the engine executable from the root directory as the engine uses the data folder/

Android Setup

Link in the SDL2 libraries

cd android/ndk
ln -s [path-to-SDL2] .
ln -s [path-to-SDL2_image] .
cd ..
ndk-build

Create your Android app project

We'll use Android Studio (as you should be) for this example.

About

Boiler 2D/3D game engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published