Topics

Lecture notes

Coding Advice

Code for humans too


Take small steps,…

so that you can tell which change broke the code


When your program becomes too complicated, take a break to make it do the same thing more simply instead of making it do more


Optimize your workflow

Make this faster!

Make this faster!

Day 3.1 – Functions and iteration

Day 3.2 – Arranging items, sin and cos

This material has been moved to Creative Coding with p5.js

Day 4.1 – Functions, Scope, Shadowing

Scope and Shadowing

Day 4.2 – random(), sin(), and noise()