Have you tried to port it to WASM?
Python can also call the wasm with wasmer
I ported https://github.com/chaosprint/glicol for my Python audio project using the same method
for your physics idea, with wasm, perhaps it can be something like this?
https://jackschaedler.github.io/karplus-stress-tester/
I am thinking of moving the core to WASM. But I may have to drop the python part and make the calls directly from javascript.
Glicol looks impressive. I will try it out.
I am thinking of moving the core to WASM. But I may have to drop the python part and make the calls directly from javascript.
Glicol looks impressive. I will try it out.