In the last episode...

Theory:

What is programming, a program, a programming language

What is Processing, the processing environment

What is an algorithm

 

Programming Concepts:

Comments, Statements and Functions. Sequence.

 

Processing:

The coordinate system, the color system, shape primitives

 

 

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