A world engine combining real-time 3D rendering (Three.js/WebGPU), physics, spatial audio and music, and a live Python runtime (Pyodide) - so the code you type in the Lab runs directly against the world you see.
No install. Runs in your browser.
Agents - plants, grazers, predators, or whatever you define - run as live Python objects with their own state machines. Watch behavior emerge, then open the file and change the logic while it's still running.
Real-time 3D rendering, physics, and spatial audio, driven by a live Python runtime in the browser. The Lab is a multi-file editor and console sitting directly on top of it - no separate build step between your code and the world.