Swoorup Joshi
Swoorup Joshi
## Description The `despawn_children` and `despawn_recursive` methods violate Flax's guarantee that "relations are automatically cleaned up when entities are despawned." These methods fail to call `detach()` for each despawned child...
I saw that removal wasn't implemented, so thought I'd give a crack with claude. I am not 100% sure this is the best way for it, since I am not...
I have been experimenting with various ECS crates and comparing them in terms of readability, how they handle things like relations, how much jargon (derive pollution) they introduce, handle relations,...