Workshop Overview
https://editor.p5js.org/

Things to try!

In the Hello World:

In the Smiley demo:

In the Flower demo:

Implement the heart example

Design your own project!

Feel free to ask us for help at any point along the way!

Planning

  1. Sketch out your vision on graph paper
  2. Identify the major sub-shapes & colors
  3. Label with coordinates (or with the math you want the computer to do to figure out the coordinates)

Implementation

  1. Create a new p5.js sketch project
  2. Set the canvas size in setup()
  3. Set the background color in draw()
  4. Start writing the code to draw the shapes you need.