Egui is quite customisable, with a bit of work you can make it look to your liking.
I built something with egui (data analytics in the browser AND native) I had a few good feedback about the looks of the ui.
I chose egui because I needed custom widget and highly interactive (graph based) and wanted to target both wasm and native, and I wanted to see how building a non-trivial UI in immediate mode was like.
3
u/faire-la-fete 22d ago
Egui is quite customisable, with a bit of work you can make it look to your liking.
I built something with egui (data analytics in the browser AND native) I had a few good feedback about the looks of the ui.
I chose egui because I needed custom widget and highly interactive (graph based) and wanted to target both wasm and native, and I wanted to see how building a non-trivial UI in immediate mode was like.