Implement query-by-components #4

Closed
opened 2026-04-12 19:33:29 +08:00 by BirDt · 0 comments
Owner

(define component-sets (make-hash-table))


Create a function which fetches every entity name that has all of the input components associated with it.

(query-by-components . components) -> list of entites
https://git.cyan.sh/BirDt/imugi/src/commit/df700e757be0f87e17dac89557ce03a0ff6c4ac6/engine/core.scm#L23 Create a function which fetches every entity name that has all of the input components associated with it. ```scheme (query-by-components . components) -> list of entites ```
BirDt added this to the Systems Implementation project 2026-04-12 19:33:33 +08:00
BirDt closed this issue 2026-04-12 21:38:16 +08:00
Sign in to join this conversation.
No labels
No milestone
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: BirDt/imugi#4
No description provided.