Week 6
Week 6 Activities
- Review of timing functions and millis()
- Snowfall example
- Arrays
- Custom Functions
- Objects
-
Drunk walk example
Class notes
Additional resources:
- Check out this video series on Object Oriented Programming in p5.js to reinforce the concepts we’ve been exploring the last few weeks - this is a playlist, videos 6.1 to 7.5 are relevant.
- I also recorded this video that will outline the process for converting a STATIC drawing into a CLASS
For Next Week
Complete the clock assignment:
Get started on the Object Factory assignment, which will be due on October 22nd. For October 15th, please have prepared:
- A “static” example of your food items should be drawn to the canvas, and should be responsive to transform functions (ie, translating your object to 200,200 should center the object at 200,200)
- Your concept should be developed