Find a file
2026-05-27 19:25:11 +01:00
.forgejo/workflows Update project tooling 2026-05-24 10:57:14 +01:00
assets Update description 2026-05-24 21:00:03 +01:00
e2e Update project tooling 2026-05-24 10:57:14 +01:00
public Replace og-image 2026-05-24 20:48:03 +01:00
src Minor improvements 2026-05-26 20:59:01 +01:00
.gitignore Update project tooling 2026-05-24 10:57:14 +01:00
.nvmrc Update project tooling 2026-05-24 10:57:14 +01:00
.prettierrc Update project tooling 2026-05-24 10:57:14 +01:00
eslint.config.js Update project tooling 2026-05-24 10:57:14 +01:00
index.html Improve text more 2026-05-27 19:25:11 +01:00
package-lock.json Update project tooling 2026-05-24 10:57:14 +01:00
package.json Update project tooling 2026-05-24 10:57:14 +01:00
playwright.config.ts Update project tooling 2026-05-24 10:57:14 +01:00
pwa-assets.config.ts Add simple tests & remove ! 2026-05-04 10:31:46 +01:00
README.md Refresh app shell and site assets 2026-05-24 10:57:30 +01:00
tsconfig.json Update project tooling 2026-05-24 10:57:14 +01:00
tsconfig.playwright.json Update project tooling 2026-05-24 10:57:14 +01:00
vite.config.ts Update project tooling 2026-05-24 10:57:14 +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.