Note: This is deprecated in favor of daily-p5, which is much easier and quicker to start coding.
A template project to manage p5.js sketches. Built with Next.js.
npm install
- To develop, start the server using
npm run dev
and go tohttp://localhost:3000
.
- Duplicate
sketches/dN.js
and rename it with a number starting with 1 (d1, d2 d3, etc.). The template already has d1.js, so just check that out. - Update
constants
to reflect total number of sketches. - Code!
- Go to
http://localhost:3000
to view the overview of all sketches.- Click on 'Full 1' to view it in full page.
- Go to
http://localhost:3000/s/1
to view each of the sketch.