Skip to content

Global querying #3

@Nertsal

Description

@Nertsal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions