another thing is i've been playing around with csound and the web and the way it handles creating guis is just easier. you can get lost for days finding free javascript buttons and stuff like that.(good example is
https://freefrontend.com/css-buttons/ 167 button designs, lots are 3d it's crazy... hell you want a javascript keyboard you got that too
https://codepen.io/gabrielcarol/pen/rGeEbY )
i seen chatter about an emscripten compiled pdlib in this list not too long ago so that's another way to distribute, you can even run this kind of thing on a github page. pure javascript so...
I think if I ever do anything in a public form like that i will probably just use the web from now on. performance is fine, don't gotta download anything to use it. don't need special tools to code for it, just browser and text editor and ur dsp config. latency is so-so though not unusable (30-40 ms).