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

[FEAT] Enter/Exit queries #63

Open
JaimeGensler opened this issue Nov 26, 2023 · 0 comments
Open

[FEAT] Enter/Exit queries #63

JaimeGensler opened this issue Nov 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JaimeGensler
Copy link
Owner

JaimeGensler commented Nov 26, 2023

Describe the problem this feature solves

Queries for when an entity beings matching some conditions, or no longer matches some conditions

Describe the solution you'd like to see

Filters (Enter<T>/ Exit<T>) are one solid option and is how Bevy handles this. I think there's a solid argument to be made that these are conceptually a bit different from normal queries (it's more like an event listener, really), so a new type of query-like system parameter also could make sense.

@JaimeGensler JaimeGensler added the enhancement New feature or request label Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant