Refresh app shell and site assets
This commit is contained in:
parent
3c21291d72
commit
e54bddc7db
23 changed files with 358 additions and 130 deletions
21
README.md
21
README.md
|
|
@ -1,15 +1,14 @@
|
|||
# Just a bunch of blobs
|
||||
# Fleeting Garden
|
||||
|
||||
[](https://github.com/schmelczer/webgpu/actions/workflows/deploy.yml)
|
||||
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.
|
||||
|
||||
## todo
|
||||
Check out the [agent logic](./src/pipelines/agents/agent.wgsl).
|
||||
|
||||
- add info page description
|
||||
- add share link
|
||||
- settings page
|
||||
add reset link
|
||||
- shareable settings
|
||||
- graceful error messages when no support
|
||||
- fix up generation id automatically
|
||||
## Testing
|
||||
|
||||
Check out the [agent's logic](./src/pipelines/agents/agent.wgsl).
|
||||
- `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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue