Hacker News new | past | comments | ask | show | jobs | submit login

I always laugh when people talk about ECS vs OO as if the entities, components and systems weren't objects. Its an OO pattern.

Even in the most abstract form when entities are just ids, and you combine components and systems, you're still going to implement the component-system like an object because OO is super useful. Using arrays doesn't mean you're not using OO.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: