If your UI is fast enough, why not in complex UI’s either? I’d say it gives you good motivation to keep your UI handling code as fast as possible.
Doesn't egui always re-render? I like my idle apps to be doing nothing, I don't want them running their render loop in the background
Doesn't egui always re-render? I like my idle apps to be doing nothing, I don't want them running their render loop in the background