1
0
Fork 0
nih-plug/nih_plug_iced
Robbert van der Helm 10aabe3a38 Use default-features instead of default_features
The latter is deprecated.
2024-05-04 20:27:44 +02:00
..
src Adapt raw_window_handle 0.4 for nih_plug_iced 2023-12-30 14:44:40 +01:00
Cargo.toml Use default-features instead of default_features 2024-05-04 20:27:44 +02:00
README.md Use default-features instead of default_features 2024-05-04 20:27:44 +02: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.