<aside>
Core Material
Code Examples
More about Random Walks
More about noise
For each module, I will provide a list of additional video tutorials and readings that you may draw on for further exploration. It's unlikely you would be able to consume everything in one week and if you are looking for guidance about what might fit with your learning style the most, please reach out.
Supplemental Material
If you feel you need a p5.js refresher, specifically around Object Oriented Programming in JavaScript (classes and objects), here are links to the ICM videos:
p5.js Review
Reference Research and Artistic Work:
Videos
Text
For each module, I will provide written and video tutorials on the topics. You can review whichever format suits you best. If the amount feels overwhelming, please reach out and we can help you narrow things down, and select a subset of the material to focus an exercise around.
</aside>
<aside>
Assignment
Using the random walker as a model, develop a sketch that experiments with motion. Here are some ideas but you should feel free to develop your own.
Another way of thinking about the assignment is to apply the rules of motion to another medium of expression: sound, color, number, scale...
createShape()
 and vertex()
. Play with how you change the number of vertices, anchor points.Instructions