Re-mix of the weekly topics of ICM-2021-Code
- 1 -- Introduction and Drawing
- 2 -- Animation: Variables
- 3 -- Interaction: Conditionals
- 4 -- Repetition: Loops
- 5 -- Organization: Functions
- 6 -- More Repetition: Objects and Arrays
- Added Recap, Explore and Experiment section to each week.
functions
andDOM
used early and throughout.- Links to video tutorials via Dan Shiffman's page rather than via youtube link.
- All sketches in editor.p5js.org with latest javascript syntax and recommended usage (eg.
let
vs.var
,console.log
vs.print
) - Added graphics for Lauren Lee McCarthy's Getting Started with p5.js.