You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider a type T with nested enums, structs, HashMaps, Vecs, etc ..
T implements DeRon and SerRon.
Question: can we somehow derive a "structural editor" for T within egui ?
I.e. I'd like to auto derive some structural editor in egui that "guides" the user in constructing valid values of type T, showing intermediate / error subparts in red boxes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Consider a type T with nested enums, structs, HashMaps, Vecs, etc ..
T implements DeRon and SerRon.
Question: can we somehow derive a "structural editor" for T within egui ?
I.e. I'd like to auto derive some structural editor in egui that "guides" the user in constructing valid values of type T, showing intermediate / error subparts in red boxes.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions