1
0
Fork 0
nih-plug/nih_plug_iced
Robbert van der Helm 24851bdc39 Fix iced ParamSlider for true by default booleans
This looked very confusing otherwise.
2022-03-16 01:19:09 +01:00
..
src Fix iced ParamSlider for true by default booleans 2022-03-16 01:19:09 +01:00
Cargo.toml Allow text entry on Alt+Click 2022-03-15 12:48:40 +01:00
README.md Mirror the flags and re-exports from iced_baseview 2022-03-12 22:24:01 +01:00

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.