4
3
Fork
You've already forked iced_baseview
2
A baseview backend for the Iced GUI library
  • Rust 100%
Billy Messenger 60b8e69678 update to baseview 0.1.4
Setting the mouse curson icon on MacOS and focusing windows on Linux is
now supported.
2026年06月17日 16:54:18 -05:00
.github/workflows move iced_baseview to RustAudio repo 2026年06月04日 12:49:40 -05:00
examples move iced_baseview to RustAudio repo 2026年06月04日 12:49:40 -05:00
src update to baseview 0.1.4 2026年06月17日 16:54:18 -05:00
.gitignore Initial commit 2020年08月31日 11:37:31 -05:00
Cargo.toml update to baseview 0.1.4 2026年06月17日 16:54:18 -05:00
LICENSE-APACHE move iced_baseview to RustAudio repo 2026年06月04日 12:49:40 -05:00
LICENSE-MIT move iced_baseview to RustAudio repo 2026年06月04日 12:49:40 -05:00
README.md move iced_baseview to RustAudio repo 2026年06月04日 12:49:40 -05:00
screenshot.png move iced_baseview to RustAudio repo 2026年06月04日 12:49:40 -05:00

iced_baseview

Documentation Crates.io License

A baseview backend for Iced

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

License

Licensed under either of

at your option.