DaanVanYperen / artemis-odb-contrib

Drop-in extensions for artemis-odb. Prefab systems, components, networking, events!
MIT License
75 stars 19 forks source link

Interval System #129

Closed LaurenceWarne closed 5 years ago

LaurenceWarne commented 5 years ago

Hi! This is in response to the issue in artemis-odb: https://github.com/junkdog/artemis-odb/issues/581

Essentially I've just created a new system similar to IntervalSystem but without entity processing, along with some tests.

It has the class name BaseIntervalSystem, but I think this may easily be confused with IntervalSystem so I think it should be renamed, but I can't think of a good one :(

Anyway let me know what you think (:

DaanVanYperen commented 5 years ago

Thank you @LaurenceWarne! Apologies for the slow response.