s/Iced
A cross-platform GUI library for Rust focused on simplicity and type-safety
🛰️ Moderated by: lufte · 😴 124 days
Posts
Is any templates pre-sets for Iced, like libadwaita for GTK? One of reasons why I'm still using last one it's bacause I like libadwaita UI style (template)
💬 1 comment · 2025-01-28 · 1 year ago
Using Iced to write a Gemini client - Shortcomings — I've been using Iced since version 0.3 to write my own Gemini client. For anyone interested in doing the same, the library is still missing (at least) these features: A way to scroll a container to the position where a certain item is drawn. This is required to implement proper page search: you look for a pattern, you find it, and now you want to position the scroll in such a way that the text is shown at the center. Rich text styling: I...
💬 2 comments · 2 likes · 2025-01-15 · 1 year ago