-
I am not sure what is `wgpu`. And I have also tried to sreach in web for a useful solution but nothing.
I run the progamme in WSL 2 (with the full linux kernel), but it panics with this erroe messa…
-
After a recent system update under PopOS 20.10, iced refuses to link with anything anymore.
Everything fails with a linker error:
```
/usr/bin/ld: cannot find -lfontconfig
/usr/bin/ld: cannot fi…
-
I created a super basic Hello World GUI Application to test Iced out, and it was really great. But when I minimize the window, I see this spat out to the console:
```
thread 'main' panicked at 'ca…
-
Hey, iced author here! This crate is great! :tada:
I was wondering if you would be interested in moving this crate to [the `iced-rs` organization](https://github.com/iced-rs) and make it an "offic…
hecrj updated
3 years ago
-
Hey @BillyDM!
I've been thinking about ways to start gathering a community around `iced` together and I was wondering if you would like to join [the `iced-rs` organization](https://github.com/iced-…
hecrj updated
3 years ago
-
We need the basics necessary for UI:
- Sprites that can be anchored to different sides of the screen
- Possibly use a ninepatch system similar to [`bevy_ninepatch`](https://github.com/mockersf/bev…
-
I'm sorry for bothering here: I'm newbie in `rust`, but for the day I cannot figure out how to handle `midi_input` in my code:
I try to use it inside `iced` application cycle, but, any attempts to …
-
Hi does this crate support Android, if I were to use something like [`android-ndk-rs`](https://github.com/rust-windowing/android-ndk-rs) crate along with `iced`?
-
I have an application which runs a SLOW process. By slow it means this process contains downloads, unzipping, file copy, folder recursive copy, WinAPI registry calls and a lot of file operations. Some…
-
For example https://docs.rs/iced/0.2.0/iced/type.Element.html
Docs provide no information at all about this important type.
Not sure why it is so and what it takes to fix it.