Go to file
Nomango 55f28806c9 Objects have names now
minor

minor
2019-08-06 13:32:38 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2018-08-15 14:29:15 +08:00
3rd-party/box2d add box2d-sample 2019-08-06 13:32:35 +08:00
project add compile-time configurations 2019-08-06 13:32:37 +08:00
src Objects have names now 2019-08-06 13:32:38 +08:00
.gitignore reconstruct project 2019-08-06 13:32:34 +08:00
LICENSE Update LICENSE 2018-10-16 16:44:55 +08:00
README.md update introduction 2017-12-15 23:16:57 +08:00

README.md

Easy2D

Introduction

Easy2D is a open-source 2D C++ game engine, only support win32 platform.

Easy2D-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: www.easy2d.cn
  • QQ Group: 608406540