rust-dsp / rtb-rs

Window and event library for rust audio plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

To run the standalone window example, run:

cargo run --example window

About

Window and event library for rust audio plugins.


Languages

Language:Rust 100.0%