nature-of-code / noc-book-2

The 2024 edition of The Nature of Code with p5.js. Includes Notion workflow and build system.
https://natureofcode.com
1.19k stars 82 forks source link

Code example in Chp4 #417

Closed dipamsen closed 1 year ago

dipamsen commented 1 year ago

Chp 4 Particle Systems - A Single Particle

the first code example has a class with a "Particle" function, which should be renamed to "constructor".

image

dipamsen commented 1 year ago

Similarly, in the code snippet after Example 4.3: image

shiffman commented 1 year ago

Fixed!