Files
nih-plug/nih_plug_iced
Robbert van der Helm 22b51f50bb Fix iced param slider not snapping to values
For discrete parameters.
2022-03-17 20:28:21 +01:00
..
2022-03-15 12:48:40 +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 OpenGL as wgpu causes segfaults on a number of configurations. To use wgpu instead, include the crate with the following options:

nih_plug_iced = { git = "https://github.com/robbert-vdh/nih-plug.git", default_features = false, features = ["wgpu"] }

Iced has many more optional features. Check the Cargo.toml file for more information.