<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Polymath&#039;s Lab Notebook &#187; Computational art</title>
	<atom:link href="http://www.polymathdesignlab.com/weblog/category/computational-art/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.polymathdesignlab.com/weblog</link>
	<description>art + craft + technology @ Polymath Design Lab</description>
	<lastBuildDate>Wed, 14 Dec 2011 03:41:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Processing and the power of simplicity</title>
		<link>http://www.polymathdesignlab.com/weblog/2010/01/processing-and-the-power-of-simplicity/</link>
		<comments>http://www.polymathdesignlab.com/weblog/2010/01/processing-and-the-power-of-simplicity/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 08:00:48 +0000</pubDate>
		<dc:creator>ShannonHenry</dc:creator>
				<category><![CDATA[Computational art]]></category>
		<category><![CDATA[algorithmic design]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.polymathdesignlab.com/weblog/?p=225</guid>
		<description><![CDATA[One of the goals on my list for 2010 is learning my way around Processing, which is an<a href="http://www.polymathdesignlab.com/weblog/2010/01/processing-and-the-power-of-simplicity/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p>One of the goals on my list for 2010 is learning my way around <a href="http://www.processing.org/" target="_blank">Processing</a>, which is an open source programming language that was designed to be a kind of electronic sketchbook for artists and designers and allow you to program interactive animations, model and visualize data, and more.</p>
<p>I&#8217;ve run across some really neat things that people have done with it, and I&#8217;m rather fascinated. It looks like it can do some pretty powerful (and attractive!) data crunching:</p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/smilehyun/4157309584/"><img title="Flickr tag visualization by Smilehyun" src="http://farm3.static.flickr.com/2638/4157309584_ed16684a6b.jpg" alt="Flickr tag visualization by Smilehyun" width="500" height="500" /></a><p class="wp-caption-text">Flickr tag visualization by Smilehyun</p></div>
<p>Perhaps more inspiring for those of us who are dipping our toes in for the first time, however, is the ability to do some really interesting things with it using very short programs.</p>
<p><span id="more-225"></span></p>
<div id="attachment_232" class="wp-caption alignnone" style="width: 308px"><a href="http://www.polymathdesignlab.com/weblog/wp-content/uploads/2010/01/Miniature-IV-White-flower.png"><img class="size-full wp-image-232 " title="Miniature IV: White flower by Algirdas Rascius" src="http://www.polymathdesignlab.com/weblog/wp-content/uploads/2010/01/Miniature-IV-White-flower.png" alt="Miniature IV: White flower by Algirdas Rascius" width="298" height="298" /></a><p class="wp-caption-text">Miniature IV: White flower by Algirdas Rascius</p></div>
<p>Other than that elegant Flickr tag visualization up there, these images all come from the <a href="http://www.openprocessing.org/" target="_blank">OpenProcessing</a> Tiny Sketch pool &#8211; a collection limited to programs that weigh in at no more than 200 characters!</p>
<p>Last fall, OpenProcessing paired up with <a href="http://www.rhizome.org/" target="_blank">Rhizome</a>, an organization that works to promote art works that engage technology, for a Tiny Sketch contest. The winner was a rather zen little game called <a href="http://www.openprocessing.org/visuals/?visualID=3512" target="_blank">Driving Through Iceland</a>, by <a href="http://www.openprocessing.org/portal/?userID=462" target="_blank">dotlassie</a>.</p>
<div id="attachment_46" class="wp-caption alignnone" style="width: 460px"><a href="http://www.openprocessing.org/visuals/?visualID=3512"><img class="size-full wp-image-46" title="Driving Through Iceland" src="http://www.polymathdesignlab.com/weblog/wp-content/uploads/2010/01/drivingthroughiceland.png" alt="Driving Through Iceland" width="450" height="451" /></a><p class="wp-caption-text">Image from Driving Through Iceland</p></div>
<p>More Tiny Sketches can be found either at the <a href="ttp://www.rhizome.org/TinySketch" target="_blank">closed archive of contest submissions</a> or this <a href="http://www.openprocessing.org/collections/rhizome.php" target="_blank">open collection</a> of sketches that meet the 200 character limit. I&#8217;ve been pretty amazed by the sorts of things people have pulled off within that limitation.</p>
<div id="attachment_234" class="wp-caption alignnone" style="width: 519px"><a href="http://www.openprocessing.org/visuals/?visualID=3625"><img class="size-full wp-image-234" title="Sierpinski 2001 by Martin Schneider" src="http://www.polymathdesignlab.com/weblog/wp-content/uploads/2010/01/Sierpinski-2001-by-Martin-Schneider.jpg" alt="Sierpinski 2001 by Martin Schneider" width="509" height="509" /></a><p class="wp-caption-text">Sierpinski 2001 by Martin Schneider</p></div>
<p>Today I took the first step and downloaded the Processing software. Hopefully before too long I&#8217;ll be able to report back with  some examples from my experimentation.</p>
<p>Interested in learning a bit of Processing yourself? There are lots of resources out there &#8211; these lists of <a href="http://www.processing.org/learning/books/">books</a> and <a href="http://www.processing.org/learning/" target="_blank">tutorials</a> seem like good starting points.</p>
<div id="attachment_49" class="wp-caption alignnone" style="width: 550px"><a href="http://www.openprocessing.org/visuals/?visualID=3600"><img class="size-full wp-image-49  " title="A Slow Walk" src="http://www.polymathdesignlab.com/weblog/wp-content/uploads/2010/01/slow-walk.jpg" alt="A Slow Walk" width="540" height="405" /></a><p class="wp-caption-text">Made with &quot;A Slow Walk&quot; by Leonardo Solaas</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.polymathdesignlab.com/weblog/2010/01/processing-and-the-power-of-simplicity/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

