Hacker News new | ask | show | jobs
by _halgari 2795 days ago
Correct, the first game to use ECS was Dungeon Siege back in 2002: https://www.gamedevs.org/uploads/data-driven-game-object-sys...
1 comments

Dungeon siege used an "Entity/Component" framework. That's a very different thing to an "Entity/Component/System" framework.