This commit is contained in:
parent
39b0160064
commit
2347ecd201
71 changed files with 3779 additions and 1586 deletions
|
|
@ -5,3 +5,10 @@ draw persistent coloured paths, spawn agents from those strokes, erase locally,
|
|||
and export the scene as a 4K wallpaper.
|
||||
|
||||
Check out the [agent logic](./src/pipelines/agents/agent.wgsl).
|
||||
|
||||
## Testing
|
||||
|
||||
- `npm test` runs the Vitest unit suite.
|
||||
- `npm run test:e2e` builds the production bundle and runs the Playwright Chromium
|
||||
smoke test.
|
||||
- `npx playwright install chromium` installs the local browser binary when needed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue