Week 6 Assignment - OhJia/Coding4Creatives-S17-2 GitHub Wiki
Assignment
Complete the following p5 video tutorials
Coding:
- Update your bouncing ball sketch using the following concepts discussed in class / p5 video
- functions, object, array
- Save all of your files (HTML, CSS, JS) in a new folder, and drop the folder into Google Drive.
Brainstorm your final project idea. Present your idea (show visual sketches or mockups for your idea) next week in class.
Resources
- p5.js getting started
- p5.js references
- p5.js set up example code
- p5.js mobile examples (examples I showed in week 4 class)
- Nature of code examples
- Nature of code book
- Head tracker JS implementation | try in your web browser here (Turn on your web cam)
- Face tracker JS implementation | try in your web browser here (Turn on your web cam)
- More on arrays