Skip to content

Bevy's SimpleQuery needs filter support #43

@cart

Description

@cart

Legion's Query type is pretty nasty to construct manually / isn't suitable for Bevy's system functions. It was clearly designed to be constructed using a builder pattern. To solve this, Bevy defines its own SimpleQuery type, which then gets exported as Query. This is great, but it currently doesnt support query filters, which are a pretty big feature/selling point of Legion. SimpleQuery should have some way to define filters, ideally in a way that doesnt use legion's filter type directly. This will likely require some shenanigans.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions