Entity-Component-System (ECS) Pattern
The Entity-Component-System (ECS) pattern is a software architectural pattern that is widely used in game development and simulations. It emphasizes composition over inheritance, allowing for more flexible and modular designs.
Contacts:
Kevin Bouwmeester