Elham Aryanpur
Elham Aryanpur
when I try to move a key or drum, they don't stick anywhere but on first track... (using browser based DAW and latest version)
Hello! The glyph is working super awesome, except when rendering, it blink repeatedly... the library that I'm working on that uses it is [this](https://github.com/BlueMazar/BlueEngine/blob/master/src/utils/text.rs). I thought at first it's a...
Hello! I've been trying to build a sample [code](https://github.com/andraantariksa/wgpu-winit-android-example/blob/master/v0.13) using cargo apk. It works and compiles on docker, but trying it on my laptop gives this error: the error: [🔴]...
As title says, trying out winit 0.26, it works fine, but on 0.27, window.inner_size and outer_size returns `PhysicalSize { width: 0, height: 0 }`. To reproduce, just make a window...
As discussed in #1016 , I have done some testing on [cosmic-text](https://github.com/pop-os/cosmic-text). First of all, they have some [docs](https://pop-os.github.io/cosmic-text/cosmic_text/) that I've been exploring. And I was testing their [example](https://github.com/pop-os/cosmic-text/tree/main/examples/editor-orbclient). They...
### 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...
### 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...
Newsletter is amazing so far in the way it gathers the updates in Rust world monthly. I just had an idea of maybe running the topics down through a video...
Hello! After some conversation with Ozkriff and looking at how much work goes into editing the newsletter each month, I was wondering if it'd be a good idea to start...
The current format accepts a tuple to replace the tags in `ShaderBuilder`. This should be replaced with a closure so that user can change things as wanted.