Billy Messenger
Billy Messenger
There is also the Vizia GUI library which uses the full-fat skia library for rendering. You could definitely create a custom widget to draw fancy text in it. https://github.com/vizia/vizia
Oh wait, `femtovg` actually *does* support `wgpu` now. So it might be possible to use it within iced.
I tested in a Windows 11 VM and Bitwig, and I was able to reproduce the problem.
It seems to be triggered by moving the mouse outside of the window when dragging a slider.
Ok, I can confirm that the issue happens with the `gain_gui_vizia` example. It does not happen with the `gain_gui_egui` or the `gain_gui_iced` examples, so it seems to be specific to...
Updating to the latest version of baseview for `nih_plug_vizia` and your Vizia patch fixes the issue.