apotapov / gdx-artemis

Fork of artemis entity-system (http://gamadu.com/artemis/) refactored to integrate with Libgdx (http://libgdx.badlogicgames.com/)
Other
53 stars 5 forks source link

Simplify system and manager management in World. #30

Closed apotapov closed 10 years ago

apotapov commented 10 years ago

There are extra containers for systems and managers in the World right now. It's redundant and error prone for a very small gain.

Also there is no need for more than one event management system. Taking out that complexity as well.