1
0
Fork
You've already forked egui-baseview
0
A baseview backend and NIH-plug adapter for the egui Rust GUI library
  • Rust 100%
2026年06月17日 16:49:24 -05:00
.github/workflows move egui-baseview into RustAudio repo 2026年06月04日 12:32:13 -05:00
examples move egui-baseview into RustAudio repo 2026年06月04日 12:32:13 -05:00
src remove accidental window focus 2026年06月17日 16:49:24 -05:00
.gitignore cargo init 2021年01月02日 14:19:34 -06:00
Cargo.toml remove accidental window focus 2026年06月17日 16:49:24 -05:00
LICENSE-APACHE move egui-baseview into RustAudio repo 2026年06月04日 12:32:13 -05:00
LICENSE-MIT move egui-baseview into RustAudio repo 2026年06月04日 12:32:13 -05:00
README.md move egui-baseview into RustAudio repo 2026年06月04日 12:32:13 -05:00
screenshot.png move egui-baseview into RustAudio repo 2026年06月04日 12:32:13 -05:00

egui-baseview

Documentation Crates.io License

A baseview backend for egui

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