Indra-db / flecs-ecs-rs

a Rust API for Flecs : a fast entity component system (ECS)
MIT License
13 stars 4 forks source link

V4.0.2 upgrade #66

Closed Indra-db closed 2 months ago

Indra-db commented 2 months ago

change lookup function names + operations (rust only) new emplace that does not assert on repeated calls on the same type on the same entity (rust only) improved performance command batching of emplace improved performance child hierarchy operations by 20x flecs script other renames.