Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Entity Queries #30

Open
charlesbthomas opened this issue Oct 23, 2024 · 0 comments
Open

Feature Request: Entity Queries #30

charlesbthomas opened this issue Oct 23, 2024 · 0 comments

Comments

@charlesbthomas
Copy link

charlesbthomas commented Oct 23, 2024

I find myself in need of the ability to query for and operate on more than one entity in systems sometimes. It would be nice tobe able to do something like:

local filter = tiny.requireAll("position", "otherComponent")
local entities = world.query(filter)

I understand that this library is considered feature complete, but this would be a handy feature!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant