mirror of https://github.com/auygun/kaliber.git
8fd24a3c1a
Remove SingleConsumerRun Rename MultiConsumerRun to RunTasks Refactor CancelTasks |
||
---|---|---|
.vscode | ||
assets | ||
build | ||
src | ||
.clang-format | ||
.gitignore | ||
LICENSE | ||
README.md | ||
privacy.md |
README.md
A simple, cross-platform 2D game engine with OpenGL and Vulkan renderers. Supports Linux and Android 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
Third-party libraries:
glew, jsoncpp, minimp3, oboe, stb, texture-compressor, minizip, glslang, spirv-reflect, vma, vulkan-sdk, volk