-
Notifications
You must be signed in to change notification settings - Fork 9
execute_flat #50
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
I'm new to evolved and ecs, thanks for making this library!
I'm working on a naive implementation of AABB collision.
When using the builder pattern, the callback within
:execute()only has access to the individual chunk, so we need a helper function to aggregate the entities across different chunks.Would it make sense to include something like
:execute_flat(callback)where the callback receives a list of all the entities, so that we can write something like this?