this post was submitted on 28 Nov 2023
11 points (100.0% liked)

Rust Programming

8219 readers
13 users here now

founded 5 years ago
MODERATORS
 

I find that a lot of libraries tend to be Linux-focused and generally kind of ugly on Windows, so what do you use when you want to make something that looks nice and performs well on Windows?

The best looking ones I've seen were web frontends like in Tauri. A runner up would maybe be iced-rs. Which is a shame because I really wanted to use relm or fltk-rs but it looks like I'd almost have to use the web renderer to get "sleek, sexy" GUIs...

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 year ago (1 children)

GTK on other languages. Haven't found any rust ones or bindings that look worth a try yet, though. Should find the time eventually.

[โ€“] [email protected] 1 points 1 year ago

OP already mentioned relm.