Reflect: helpers for "diffing" dynamic structs
Open
A-Reflection
C-Feature
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
`bevy_reflect` should have functionality that allows taking two instances of structs and detecting which fields have differing values, and which fields have equal values.
This could be useful for #5562 .
It can also have other uses, like maybe editor UIs that want to highlight changed values.
Contributor guide
Assessment
This issue has not been assessed yet.