Hacker News new | ask | show | jobs
by pcwalton 859 days ago
Bevy has actually moved away from the ECS for performance-critical lookups in the renderer where the ECS doesn't carry its weight. The engine isn't dogmatic about ECS use.
1 comments

Thanks for the info. That's good to know.