Implements a webview editor for nih-plug using a custom fork of wry. It currently works on macOS and Windows.
Contributions are welcome!
- send arbitrary JSON values back and forth between the webview using Serde
- resize the plug-in window
- drag and drop files with full paths
- specify intercepted keys with modifiers (not implemented for Windows yet)
- customisable background color for when the view is still loading (avoid initial flash of white)
- use devtools
Build the example with cargo xtask bundle gain
in the example
folder.
- Linux support (if at all possible)
- docs
- testing