mirror of https://github.com/auygun/kaliber.git
18 lines
350 B
Markdown
18 lines
350 B
Markdown
A simple, cross-platform 2D game engine with OpenGL renderer written in modern
|
|
C++. Supports Linux and Android platforms. Compiles both with gcc and clang.
|
|
|
|
Build for Linux:
|
|
|
|
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
|