A simple, cross-platform 2D game engine.
Go to file
Attila Uygun 042bffaff3 Renderer code refactoring. 2021-10-26 23:35:14 +02:00
.vscode Add full game code and assets. 2021-09-01 00:08:03 +02:00
assets Add full game code and assets. 2021-09-01 00:08:03 +02:00
build Renderer code refactoring. 2021-10-26 23:35:14 +02:00
src Renderer code refactoring. 2021-10-26 23:35:14 +02:00
.clang-format Update. 2020-09-08 21:08:11 +02:00
.gitignore Add full game code and assets. 2021-09-01 00:08:03 +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 Add full game code and assets. 2021-09-01 00:08:03 +02:00
privacy.md Update. 2021-02-10 00:39:04 +01:00

README.md

A simple, cross-platform 2D game engine with OpenGL and Vulkan renderers. Supports Linux and Android (lolipop+) platforms.
This is a personal hobby project. I've published a little game on Google Play based on this engine. Full game code and assets are included in this repository.

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, glslang, spirv-reflect, vma, vulkan-sdk