Go to file
Nomango 2355306cb2 add appveyor.yaml 2019-08-06 13:34:13 +08:00
.github/ISSUE_TEMPLATE Easy2D project renamed to Kiwano 2019-08-06 13:34:06 +08:00
kiwano eliminate compilation warnings 2019-08-06 13:34:13 +08:00
kiwano-audio eliminate compilation warnings 2019-08-06 13:34:13 +08:00
kiwano-imgui eliminate compilation warnings 2019-08-06 13:34:13 +08:00
kiwano-network eliminate compilation warnings 2019-08-06 13:34:13 +08:00
logo add logo images 2019-08-06 13:34:09 +08:00
samples eliminate compilation warnings 2019-08-06 13:34:13 +08:00
.editorconfig add .editorconfig 2019-08-06 13:34:11 +08:00
.gitignore separate audio/network/imgui package 2019-08-06 13:34:10 +08:00
Kiwano.sln separate audio/network/imgui package 2019-08-06 13:34:10 +08:00
LICENSE Update LICENSE 2018-10-16 16:44:55 +08:00
README.md update README.md 2019-08-06 13:34:09 +08:00
appveyor.yml add appveyor.yaml 2019-08-06 13:34:13 +08:00

README.md

Kiwano Game Engine

Kiwano Logo

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