Flecs-Rust
Flecs-Rust copied to clipboard
trait query
A super nice feature this library could have is trait query. Similar to: https://github.com/JoJoJet/bevy-trait-query
I'm not fully grasping ecs internals but it seems that flecs Components beeing entities, it should be much easier than Bevy to implement. (storing which trait is implememented on the Component)