Also known as
- Entity-Component-System (ECS)
- Component-Entity-System (CES)
- Component-Based Architecture (CBA)
Intent of Component Design Pattern
The Component design pattern organizes code into reusable, interchangeable components, promoting flexibility, modularity, and ease of maintenance. This pattern is especially useful in game development, enabling entities to be configured with diverse behaviors dynamically.
About 3 min