Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 652 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 652 Bytes

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