Why are we interested in computing media?
Some of the videos in this section were created using a different editor for p5.js. All of the concepts should still apply, however, there are some minor changes. Most notably in JavaScript let
is now the preferred way to declare a variable over var
. If you would like to learn more about this you can watch this video about let vs var.
What can we express through algorithms?
- 11.4: Brightness Mirror
- 11.5: Checkbox Mirror
- 11.6: Painting with Pixels—The particle objects in this video are using an older syntax for JavaScript that is different from classes. The accompanying code example is updated with a Particle class.
- Code for video tutorials in p5 editor
- Code for video tutorials on github
- Chapter 15 (images and pixels) from Learning Processing ported to p5.js
- Chapter 16 (video) from Learning Processing ported to p5.js
- Chapter 7 through Ex. 7-9 of Getting Started with p5.js book - Ebook (free with NYU Library login)