Playground
Write Rux in the browser and run it. The real runtime, compiled to WebAssembly and painted on the GPU, with no server round-trip.
This browser has no WebGPU.
Rux paints on the GPU, so the playground needs it. It is on by
default in recent Chrome, Edge and Safari, and in Firefox on Windows.
On Firefox elsewhere it is behind dom.webgpu.enabled in
about:config.
The editor still works, and Rux itself does not need a browser at all:
git clone https://github.com/Aine-dickson/rux
cd rux
cargo run -p ruxlang -- examples/showcase.rux
The guide walks through building an app from an empty file.