p5.js part 3: conditional statements / if statments in p5.js

Опубликовано: 07 Май 2026
на канале: the digital am
446
6

In this video we learn about conditional statements and if statements in p5.js.

Mentioned in the video is w3schools, which is a fantastic resource for web coding generally. The area on if statements is here:
https://www.w3schools.com/jsref/jsref...

Operators are described here:
https://www.w3schools.com/js/js_compa...

The Mozilla website has great guides on JavaScript, here's the if statement page:
https://developer.mozilla.org/en-US/d...

If you want to see the code for the eyeballs it's here:
https://amcc.github.io/p5js-eyeballs/