-
Notifications
You must be signed in to change notification settings - Fork 1
Week 6 Assignment
Jiashan Wu edited this page May 10, 2017
·
5 revisions
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.
- 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