Session 1: For the next two weeks of class we will continue demonstrations that relate to topics that you have indicated you are researching for your final projects. One of these topics is sound visualizations. The Web Audio API finally works well across most modern browsers and support for it is built into P5.js. Below is a sound visualization that I created using P5.js and the Web Audio API. Today will review the resources and techniques necessary to create a project of this sort.
Session 2:
Final Project Milestone #1
1. Illustrate that you are able to setup a JavaScript environment that includes the framework code necessary.
2. Show me an example of using the console log to display a value from your script.
Amazing talk on JS: http://yuiblog.com/crockford/
Check this out it is pretty great!
http://soulwire.co.uk/experiments/recursion-toy/
If anyone is still struggling with what to implement in their final projects, this article might be helpful.
http://coding.smashingmagazine.com/2012/02/22/web-drawing-throwdown-paper-processing-raphael/
Thanks, Amanda. That’s an informative article.