Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 3.52 KB

06_objects.md

File metadata and controls

48 lines (38 loc) · 3.52 KB

Scale: Objects and Arrays

The videos in the section were created using 2 different editors 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.

Video Tutorials

Object-Oriented Programming with Classes in JavaScript

Written Tutorials

Arrays

Arrays of Objects

Object "Communication"

Getting Started with p5.js book

Going Further

Images and Objects

Particle Systems