Data Driven Compositions
In the video above Aaron Koblin shares some of his data driven online generative art projects. Aaron is an artist and creative technologist who at the time of this video (~2012) was the creator and head of the Data Arts Team at Google. Now he co-runs a company focused on cinematic (and fitness) VR experiences with Chris Milk, a music video director Aaron first started working with around the same time he gave this talk (towards the end he mentions a coupe of collaborations with Chris Milk).
There's all sorts of data we can pull from and use as inputs into our algorithmic compositions. We've already started exploring one of them, URL parameters which is data we can add to the URL and then later access in our code to alter some detail of our generative art. In the notes below we'll explore a number of other ways to have different types of data drive some aspect of our generative systems.
Time and Date
We've spoken a lot about conceptual art this quarter. One of the artists referenced in the video we watched the first day of class was On Kawara. Like so many works from the conceptual art movement, On Kawara's pieces lend themselves quite nicely to modern day remixes for exploring generative art concepts. We'll specifically be taking a look at how we might remix his Date Paintings (discussed in the video above). JavaScript (the language itself) has a built-in Date object which can be used to pull the current date and time from the computer running your code.