kaliber/README.md

18 lines
353 B
Markdown
Raw Normal View History

2020-04-13 11:24:53 +00:00
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