4714b025a5
You should be able to keep dragging after leaving the widget area. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
NIH-plug: iced support
This provides an adapter to create iced based GUIs with NIH-plug through iced_baseview.
By default this targets wgpu. To use OpenGL instead, include the crate with the following options. Note that some iced features may not be available in the OpenGL backend.
nih_plug_iced = { git = "https://github.com/robbert-vdh/nih-plug.git", default_features = false, features = ["opengl"] }
Iced has many more optional features. Check the Cargo.toml
file for more
information.