nih-plug-webview icon indicating copy to clipboard operation
nih-plug-webview copied to clipboard

A webview UI library for nih-plug. Currently supports macOS and Windows.

Results 5 nih-plug-webview issues
Sort by recently updated
recently updated
newest added

Thanks for making this crate, it seems very promising. Hopefully we can have Rust/wasm GUIs for VST plugins soon :) But for now: In Reaper, it fails during (re)scan. In...

This PR adds a helper function to configure a custom protocol to serve assets for use with a web framework.

This library couldn't send messages with some specific characters such as: - backquotes - `\"` sequence This PR fixes the problem by changing the way to send json. While original...

I builded the example as a vst3 plugin. Loadining it on FL studio 21.2.3 on windows 11 causes instant crash. We can see the web editor for like 1 second...

This commit introduces a queued resize system that allows plugins to defer window resize operations to avoid borrow checker conflicts during event handling, while maintaining thread safety. ## Changes ###...