PLAYGROUND

Umfeld Playground

Standalone Umfeld apps, each compiled to its own WebAssembly bundle and running live in your browser. Pick one and launch it — bundles load on demand, so the page stays light until you do.

Add your own tool to this gallery

Per the Umfeld × WebAssembly guide:

# one-time: emscripten + an umfeld checkout on the WASM branch
brew install emscripten                       # or install emsdk
git clone -b feature/dev-web-assembly https://codeberg.org/umfeld/umfeld

# build any Umfeld app into its own gallery slot, then add a card
tools/build-wasm.sh ../umfeld/umfeld-examples/Basics/3D-primitives 3d-primitives
# -> drop a _tools/3d-primitives.md with title/slug/order, commit & push