As computing becomes more ubiquitous in our objects, designers need to be more aware of how to design meaningful interactions into electronically enhanced objects. At the University of Washington, a class of junior Interaction Design majors is exploring this question. These pages chronicle their efforts.

Sunday, April 3, 2016

Nick Allred:Processing Exercise

The file I looked at was the ArrayObjects within the Arrays folder. In the unedited file, small 6 x 6 circles are generated and move back and fourth on the x-axis. After editing the file, the small circles are changed to 3 x 30 ovals that change color at random as the program runs through its loop. The path that each oval follows is left, right, and then once reaching a certain x-point travels down the y-axis off screen. The edited version also paints the oval's movement on the background rather than constantly refreshing.

Before:
After:

Code:



No comments:

Post a Comment