📕ECS MANUAL

How to use our ECS

Before explaining systems and components' methods, lets have a look on the architecture diagram of the ECS.

Just note that there is no trash struct called Entity_t containing the whole of the data. Entity are only represented by ID/index and which component is assigned on this ID

Here you will find definitons of the terms in an increasing architectural way

ComponentsSparse ArraySystemsRegistryWorldsExamplesA word on singletons

See also

📡Network⚙️Configuration

Last updated