this post was submitted on 08 Aug 2024
74 points (100.0% liked)

Rust

5767 readers
12 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 1 month ago* (last edited 1 month ago) (2 children)

Looks nice. Well as far as I can tell anyway. Maybe next time you're showing off a GUI don't make the screenshots 320x240?

Anyone know what toolkit they are using? As far as I know none of the Rust GUI toolkits are close to mature.

Edit: it's iced.

[–] [email protected] 7 points 1 month ago (1 children)

Screenshots are scaled based on your device, try 'Desktop Site' if you are using a phone.

[–] [email protected] 5 points 1 month ago (1 children)

Ah yeah that works. Very silly. Phones can zoom!

[–] [email protected] 3 points 1 month ago

Yeah it's a loading time optimisation thing. Still, usually you would have a click to full-size function if showing details is important

[–] [email protected] 2 points 1 month ago

It's a bit more than iced as they've created a library on top of it, esp for the theming they desire

[–] [email protected] 8 points 1 month ago (1 children)

I've tested it for a whole of 10 minutes so far, but for an alpha, it's excellent. In my subjective "feel" it sits somewhere between Gnome and KDE.

Note: on my setup Steam didn't like being scaled at non-integer scaling level. It would occasionally hang the whole DE for several seconds (on Gnome it only hangs its own window).

[–] [email protected] 1 points 1 month ago

do you have any hint on why i would prefer it over kde? i'm not a linux user right now but kde looks already the most polished experience, i don't know where it lacks :O

[–] [email protected] 4 points 1 month ago (1 children)

Do they have some preference what GUI toolkit apps should use? GTK or Qt?

[–] [email protected] 7 points 1 month ago

See: https://blog.system76.com/post/cosmic-team-interview-byoux

We considered toolkits like GTK, Flutter, and QT, and though the team was already experienced working with GTK for Pop!_OS, eventually landed on the Rust-based toolkit, Iced.

https://iced.rs/

[–] [email protected] 3 points 1 month ago

It looks well designed. I wonder if it will find purchase among users.