-
Notifications
You must be signed in to change notification settings - Fork 114
Upgrading Checklist 2.0.0
Daan van Yperen edited this page Aug 26, 2016
·
5 revisions
WIP
2.0.0 consists of an engine rework that sticks close to the 1.0 API. Porting shouldn't be too difficult. If you get stuck hop on gitter for help.
Before | After |
---|---|
Entity#edit().deleteEntity() |
World.deleteEntity(entity) |
ComponentMapper#getSafe() |
ComponentMapper#get() |
`` | `` |
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference