Objective
Inspired by EnTT, we should have a group system.
This group system would allow the user to "bind" several components together.
The component arrays of those components will then get rearranged so that every entities components of entities owning all the component would be put at the beginning of the component array, allowing for a very fast iteration when updating.
Acceptance Criteria
Dependencies
No response
Technical Details
No response
Type
Engine
Objective
Inspired by
EnTT, we should have a group system.This group system would allow the user to "bind" several components together.
The component arrays of those components will then get rearranged so that every entities components of entities owning all the component would be put at the beginning of the component array, allowing for a very fast iteration when updating.
Acceptance Criteria
Dependencies
No response
Technical Details
No response
Type
Engine