get started with web art
p5.js
examples
what is
p5.js
?
anatomy of code
draw shapes
(
ellipse
,
rect
,
line
)
color shapes
(
background
,
fill
,
stroke
)
do you want to build a
snowman
?
interact with shapes
(
mouseClicked
,
mouseX
,
mouseY
)
make an animation
dig
deeper