this post was submitted on 31 Jul 2023
25 points (100.0% liked)

Rust

5777 readers
12 users here now

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

Wormhole

!performance@programming.dev

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
 

"A cross-platform GUI library for Rust focused on simplicity and type-safety. Inspired by Elm."

This release includes among many other things:

  • A software renderer
  • Text shaping, font fallback
  • Incremental rendering
you are viewing a single comment's thread
view the rest of the comments
[โ€“] open_world@lemmy.world 2 points 1 year ago (1 children)

I wonder how iced is going to be affected by libcosmic once COSMIC DE releases. Have they started to receive downstream contributions?

[โ€“] mmstick@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

It's already received many. In fact, the text is being managed by cosmic-text. COSMIC-specific features will remain in libcosmic of course, as well as any widgets and features we want which doesn't fit with what iced wants.