36 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
| 
 | |
| 
 | |
| # Kiwano Game Engine
 | |
| 
 | |
| [](https://ci.appveyor.com/project/Nomango/kiwano/branch/master)
 | |
| [](https://github.com/Nomango/Kiwano/releases/latest)
 | |
| [](https://github.com/Nomango/Kiwano/releases)
 | |
| [](https://github.com/Nomango/Kiwano/blob/master/LICENSE)
 | |
| 
 | |
| ## Introduction
 | |
| Kiwano is a open-source 2D C++ game engine, only support win32 platform.
 | |
| 
 | |
| 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.
 | |
| 
 | |
| It's still under heavy developing. I write it and use it to developy my own tiny games.
 | |
| 
 | |
| More docs and examples will be added later.
 | |
| 
 | |
| ## 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
 | |
| * Website: [kiwanoengine.com](https://kiwanoengine.com)
 | |
| * QQ Group: 608406540
 |