A simple, cross-platform 2D game engine.
Go to file
Attila Uygun 05466725af Initial commit. 2020-09-08 21:08:07 +02:00
assets Initial commit. 2020-09-08 21:08:07 +02:00
build Initial commit. 2020-09-08 21:08:07 +02:00
src Initial commit. 2020-09-08 21:08:07 +02:00
.gitignore Initial commit. 2020-09-08 21:08:07 +02:00
LICENSE Initial commit. 2020-09-08 21:08:07 +02:00
README.md Initial commit. 2020-09-08 21:08:07 +02:00

README.md

A simple, cross-platform, multi-threaded 2D game engine with OpenGL renderer written in modern C++. Supports Linux and Android platforms.

Build for Linux (gcc or clang):

cd build/linux
make

Build for Android:

cd build/android
./gradlew :app:assembleRelease

Build for Android and install (debug):

cd build/android
./gradlew :app:installDebug