Questions Tagged [entity-component-system]

For use with the architectural pattern most commonly used in Game Development. The core elements are as follows: Entity: The Entity is a general purpose object. Component: The raw data for one aspect of the object, and how it interacts with the world. System: Each System performs global actions on every Entity that possesses a Component. It is run continuously during execution.

Question is empty. Ask new Question

Popular Questions