vst_window
vst_window copied to clipboard
Cross-platform windowing library for VST plugins, written in Rust
trying to build VST UI for the first time, it gave me these errors: ``` Compiling vst_window v0.3.0 error[E0432]: unresolved imports `winapi::shared::windef`, `winapi::um::winuser` --> C:\Users\alfy\.cargo\registry\src\github.com-1ecc6299db9ec823\vst_window-0.3.0\src\platform\windows\event_source.rs:6:25 | 6 | shared::{minwindef, windef},...
I forked this project some time ago because it seemed quite dead but I liked the premise. Now that some life has returned and I got my fork into a...
Hey @antonok-edm ✋ I'm trying to understand is it possible to use WebView for VST UI? For example, using these bindings: https://github.com/Boscop/web-view