Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 908 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 908 Bytes

watercolor

Dev server for artblocks-compatible projects using p5

Only requirement is a src/index.ts that exports a setup and draw function

Run yarn dev to start the dev server at http://localhost:8081

This is basically an update to tiny-artblocks to include TypeScript and p5 support

The current code in src/ produces stuff like this:

Screen Shot 2022-01-21 at 8 20 08 PM

Screen Shot 2022-01-21 at 3 06 41 PM

Screen Shot 2022-01-22 at 2 06 06 AM