Week 5 Assignment - OhJia/Coding4Creatives-S17-2 GitHub Wiki
Assignment
Complete the following p5 videos
Coding:
- Design and build your version of the bouncing ball sketch. (bouncing ball example) Make it interesting! Present your sketch next week.
- Save all of your files (HTML, CSS, JS) in a new folder, and drop the folder into Google Drive.
Resources
- Using http-server:
- go to folder (with HTML/CSS/JS files) in terminal:
cd drag_your_folder_here
- run server:
http-server
- stop server: control + c (not command + c)
- restart server:
http-server
- go to folder (with HTML/CSS/JS files) in terminal:
- Other terminal commands are at the end of Week 1 slide
- p5.js references
- p5.js set up example code
- p5.js mobile web examples: Go to https://ohjia.github.io/p5MobileWebExample-master/ on your phone's Chrome or Safari to try the examples
- p5.js web editor: Try your p5.js code here without having to run http-server (This is Alpha/Work in progress. So it might be buggy.)