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

Reflect: helpers for "diffing" dynamic structs #5563

Open
inodentry opened this issue Aug 3, 2022 · 2 comments · May be fixed by #13253
Open

Reflect: helpers for "diffing" dynamic structs #5563

inodentry opened this issue Aug 3, 2022 · 2 comments · May be fixed by #13253
Assignees
Labels
A-Reflection Runtime information about types C-Enhancement A new feature

Comments

@inodentry
Copy link
Contributor

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.

@inodentry inodentry added C-Enhancement A new feature A-Reflection Runtime information about types labels Aug 3, 2022
@cart
Copy link
Member

cart commented Aug 3, 2022

I have a very old pr that adds this: #944

@MrGVSV
Copy link
Member

MrGVSV commented Oct 28, 2022

I'm going to try to take a stab at this and see if I come up with anything 😬

@MrGVSV MrGVSV self-assigned this Oct 28, 2022
@MrGVSV MrGVSV linked a pull request May 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Reflection Runtime information about types C-Enhancement A new feature
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

3 participants