Toggle navigation
GDD140
Creativity & Computation
I'm stuck!
Home
Students
Resources
Code
Schedule
Drawing, Color, and Debugging in p5.js
Resources
Drawing Basics
How to draw shapes with p5.js.
Color in p5.js
How to specify color in p5.js.
Debugging
Tips on debugging code.
Debugging Your Code
To see problems with your code as well as any
print
messages in your code, look in the console window.
To see live changes and the console simultaneously, try checking the auto-refresh button.
See
these tips
from p5.js about debugging code.
Classwork
Exercise 1.1