Untitled Event


view large..

I’m teaching a class called Experiments with Technology in the Parsons BFADT program this semester, and it’s given me a chance to reacquaint myself with Processing. These are the latest in a series of new work using the open-source programming environment that first got me interested in creative interaction.

Easy-peasy

Robert Penner’s Easing Equations have been built into Flash since version 6 or 7 as the Tween class (search your Flash directory for Tween.as). But before those days, we had to do things manually. Penners equations in Actionscript are available for download here, with a nice little application to visualize each one here. This is great for when you need to port tweening into a different language like Processing or Openframeworks

Link

Rolling Over a Grid


To view this content, you need to install Java from java.com

Source code: rollOverGrid

Built with Processing

myState example

download myState code

Loading and Visualizing Google Analytics data


To view this content, you need to install Java from java.com

Here I’m loading in data from an external CSV file that I exported from my google analytics page. Download the analytics.zip file to get the PDE, CSV and font files all together…

Source code: analytics

Built with Processing

download analytics.zip

Bouncing Ball + Drawing Tool + Object Oriented Programming


To view this content, you need to install Java from java.com

Source code: OOP

Built with Processing