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

A baseview backend for the egui Rust GUI library

Results 3 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...