Easys
A minimalist, header-only C++ ECS library for efficient and fuss-free entity and component management.
Loading...
Searching...
No Matches
Classes | Concepts | Typedefs | Variables
Easys Namespace Reference

Classes

class  ECS
 Manages entities and components in an Entity-Component-System architecture. More...
 
class  KeyNotFoundException
 
class  Registry
 
class  SparseSet
 

Concepts

concept  UnsignedIntegral
 

Typedefs

using Entity = EASYS_ENTITY_TYPE
 

Variables

const Entity MAX_ENTITIES = EASYS_ENTITY_LIMIT
 

Typedef Documentation

◆ Entity

Variable Documentation

◆ MAX_ENTITIES

const Entity Easys::MAX_ENTITIES = EASYS_ENTITY_LIMIT