Description
C++ games and simulations can use a small header-only entity-component system for organizing objects, components, and related application data.
This is a development library, not a standalone app. It is useful when another project needs ECS-style architecture and should be evaluated through the needs of that codebase.