Comment by 🛰️ lufte
Re: "Using Iced to write a Gemini client - Shortcomings"
It actually is a separate crate right now, but it's only designed to fit my particular needs and I don't think it's very "ergonomic". I'm also in the process of rewriting it, so I can't make any promises about its stability. It's not published but you should be able to add it to your project right from the git repository:
— https://git.sr.ht/~lufte/vimini/tree/master/item/libgemini
2025-01-28 · 1 year ago
Original Post
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...