Go to file
Haibo 3d3feeef4c
[deploy] Merge pull request #26 from Nomango/dev
remove Geometry class and add ShapeNode to draw primitive shapes
2019-08-08 01:48:59 -05:00
.github/ISSUE_TEMPLATE Easy2D project renamed to Kiwano 2019-08-06 13:34:06 +08:00
logo update Simples project 2019-08-06 13:42:44 +08:00
projects [build] add ShapeNode & remove Geometry 2019-08-08 14:15:06 +08:00
scripts [chore] generate .pdb symbol files 2019-08-08 10:44:37 +08:00
src [build] add ShapeNode & remove Geometry 2019-08-08 14:15:06 +08:00
.editorconfig update project files 2019-08-06 13:42:46 +08:00
.gitignore update Simples project 2019-08-06 13:42:44 +08:00
LICENSE Update LICENSE 2018-10-16 16:44:55 +08:00
README.md update Simples project 2019-08-06 13:42:44 +08:00
appveyor.yml [deploy] kiwano v0.9.56 2019-08-07 19:08:29 +08:00

README.md

Kiwano Logo

Kiwano Game Engine

Build status GitHub release GitHub All Releases GitHub 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