# `iced_baseview`

[](https://crates.io/crates/iced_baseview)
[](https://github.com/BillyDM/iced_baseview/blob/main/LICENSE)
A [`baseview`] backend for the [`Iced`] GUI library.
<div align="center">
<img src="screenshot.png">
</div>
The [main branch](https://github.com/BillyDM/iced_baseview/tree/main) of this repository tracks the latest crates.io release of iced, while [iced_git branch](https://github.com/BillyDM/iced_baseview/tree/iced_git) tracks its git repository.
## VST / LV2 / AU Plugins
Examples of how to use this library for audio plugins can be found here:
* [`iced-baseplug-examples`]
[`Iced`]: https://github.com/hecrj/iced
[`baseview`]: https://github.com/RustAudio/baseview
[`iced-baseplug-examples`]: https://github.com/BillyDM/iced-baseplug-examples