-
Notifications
You must be signed in to change notification settings - Fork 114
Upgrading Checklist 0.11
Daan van Yperen edited this page Aug 8, 2015
·
3 revisions
Artemis now passes most entities as either flyweights or int
entity ids.
Avoid expensive int
/Integer
unboxing like so:
Before | After |
---|---|
Map<Entity,Object> |
LibGDX's IntMap<Object> . For reasonable entity counts: Bag<Object> . |
Bag<Entity> |
IntBag |
see https://github.com/junkdog/artemis-odb/blob/master/CHANGELOG.md for all breaking changes.
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference