Skip to content
/ kite Public
forked from julywind168/kite2d

A simple 2d game engine for Lua

Notifications You must be signed in to change notification settings

bluce/kite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kite logo

Kite is a simple 2d game engine for Lua

Build & Test (for windows mingw)

  1. install mingw64 and gcc, freetype 环境搭建
  2. cd kite and make
  3. ./kite.exe examples/helloworld

Framework

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)

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

qq群: 727056009

Also to see (my server framework for Lua)

https://github.com/HYbutterfly/scorpio

About

A simple 2d game engine for Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.4%
  • C++ 2.9%
  • Other 0.7%