Comment by IshKebab
5 days ago
Egui doesn't do that. But it's written in Rust and only updates when you interact with it so in practice it's way more efficient than I would have expected.
5 days ago
Egui doesn't do that. But it's written in Rust and only updates when you interact with it so in practice it's way more efficient than I would have expected.
as a side note I absolutely hated writing UIs in egui. It is a really nice framework, but the iteration times were painful.