A simple, cross-platform 2D game engine.
Go to file
Attila Uygun d8cb4b96b0 Add glslang, SPIRV-Reflect, VMA, Vulkan SDK. 2021-02-10 00:39:04 +01:00
assets Update. 2021-02-10 00:39:04 +01:00
build Add glslang, SPIRV-Reflect, VMA, Vulkan SDK. 2021-02-10 00:39:04 +01:00
src Add glslang, SPIRV-Reflect, VMA, Vulkan SDK. 2021-02-10 00:39:04 +01:00
.clang-format Update. 2020-09-08 21:08:11 +02:00
.gitignore Update. 2020-09-08 21:08:11 +02:00
.gn Update. 2020-09-08 21:08:11 +02:00
BUILD.gn Update. 2020-09-08 21:08:11 +02:00
LICENSE Initial commit. 2020-09-08 21:08:07 +02:00
README.md Update. 2021-02-10 00:39:04 +01:00
privacy.md Update. 2021-02-10 00:39:04 +01:00

README.md

A simple, cross-platform 2D game engine with OpenGL renderer. Supports Linux and Android (lolipop+) platforms. My personal hobby project.
I've published a game on Google Play based on the engine. The demo included in this repository is an early prototype of the game.

Building the demo

Linux:

cd build/linux
make

Android:

cd build/android
./gradlew :app:assembleRelease

GN (linux only for now):

gn gen --args='is_debug=false' out/release
ninja -C out/release

Third-party libraries:

glew, jsoncpp, minimp3, oboe, stb, texture-compressor, minizip