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
I am new to Rust and egui. I really love the simplicity and flexibility of egui. However, as I grow my project, my code tends to become messy where event handling and widgets layout code interleaves. And I also have no idea how to properly organize widgets in a hierarchy to make the code clean.
I am wondering if there is any best practice like that for React to organize code for a complex UI. Any help would be appreciated.
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
-
Hi all,
I am new to Rust and egui. I really love the simplicity and flexibility of egui. However, as I grow my project, my code tends to become messy where event handling and widgets layout code interleaves. And I also have no idea how to properly organize widgets in a hierarchy to make the code clean.
I am wondering if there is any best practice like that for React to organize code for a complex UI. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions