Here’s what we covered in the first class with Processing:
- size()
- width and height
- background()
- line()
- point()
- ellipse()
- stroke()/noStroke()/fill()/noFill()
- rect()
- rectMode()
- ellipseMode()
- mouseX and mouseY
- random()
- key()
- keyReleased()
- keyPressed()
- mouseClicked()