apecs icon indicating copy to clipboard operation
apecs copied to clipboard

Add `edict` to comparison table

Open zakarumych opened this issue 1 year ago • 2 comments

Consider adding edict to the comparison table. edict is an ECS with async support but at different angle. It also supports entity relations - AFAIK a feature you can't find in any other Rust ECS.

zakarumych avatar Jun 29 '24 18:06 zakarumych

The main difference of async approach is that access to World is sync within tasks. It is aimed to be used for async game logic rather than IO.

zakarumych avatar Jun 29 '24 21:06 zakarumych

Cool! Thanks for the pointer. I'm pretty busy these days so it may be quite a while before I can get to this, but I'd merge a PR if you managed one :)

schell avatar Jul 09 '24 03:07 schell