A crate to track my progress building a UI suitable for audio plugins using the vizia library.
See all widgets by running:
cargo run --example showcase --release
✅ = Complete / mostly usable 🚧 = WIP ❌ = Not yet started 🤔 = Thinking about it
Implemented | Name | Notes |
---|---|---|
✅ | XY Pad | |
🚧 | Zoomer | Missing drag functionality |
🚧 | MSEG | Missing visual elements, point insertion, curve adjustment |
❌ | Interactive label | |
✅ | Slider | Horizontal and vertical |
❌ | Slider discrete | |
❌ | Knob | |
❌ | Knob discrete | |
🤔 | Fan slider |
Experimenting first in Figma and then implementing some different concepts.