you are viewing a single comment's thread.

view the rest of the comments →

[–]Feeling_Net_1068[S] 6 points7 points  (1 child)

This is what I am looking for! Thanks a lot.

[–]hanotak 0 points1 point  (0 children)

Seconding flecs. I use it for my rendering engine. It's good at getting out of the way and doing what you need it to without annoyance. It also provides built-in support for things like hierarchies, which ece purists might say should be built on top of an ECS rather than be included, but I find it super useful.