No description
https://schmelczer.dev/fleeting
|
Some checks failed
Deploy to Pages / build (pull_request) Failing after 3m15s
|
||
|---|---|---|
| .claude | ||
| .forgejo/workflows | ||
| assets | ||
| e2e | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .nvmrc | ||
| .prettierrc | ||
| definitions.d.ts | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| pwa-assets.config.ts | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.playwright.json | ||
| vite.config.ts | ||
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 testruns the Vitest unit suite.npm run test:e2ebuilds the production bundle and runs the Playwright Chromium smoke test.npx playwright install chromiuminstalls the local browser binary when needed.