16 ms·
Correct, the first game to use ECS was Dungeon Siege back in 2002: https://www.gamedevs.org/uploads/data-driven-game-object-system.pdf https://www.gamedevs.org/
by _halgari 8y ago
Correct, the first game to use ECS was Dungeon Siege back in 2002: https://www.gamedevs.org/uploads/data-driven-game-object-system.pdf https://www.gamedevs.org/uploads/data-driven-game-object-sys...
- Hodgman 8y agoDungeon siege used an "Entity/Component" framework. That's a very different thing to an "Entity/Component/System" framework.