We've got babka!
- Send me a link if you can
- Otherwise create a zip file!
| // need to declare the `circleScale` var up top | |
| var circleScale; | |
| var maxScale = 100; | |
| /** | |
| * Setup the sketch | |
| */ | |
| function setup() { | |
| createCanvas(windowWidth, windowHeight); |
This explainer will give you step-by-step instructions for how to update and publish your class site to GitHub. It breaks this process down into four steps:
Image by A. M. Stanford
This document includes instructions on how to run a local server on your computer using Python.
You may need to run a local server for all of the features of p5 to work. On a Mac, you should already have Python installed which has an easy built-in way to start up a server from your project. Open up your terminal and try this:
$ python --version