2019-07-08 17:23:49 +08:00
|
|
|
# Kiwano Game Engine
|
|
|
|
|
|
|
|
|
|

|
2017-09-27 18:03:06 +08:00
|
|
|
|
2017-12-15 23:15:06 +08:00
|
|
|
## Introduction
|
2019-04-11 14:40:54 +08:00
|
|
|
Kiwano is a open-source 2D C++ game engine, only support win32 platform.
|
2017-12-15 23:16:57 +08:00
|
|
|
|
2019-04-11 14:40:54 +08:00
|
|
|
Kiwano-Core is a game irrelevant lib that provide a lot useful tools can be used in other projects. I made a lot wheels to make cpp simpler to use.
|
2017-12-15 23:16:57 +08:00
|
|
|
|
|
|
|
|
It's still under heavy developing. I write it and use it to developy my own tiny games.
|
|
|
|
|
|
2017-12-15 23:15:06 +08:00
|
|
|
More docs and examples will be added later.
|
2017-09-27 18:03:06 +08:00
|
|
|
|
2017-12-15 23:15:06 +08:00
|
|
|
## Features
|
|
|
|
|
* Scene management
|
|
|
|
|
* Transitions between scenes
|
|
|
|
|
* Actions behaviours
|
|
|
|
|
* Buttons and menus
|
|
|
|
|
* Texture atlas support
|
|
|
|
|
* Audio support
|
|
|
|
|
* Custom data storage
|
|
|
|
|
* Direct2D based
|
|
|
|
|
|
|
|
|
|
## Next plan
|
|
|
|
|
* Physical engine
|
|
|
|
|
* Particle system
|
|
|
|
|
|
|
|
|
|
## Contact
|
2019-07-22 12:59:23 +08:00
|
|
|
* Website: [kiwanoengine.com](https://kiwanoengine.com)
|
2017-12-15 23:15:06 +08:00
|
|
|
* QQ Group: 608406540
|