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

Implement a Generic GroupManager #17

Closed apotapov closed 10 years ago

apotapov commented 10 years ago

The current implementation of Tag Manager is incomplete. An entity can only be tagged with a single tag and a tag can only belong to one entity.

On top of that we should not restrict tagging to only Strings. Tag manager should be generic to allow for tagging with enums and other objects.

apotapov commented 10 years ago

I had a misconception of what a tag manager was. What I really want to do is to add a generic group manager.