Of Entity-Component-Systems
I made a semi-cache coherent container which provides an Entity-Component-System. These are the bones of modern game-engines.
This post is largely a gooey weasel opinion piece. It started as an introduction that grew out of control. So, for now, it’s just a bit of rambling while I clean-up the documentation for my tool.
Of Entity-Component-Systems Among other things, Jason Gregory’s book Game Engine Architecture discusses the concept of a data-driven architecture for game software.