forked from RustAudio/egui-baseview
A baseview backend and NIH-plug adapter for the egui Rust GUI library
- Rust 100%
| .github/workflows | move egui-baseview into RustAudio repo | |
| examples | move egui-baseview into RustAudio repo | |
| src | remove accidental window focus | |
| .gitignore | cargo init | |
| Cargo.toml | remove accidental window focus | |
| LICENSE-APACHE | move egui-baseview into RustAudio repo | |
| LICENSE-MIT | move egui-baseview into RustAudio repo | |
| README.md | move egui-baseview into RustAudio repo | |
| screenshot.png | move egui-baseview into RustAudio repo | |
egui-baseview
Documentation Crates.io License
This is used by the nice-plug framework, but it can also be used in your own custom audio plugin framework (i.e. with clack-plugin).
Prerequisites
Linux
Install dependencies, e.g.,
sudo apt-get install libx11-dev libxcursor-dev libxcb-dri2-0-dev libxcb-icccm4-dev libx11-xcb-dev mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev