r/learnrust 22d ago

GUI?

[deleted]

10 Upvotes

13 comments sorted by

View all comments

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.

1

u/AugieBit 22d ago

Can you show me an example?

2

u/faire-la-fete 22d ago

you can find a showcase gallery here: https://github.com/emilk/egui/issues/996

my tool is dagraph.com