Hacker News new | ask | show | jobs
by chaosprint 957 days ago
nice work!

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/

1 comments

I had some fun with the strings in the karplus-stress-tester. Thank you for that link.

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.