Easys
A minimalist, header-only C++ ECS library for efficient and fuss-free entity and component management.
Loading...
Searching...
No Matches
Classes | Namespaces
ecs.hpp File Reference
#include <functional>
#include <iostream>
#include <memory>
#include <queue>
#include <set>
#include "entity.hpp"
#include "registry.hpp"
Include dependency graph for ecs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Easys::ECS< AllComponentTypes >
 Manages entities and components in an Entity-Component-System architecture. More...
 

Namespaces

namespace  Easys