Find a file
2026-05-22 08:08:31 +01:00
.forgejo/workflows Optimise 2026-05-21 20:33:49 +01:00
assets more cleaning up 2026-05-16 20:45:42 +01:00
e2e Getting there 2026-05-22 07:54:38 +01:00
public Getting there 2026-05-22 07:54:38 +01:00
src fix zoom in 2026-05-22 08:08:31 +01:00
.gitignore more 2026-05-21 07:43:10 +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 clean up 2026-05-18 08:11:52 +01:00
eslint.config.js Optimise 2026-05-21 20:33:49 +01:00
index.html Optimise 2026-05-21 20:33:49 +01:00
package-lock.json clean up 2026-05-18 08:11:52 +01:00
package.json Getting there 2026-05-22 07:54:38 +01:00
playwright.config.ts sure 2026-05-17 17:21:49 +01:00
pwa-assets.config.ts Add simple tests & remove ! 2026-05-04 10:31:46 +01:00
README.md Optimise 2026-05-21 20:33:49 +01:00
tsconfig.json more cleaning up 2026-05-16 20:45:42 +01:00
tsconfig.playwright.json clean up 2026-05-18 08:11:52 +01:00
vite.config.ts Getting there 2026-05-22 07:54:38 +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 an internal render buffer snapshot.

Check out the agent logic.

Testing

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