1
0
Fork 0
nih-plug/nih_plug_iced
Robbert van der Helm 99223ed1c8 Prevent HiDPI scale changes after opening editor
Ableton Live does this and it caused mysterious issues where the window
could suddenly be larger than the window's contents when resizing on a
HiDPI setup.
2023-02-27 01:02:52 +01:00
..
src Prevent HiDPI scale changes after opening editor 2023-02-27 01:02:52 +01:00
Cargo.toml Drop all wgpu support from nih_plug_iced 2023-02-20 20:46:26 +01:00
README.md Update nih_plug_iced regarding default features 2022-03-16 16:07:08 +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.