Flecs-Rust icon indicating copy to clipboard operation
Flecs-Rust copied to clipboard

trait query

Open michael-dm opened this issue 1 year ago • 0 comments

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)

michael-dm avatar Oct 14 '24 14:10 michael-dm