iced icon indicating copy to clipboard operation
iced copied to clipboard

A cross-platform GUI library for Rust, inspired by Elm

Results 314 iced issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

The patch was accepted into winit early this year. Iced has also already pulled a winit release that contains it. So it's just a matter of utilizing it here. ~~Requires...

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [x] My hardware is compatible and...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

The current Canvas widget supports only 2D graphics. It would be cool to have a 3D counterpart, maybe limited to wgpu at first. I see it basically as a boilerplate-free...

feature
widget
rendering
3d

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug
rendering
wgpu

This PR introduces a `SpecificWith` variant to the `window::Position` enum. It works analogously to the `Specific` variant but it takes a function pointer instead. This function will be called with...

feature
shell
addition

I was just looking through the examples and saw that there was no hello world example. Thought I'd see whether ygs would take one if I made it.

Implemented `content_fit` property for `viewer` widget to have the same behavior, `image` widget has. That required rework of `image_size` function and minor rework of `draw` and `layout` functions. Below are...

feature
widget
layout
rendering
image
addition