mreinstein / ecs

data oriented, functional entity component system
MIT License
86 stars 8 forks source link

feat(#44): ECS.removeEntities(world, query) #45

Closed chriscoderdr closed 2 weeks ago

chriscoderdr commented 2 weeks ago

refs #44

chriscoderdr commented 2 weeks ago

Hi @mreinstein,

I’ve added an example of ECS.removeEntities(world, query) to the README as requested. This demonstrates how to use it with both standard and not filters. Please let me know if you’d like any additional details or adjustments.

Thanks for the feedback!

mreinstein commented 2 weeks ago

Amazing!! How did you find that so fast? I just opened this.

chriscoderdr commented 2 weeks ago

Amazing!! How did you find that so fast? I just opened this.

Haha, just a lucky coincidence! I was actually browsing the Help Wanted issues and saw this pop up right as you opened it. Perfect timing! 😊

mreinstein commented 2 weeks ago

It's funny because I figured adding that tag was kind of pointless, but the one time I added you came along immediately :D

I haven't bothered putting help wanted on any of the other issues but if any stand out as something you need, feel free to add to the discussion or PR! 💪 Some of the issues are thorny and have a lot of considerations, but some are pretty simple.