In the last episode...

Theory:

What is programming, a program, a programming language

What is Processing, what is the Processing IDE

What is an algorithm

 

Programming Concepts:

Comments, Statements and Functions. Sequence.

 

Processing:

The coordinate system, the color system, shape primitives

 

 

size() point() colorMode()
background() line() stroke()
/* */ ellipse() noStroke()
// rect() fill()
; triangle() noFill()
width quad()  
height ellipseMode()  
println() rectMode()