Hacker News new | ask | show | jobs
by BlueTemplar 1975 days ago
ECS seems to be mostly "OOP done right" ?

https://www.gamedev.net/blogs/entry/2265481-oop-is-dead-long...

1 comments

Yes, it is a form of composition over inheritance where the components can be added or removed at runtime. At least that's how i'm using it.