https://github.com/rust-dsp/rtb-rs
Window and event library for rust audio plugins.
https://github.com/rust-dsp/rtb-rs
audio-plugin rust vst vst2
Last synced: about 1 year ago
JSON representation
Window and event library for rust audio plugins.
- Host: GitHub
- URL: https://github.com/rust-dsp/rtb-rs
- Owner: rust-dsp
- Created: 2018-12-14T03:30:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T02:21:11.000Z (over 7 years ago)
- Last Synced: 2024-08-04T08:08:39.490Z (almost 2 years ago)
- Topics: audio-plugin, rust, vst, vst2
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 34
- Watchers: 6
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RTB-rs
A simple cross-platform windowing and event library for rust audio plugins. It does not directly provide a GUI but will allow other libraries to be built upon it which do. It is similar to the winit project, but geared toward the specific needs of audio plugins which are quite different to the goals of winit.
This project is a work in progress.
If you wish to contribute, or wish to read more detailed information about this library and related topics please check the [wiki](https://github.com/rust-dsp/rust-vst/wiki/Rust-Audio-GUI-Development-Progress).
To run the standalone window example, run:
```bash
cargo run --example window
```