@SpoxCHN_MaoNing Thank you for the kind words 😊
As MiniPi's dad, I just want to say — step by step, through every challenge, he keeps going.
The road ahead is long, but it’s bright.
Thank you for the kind words 😊
As MiniPi's dad, I just want to say —
step by step, through every challenge, he keeps going.
The road ahead is long, but it’s bright.
@junior_rojas_d There's also a trajectory replay mode where the backend streams pre-recorded frames via WebSocket, but the default "Start Algovivo" button runs everything client-side.
@junior_rojas_d Browser only. The algovivo WASM module runs the physics simulation entirely in the browser — each frame calls system.step() in WebAssembly, then renders with
Three.js/Canvas. The Python server only serves static files (HTML/JS/CSS/JSON). No physics runs on the backend.