Skip to content

Siren

Choose a tag to compare

@benmoran56 benmoran56 released this 05 Aug 05:15
· 182 commits to master since this release

In this new point release, Entities are now lazily deleted by default. You can now delete entities even while iterating over components in your processors, without raising "dict size changed during iteration" errors, and avoiding the need to manually track and delete "dead" entities after iteration.