Replies: 1 comment
-
Seeing as egui is immediate mode, and iced is retained mode, the answer is that they use completely different approaches. Sometimes you want one, sometimes you want the other. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i was wondering, why there are 2 GUI libraries iced and egui, why don't the developers of those 2 libraries join forces and develop only one library ?
Beta Was this translation helpful? Give feedback.
All reactions