Monday 19 April 2010

Processing Completed:


As shown in the previous post, the finished sketch is very similar and still changes colours between red, green and blue only these colour changes are now dependant on the arch-os feed being taken from the Portland Square Building. By using 'if' statements to check weather the values being taken are greater or less than three different values, the sketch will successfully change depending on the values being received.
To make the sketch a bit more alive I also added classes to send circles/ellipses from top to bottom and left to right that also change colour depending on the RSS values.
Below is a print screen of the sketch in action:

if value is below, or equal to 50:


If value is above, or equal to 100:


If value is above, or equal to 1000:


Another change to this sketch is that I was unable to select just one factor from the xml feed. I had originally planned on only using the temperature values. Now the sketch takes all the different pieces of data from the arch-os and depending on its value will change the colour accordingly.

No comments:

Post a Comment