gohyperr / hecs

A high performance lightweight ECS with a plugin ecosystem!
MIT License
23 stars 1 forks source link

Add `createQueries` to System #22

Closed canadaduane closed 3 years ago

canadaduane commented 4 years ago

Makes it slightly easier to create queries dynamically when needed, e.g. in System.init() instead of from static queries.

Relates to #20

canadaduane commented 3 years ago

This would still simplify some of my code. "Nice to have", however, not "need to have."