Very much enjoyed watching your Alpaca talk.
Wondered if you'd noticed pyscript. https://docs.pyscript.net/2025.10.3/
Its python (wasm) running in the browser and in your case I suppose you'd be using three.js (but wrapped in python) for the actual renderer.
I think maybe you'd get your speedup ??
Here's a couple of demos:
Łukasz Langa has a bunch: https://pyscript.com/@ambv
there's not a lot of examples of people using three.js in pyscript yet, we haven't really got everything mapped - just making Three.js calls but from python.
Very much enjoyed watching your Alpaca talk.
Wondered if you'd noticed pyscript. https://docs.pyscript.net/2025.10.3/
Its python (wasm) running in the browser and in your case I suppose you'd be using three.js (but wrapped in python) for the actual renderer.
I think maybe you'd get your speedup ??
Here's a couple of demos:
Łukasz Langa has a bunch: https://pyscript.com/@ambv
there's not a lot of examples of people using three.js in pyscript yet, we haven't really got everything mapped - just making Three.js calls but from python.