woodwindblues
Hello,
Are there any Resources on how to set up Bela and its Development Environement for Rust instead of C++? I found Bela-rs and Bela-sys, but I don't quite understand how it all fits together, yet. As far as I understand it, I would have to:
1. Set up Bela-sys according to it's readme.
2. Add Bela-rs as github-dependency to my Rust project.
3. Build my project according to the instructions in the Bela-sys readme.
This would mean I would/could not use the Bela Browser IDE for my Rust projects, but I could still use it for C++/Supercollider/CSound/PD projects, that I could install alongside my Rust program?
Am I getting this right?