this post was submitted on 29 Jan 2025
19 points (95.2% liked)

Rust Programming

8299 readers
12 users here now

founded 5 years ago
MODERATORS
 

Iced, a popular GUI Crate, used by system76 for their new DE, is getting default animation support in the development branch. The animations are based on the lilt crate. As far as I know the only missing part that needs to be done is, adding animations to the default widgets.

I assume in the next release it will be shipped with animation support.

I am so happy that this is coming and look forward to see animations in my gui applications.

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

I just found this. This is somewhat the fluent style for iced. Since cosmic uses iced that style is available as well.

When it comes to additional widgets, there are additional widgets in the iced_aw crate.

[โ€“] [email protected] 2 points 23 hours ago

This fluent widget gallery looks great! Thanks for linking it.

Yes, I know about the separate crate, but those widgets look rather bad and I think that the main project should have their widgets extended. Matching list with e.g. qt or the fluent in winui.

Would make it an easier choice then...