PERRY v1.0.0
P-E-R-R-Y/PERRY helps creating games with a bunch of tools.
Loading...
Searching...
No Matches
ecs Namespace Reference

Entity Component System. More...

Classes

class  Entity
 Entity class from ECS. More...
 
class  Registry
 define the Registry class More...
 
class  SparseArray
 SparseArray class. More...
 
class  System
 System class. More...
 

Typedefs

using RegistryRef = Registry &
 

Functions

template<typename Component>
std::ostream & operator<< (std::ostream &os, std::optional< Component > const &c)
 help to print the optional value
 

Detailed Description