egui-baseview icon indicating copy to clipboard operation
egui-baseview copied to clipboard

A baseview backend for the egui Rust GUI library

Results 5 egui-baseview issues
Sort by recently updated
recently updated
newest added

This is the usage: https://github.com/tk70/nih-plug/commit/09dd1cfcbef17ad6f1f6d6fb3ea22db933fc0e2e Tested on Windows 11, in Element and Ableton 11 Live

When reopening vst plugin window, the earlier draw loop continues to run, leading to multiple simultaneous ui-processes running. Steps to reproduce: add times_opened usize to editor and pass incremented copy...

In Windows 10, nih-plug standalone version egui does not get keyboard input, because the parented windows is never focused. always calling .focus() on the window fixes this but its not...

One window is quite limiting for complex plugins. Is implementing deferred and immediate viewports feasible if the host allows creation of new native windows?

hey, sorry if i bark up the wrong tree here. but i am using macos paired with nih-plug, and it seems i have to click one time in the window...