1
0
Fork 0
nih-plug/nih_plug_egui
Robbert van der Helm ae31e416c2 Don't use baseview system scaling on Windows/Linux
Until the UI frameworks make it possible to get the size or scale for
the window, this would cause the window contents to be scaled
incorrectly if the host does not set a scale factor.
2022-04-27 18:33:08 +02:00
..
src Don't use baseview system scaling on Windows/Linux 2022-04-27 18:33:08 +02:00
Cargo.toml Add most bits and pieces for iced support 2022-03-12 23:15:33 +01: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.