Add support for narrowing entity queries without fetching components for that type. #15

Open
opened 2026-05-27 23:38:38 +00:00 by larssonmartin1998 · 0 comments

Think Bevy's With<...> type, where the Component wrapped in the With type act as a filter for fetching the components without actually fetching a component set that includes that component type.

This is an optimization and technically an improvement in legibility too.

Think Bevy's With<...> type, where the Component wrapped in the With type act as a filter for fetching the components without actually fetching a component set that includes that component type. This is an optimization and technically an improvement in legibility too.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
larssonmartin1998/atlas#15
No description provided.