I find that many are interested in writing VST plugins but found C++ quite tricky to work with.
So I made this VST plugin to show how Rust can be used to write VST plugins.
I did it by combining egui-baseview-vst template[1] and glicol_synth audio lib[2].
Source code:
https://github.com/chaosprint/dattorro-vst-rs
[1] https://github.com/DGriffin91/egui_baseview_test_vst2
[2] https://github.com/chaosprint/glicol