benreid24 / BLIB

Small organized collection of common code I have accumulated over the years that has amassed into a proper 2d game engine
1 stars 0 forks source link

Create FilteredView ECS class #158

Closed benreid24 closed 2 weeks ago

benreid24 commented 1 year ago

FilteredView is base class, derived classes can choose to accept entities based on additional criteria besides just component's.

benreid24 commented 2 weeks ago

This isn't really needed. Code can just filter itself, no need to support it at the view level