Find a file
2026-05-16 20:45:42 +01:00
.forgejo/workflows Remove rnadom script 2026-05-16 14:21:10 +01:00
assets more cleaning up 2026-05-16 20:45:42 +01:00
e2e more cleaning up 2026-05-16 20:45:42 +01:00
public more cleaning up 2026-05-16 20:45:42 +01:00
src more cleaning up 2026-05-16 20:45:42 +01:00
.gitignore . 2026-05-13 22:13:15 +01:00
.nvmrc Modernise website by migrating to vite 2026-05-03 17:09:30 +01:00
.prettierrc Modernise website by migrating to vite 2026-05-03 17:09:30 +01:00
definitions.d.ts , 2026-05-16 15:05:35 +01:00
index.html more cleaning up 2026-05-16 20:45:42 +01:00
package-lock.json more cleaning up 2026-05-16 20:45:42 +01:00
package.json more cleaning up 2026-05-16 20:45:42 +01:00
playwright.config.ts more cleaning up 2026-05-16 20:45:42 +01:00
pwa-assets.config.ts Add simple tests & remove ! 2026-05-04 10:31:46 +01:00
README.md . 2026-05-13 22:13:15 +01:00
tsconfig.json more cleaning up 2026-05-16 20:45:42 +01:00
tsconfig.playwright.json . 2026-05-13 22:13:15 +01:00
vite.config.ts WIP 2026-05-13 21:07:10 +01:00

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.