iced_baseview icon indicating copy to clipboard operation
iced_baseview copied to clipboard

A baseview backend for the Iced GUI library

Results 3 iced_baseview issues
Sort by recently updated
recently updated
newest added

Baseview has transitioned to utilizing **raw-window-handle 0.5**, and this commit eliminates the need for the `WindowHandleWrapper`. I haven't updated baseview to its [latest commit](https://github.com/RustAudio/baseview/commit/2c1b1a7b0fef1a29a5150a6a8f6fef6a0cbab8c4), but rather [to the one prior](https://github.com/RustAudio/baseview/commit/fdb43eac115470408c5a90f04766bcc346e27ef3),...

Looks like `iced` 0.10 have a new way to load custom fonts. It's not really documented, but using the wgpu integration example, I was able to load the fonts via...

It isn't released yet, but it could happen any minute now, with only [two](https://whimsical.com/roadmap-iced-7vhq6R35Lp3TmYH4WeYwLM) items marked "In Progress"! I'm using `iced` master + `nih-plug`, plus this etc. in a plugin...