Find a file
Andras Schmelczer c40c5d97db
Some checks failed
Check & deploy / build (pull_request) Failing after 1m16s
Final clean up
2026-05-24 10:52:20 +01:00
.forgejo/workflows Final clean up 2026-05-24 10:52:20 +01:00
assets Final clean up 2026-05-24 10:52:20 +01:00
e2e Final clean up 2026-05-24 10:52:20 +01:00
public Getting there 2026-05-22 07:54:38 +01:00
src Final clean up 2026-05-24 10:52:20 +01:00
.gitignore Small improvements 2026-05-24 09:34:46 +01:00
.nvmrc Final clean up 2026-05-24 10:52:20 +01:00
.prettierrc Final clean up 2026-05-24 10:52:20 +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 Final clean up 2026-05-24 10:52:20 +01:00
package.json Final clean up 2026-05-24 10:52:20 +01:00
playwright.config.ts Final clean up 2026-05-24 10:52:20 +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 Final clean up 2026-05-24 10:52:20 +01:00
tsconfig.playwright.json clean up 2026-05-18 08:11:52 +01:00
vite.config.ts Small improvements 2026-05-24 09:34:46 +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.