Viktor Gustavsson

Results 4 issues of Viktor Gustavsson

# Objective - Stage two of #15609 - Extends the UI traversal utilities and updates the API signature for feature parity/consistency with `HierarchyQueryExt`. ## Solution - [x] Rename module and...

A-UI
C-Usability
A-Hierarchy

# Objective BRP currently has a HTTP transport implementation, including watching requests using SSE (server-sent events). While SSE can be great, especially when combined with HTTP/2, it has a significant...

C-Feature
X-Controversial
A-Networking
A-Dev-Tools
D-Straightforward
S-Needs-Review

Based on: https://github.com/bevyengine/bevy/pull/20158 Depends on: https://github.com/cart/bevy/pull/35 (commit included in this branch) ### Objective Reconciliation is the process of incrementally updating entities, components, and relationships from a `ResolvedScene` by storing state...

### Objective `ErasedTemplate` does not currently provide a way to get bundle information, which can be useful for a number of reasons. - In my case, I needed it for...