Finished Organism Project 0
It’s done.
Using the Digg.com API as the derivative data, and Flash to create the generative art, I’ve managed to create a dynamic visualisation.
Click here to see the project.
The Digg API generates data consisting of elements from its website that has been generated by the users. There are many sets of data to be used although I stuck with getting the latest ‘digg’, it’s user, it’s ID, the story, the time it was ‘dugg’ and the status of it.
I first set out to create an object revolving around the screen based on certain mathematic equations, then these equations were substituted for the data coming from the Digg API. This data was retrieved in the XML format, which was then parsed into the flash file to be used. So for each time the data was retrieved, it would effect the equations in the objects motion, such as the angle, trajectory, speed, height, width and other factors, distorting it’s pattern and creating a spirograph effect. After that, the path was traced using certain Flash functions which showed the path the movieclip has taken as well as creating the pattern that you see. Another factor that is constantly changed is the colour of the pattern.

This project was quite enjoyable as the dynamicism (?) is always sporadic and eventful which makes each piece of art completely different to the next. It can also be quite useful understanding how to work with API’s such as the Digg one because I feel API’s will become a big part of the future, as shown with Facebook’s Developer Applications and what these could do in a commercial sense.