3
4
Fork
You've already forked egui-baseview
3
A baseview backend and NIH-plug adapter for the egui Rust GUI library
  • Rust 100%
2026年06月28日 12:18:56 -05:00
.github/workflows move egui-baseview into RustAudio repo 2026年06月04日 12:32:13 -05:00
examples update to egui 0.35 2026年06月28日 11:37:54 -05:00
src update wgpu backend to egui 0.35 2026年06月28日 12:18:56 -05:00
.gitignore cargo init 2021年01月02日 14:19:34 -06:00
Cargo.toml update to egui 0.35 2026年06月28日 11:37:54 -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