Anders429 / brood

A fast and flexible entity component system library.
Apache License 2.0
39 stars 1 forks source link

Expand query-time `Entry` access into more diverse `World` access. #214

Open Anders429 opened 1 year ago

Anders429 commented 1 year ago

This could give way to running sub-queries or sub-systems, among other things. This would provide a subset of World's methods, similar to how the query Entry access provides a subset of Entry methods.