iced
iced copied to clipboard
A cross-platform GUI library for Rust, inspired by Elm
When I run the menu example, no menu actually shows up. There's just an all white window with "selected none" as text in the middle. The window doesn't react to...
Hi! Thanks for creating iced, it's very pleasant to use. I'm missing a specific container widget, that I would like to contribute to iced. ### Discussed in https://github.com/hecrj/iced/discussions/969 Originally posted...
When I mix using `pick_list` and `tooltip`, `pick_list` does not work properly. Not only this, when mix using the `modal` (a widget in the `iced_aw`) and `pick_list`, `pick_list` also does...
I'm not sure how feasible this is, but I think this would provide slightly nicer styling and allow the insertion of a much wider array of elements in the picklist....
I need a way to programmatically change the opacity of an image.
On unix desktops, there are two clipboards: the second one is called "primary selection" and it receives any selected text anywhere automatically, and paste works by middle clicking. Would be...
I'm working on an application which mainly consists for sliders for parameter control. For better user experience, it would be nice to offer two features: reset to default and fine...
Sorry, I'm new to rust and there are many things I don't know in depth, so this topic may be very abrupt. I have encountered some problems with the "virtual...
Hi i want to render svg i have into graphics canvas, is it possible? For example, i use graphics to draw things, but occasionally i want to draw/render an svg...
An svg in iced 0.2.0:  The same svg in iced 0.3.0:  Code: [iced_svg_test.zip](https://github.com/hecrj/iced/files/6441193/iced_svg_test.zip)