Tagged Questions
0
votes
1answer
192 views
How to resolve duplicate data in Entity Systems?
Whilst working on examples and upgrades for my C++ Entity System, something randomly caught the attention of my mind, by surprise: duplicate data. What I'm referring to is how an entity system that ...
3
votes
1answer
363 views
Entity property system
In lieu of a typical implementation of entity-component systems, I've gone the data-oriented route described by Jason Gregory in Game Engine Architecture. This works really well for common properties ...