augmented_iced_baseview 0.1.0

baseview runtime for iced, published fork of https://github.com/BillyDM/iced_baseview for augmented-audio
# `iced_baseview`

![Test](https://github.com/BillyDM/iced_baseview/workflows/Rust/badge.svg)
[![Crates.io](https://img.shields.io/crates/v/iced_baseview.svg)](https://crates.io/crates/iced_baseview)
[![License](https://img.shields.io/crates/l/iced_baseview.svg)](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