|
co_ecs 0.9.0
Cobalt ECS
|
#include <co_ecs/base_registry.hpp>#include <co_ecs/entity_ref.hpp>#include <co_ecs/view_arguments.hpp>Go to the source code of this file.
Classes | |
| class | co_ecs::registry |
| Registry is a container for all our entities and components. Components are stored in continuously in memory allowing for very fast iterations, a so called SoA approach. A set of unique components form an archetype, where every entity is mapped to an archetype. More... | |
Namespaces | |
| namespace | co_ecs |