Drawing in the browser
Some things we covered in class today
Various other platforms people use for 'creative' coding
The p5js online editor
- setup()
- draw()
- createCanvas()
- width
- height
- rect()
- rectMode()
- ellipse()
- line()
- point()
- mouseX
- mouseY
- background()
- fill()
- stroke()
- noStroke()
- noFill()
- print() and console.log()
- mouseIsPressed
Things we didn't cover in class, but may be useful to you