Getting started
Darkly runs anywhere WebGPU does. To develop:
Prerequisites
Section titled “Prerequisites”- Rust (stable) with
wasm-packinstalled. - Node.js 18 or newer.
- A browser with WebGPU enabled — Chrome 113+, Edge 113+, or Firefox Nightly.
Build and run
Section titled “Build and run”git clone https://github.com/darkly-art/darklycd darklynpm installnpm --prefix frontend run startThe dev server runs at https://localhost:5173 with a self-signed certificate.
Website
Section titled “Website”The website and docs live under website/:
npm --prefix website run dev