Hacker News new | ask | show | jobs
by sufficer 930 days ago
What is ECS?
3 comments

Guessing Entity Component System - a common game engine architecture
Entity component system.
And here I was thinking it's about Amiga 600
The example game graphics that appear to plausibly fit in a 32-color palette did not help my confusion!
Same.

I thought pixel graphics within limitations of Amiga 600/3000 Enhanced ChipSet.

A trendy high performance architecture. Unity is trying to popularize it a lot lately
Not just about performance, but about getting a very well decoupled code base as well when using ECS.