1
0
Fork 0
nih-plug/nih_plug_egui
Robbert van der Helm 8765717793 Allow opting out of egui's default features
Since I don't think there's a way to opt out of features from another
Cargo.toml file. You'll still need to enable `nih_plug_egui`'s `opengl`
feature if you disable its default features.
2022-10-20 15:58:20 +02:00
..
src Also drop Sync requirement for editor handles 2022-10-20 14:41:53 +02:00
Cargo.toml Allow opting out of egui's default features 2022-10-20 15:58:20 +02:00
README.md Mention vizia ParamSlider set_style() method 2022-03-21 18:36:41 +01:00

NIH-plug: egui support

This provides an adapter to create egui based GUIs with NIH-plug through egui-baseview.

Consider using nih_plug_iced or nih_plug_vizia instead.