fleeting-garden/README.md
Andras Schmelczer 2347ecd201
Some checks failed
Deploy to Pages / build (pull_request) Failing after 3m15s
.
2026-05-13 22:13:15 +01:00

517 B

Fleeting Garden

Fleeting Garden is a single-player WebGPU drawing garden. Pick a vibe palette, draw persistent coloured paths, spawn agents from those strokes, erase locally, and export the scene as a 4K wallpaper.

Check out the agent logic.

Testing

  • npm test runs the Vitest unit suite.
  • npm run test:e2e builds the production bundle and runs the Playwright Chromium smoke test.
  • npx playwright install chromium installs the local browser binary when needed.