BRC Project (an assessment)

.

BRC is "browser-based-controls" -- it is the facility that I demonstrated last Friday, with which a Processing programmer can add to their sketch: controls (buttons, sliders, checkboxes, drop-downs ... monitors) similar to those available in NetLogo.

It is available here:  http://www.micromind.com/processing/brc

Solo or Duo:
The task for you (alone) or for you and your partner is to create an animation to show off the facilities of BRC -- namely something cool and non-trivial that uses the BRC controls and demonstrates what one can accomplish when given the ability to use such controls.

Here's a demo BouncingBalls.zip (this took a while to progam, so I don't expect this level of effort).

The task consists of 2 parts:
1. the program files that run the project
2. a webpage that describes the program: what it does or shows and how to make use of the controls to maximize whatever effect or action you're demonstrating.  More details on what the webpage should contain are coming (stay tuned)...

The division of labor for a duo cannot be just between programming and webpage creation.  Both parties must contribute to the programming.  Part of the webpage(s) will be a description of who did what.

You will submit a .ZIP file of the directory/folder containing your sketch file(s), the template file, the BRC_Utilities.pde file, and your webpage(s).  For instance, the BouncingBalls.zip file contains not only the individual files, but the folder "BouncingBalls" itself.