Kite is a simple 2d game engine for Lua
Build & Test (for windows mingw)
- install mingw64 and gcc, freetype 环境搭建
- cd kite and make
- ./kite.exe examples/helloworld
Framework
Roadmap
Done:
- 2d sprite/text render
- ecs (logic framework)
- flybird demo
- simple editor
- auto-batch
Doing:
- 9-sprite
- miss (like vue-bind)
- a rpg demo
- stronger editor
- audio module (openal)
Todo:
- particle effects
- socket module
- android support
- ios support
- vulkan render
more: build details
How to use (in Chinese)
- Read the doucment: https://github.com/HYbutterfly/kite/wiki
Examples
you can download demo (flybird, etc) form kite home
Donors
1. *亮 2018/11/13
2. Cabrite 2018/11/13
3. *笑 2018/12/24
Support
Also to see (my server framework for Lua)
https://github.com/HYbutterfly/scorpio



