processing

Website for Creative Computer Coding - Summer 2017

View project on GitHub

Day 3

Objective: SWBAT (Students will be able to…)

  • Synthesize concepts from Chapter 3
  • Design and code an original design from scratch that includes…
    • background()
    • fill()
    • stroke()
    • beginShape() and endShape()
    • vertex()
    • void setup()
    • void draw()
    • comments
    • at least three of the following: line(), triangle(), quad(), rect(), ellipse(), arc()

Agenda

  • Day 2 Review
    • Drawing Mickey
    • Drawing a color wheel
  • Day 3 Assignment: Original Sketch

Source Files

None

Assignment: BYL (Before you leave…)

  • Complete an original sketch that shows mastery of Chapter 3 concepts