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

Global querying #3

Open
Nertsal opened this issue Sep 18, 2024 · 0 comments
Open

Global querying #3

Nertsal opened this issue Sep 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Nertsal
Copy link
Owner

Nertsal commented Sep 18, 2024

Currently queries are limited to single explicitly listed archetypes, but there should be an option to do querying like in a typical ECS: querying all kinds of entities with the specified components.

Problems:

  • Components are not type-unique, but path-unique; so how do we properly query components across multiple archetypes?
  • Now we need another derive macro for the World to have easy access to all archetypes when querying.
@Nertsal Nertsal added the enhancement New feature or request label Sep 21, 2024
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
None yet
Development

No branches or pull requests

1 participant