RTYPE DOCUMENTATION
  • 🍜Welcome
    • R-THAAAAAAï
    • 💽Installation processes
  • 🎮How to play ?
  • 🧱Setup and install process
    • 🪟Windows
    • 🐧Linux
    • 🍎MacOS
  • 💻Development guidelines & how tos
    • ⚙️Configuration
    • 📡Network
      • RFC
    • ⁉️How to ... ?
    • 📕ECS MANUAL
      • Components
      • Sparse Array
      • Systems
      • Registry
      • Worlds
      • Examples
      • A word on singletons
    • 📒Development guidelines
  • 💭Miscellaneous
    • ❤️Credits
    • ⚖️License
Powered by GitBook
On this page
  1. Development guidelines & how tos

ECS MANUAL

How to use our ECS

PreviousHow to ... ?NextComponents

Last updated 2 years ago

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

See also

💻
📕
Components
Sparse Array
Systems
Registry
Worlds
Examples
A word on singletons
📡Network
⚙️Configuration