<?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>sprawler &#187; processing</title>
	<atom:link href="http://s-p-r-a-w-l.com/blog/category/processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://s-p-r-a-w-l.com/blog</link>
	<description>general specialist</description>
	<lastBuildDate>Thu, 13 May 2010 01:18:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>midterm : the DLA remix</title>
		<link>http://s-p-r-a-w-l.com/blog/2010/03/02/midterm-the-dla-remix/</link>
		<comments>http://s-p-r-a-w-l.com/blog/2010/03/02/midterm-the-dla-remix/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 00:58:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nature of Code]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://s-p-r-a-w-l.com/blog/?p=1021</guid>
		<description><![CDATA[In the end, I forewent using Toxi&#8217;s library and instead opted to implement particle systems because I wanted a better understanding of how to use them.  Here is a video of the end result. I added some perlin noise to vary the color and add a bit more sparkle to the &#8220;crystals.&#8221;  But [...]]]></description>
			<content:encoded><![CDATA[<p>In the end, I forewent using Toxi&#8217;s library and instead opted to implement particle systems because I wanted a better understanding of how to use them.  Here is a video of the end result. I added some perlin noise to vary the color and add a bit more sparkle to the &#8220;crystals.&#8221;  But the code is using four particle systems which hit the &#8220;seeds,&#8221; each of which are generated upon a mouse press.  As the particles hit the seeds, they will become part of the seed and expand the cluster, forming the branching-like DLA pattern.</p>
<p style="text-align: center;"><a href="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2010/05/DLA.jpg"><img class="aligncenter size-full wp-image-1022" title="DLA" src="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2010/05/DLA.jpg" alt="DLA" width="550" /></a></p>
<p>source code <a href="http://itp.nyu.edu/~ac2691/NOC/midterm">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s-p-r-a-w-l.com/blog/2010/03/02/midterm-the-dla-remix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ooooscillating</title>
		<link>http://s-p-r-a-w-l.com/blog/2010/02/15/ooooscillating/</link>
		<comments>http://s-p-r-a-w-l.com/blog/2010/02/15/ooooscillating/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 05:08:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nature of Code]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://s-p-r-a-w-l.com/blog/?p=975</guid>
		<description><![CDATA[For Nature of Code last week, we had to program an example of something demonstrating oscillating movement.  Although I originally thought of the particular forces that exist between the nucleus and electrons of an atom, I decided to play up the idea by relating the gravitational mass of the &#8220;nucleus&#8221; in my sketch with [...]]]></description>
			<content:encoded><![CDATA[<p>For Nature of Code last week, we had to program an example of something demonstrating oscillating movement.  Although I originally thought of the particular forces that exist between the nucleus and electrons of an atom, I decided to play up the idea by relating the gravitational mass of the &#8220;nucleus&#8221; in my sketch with the degree of oscillation between the corresponding &#8220;electrons&#8221;.</p>
<p><a href="http://itp.nyu.edu/~ac2691/NOC/Week3/index.html" target="_blank"><img class="aligncenter size-large wp-image-976" title="Picture 3" src="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2010/02/Picture-3-600x485.png" alt="Picture 3" width="600" height="485" /></a></p>
<p>This code was heavily adapted from Shiffman&#8217;s code.</p>
]]></content:encoded>
			<wfw:commentRss>http://s-p-r-a-w-l.com/blog/2010/02/15/ooooscillating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>blind to the weather</title>
		<link>http://s-p-r-a-w-l.com/blog/2009/10/16/blind-to-the-weather/</link>
		<comments>http://s-p-r-a-w-l.com/blog/2009/10/16/blind-to-the-weather/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 21:53:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[data visualization]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://s-p-r-a-w-l.com/blog/?p=845</guid>
		<description><![CDATA[The last visualizing data assignment was parsing the XML from the Yahoo RSS feed using two data sets and two colors.
Since my usual gauge for weather consists of me looking out a window and taking an educated guess, i wanted to create something that would emulate window blinds that were moving in a weather vane [...]]]></description>
			<content:encoded><![CDATA[<p>The last visualizing data assignment was parsing the XML from the <a href="http://developer.yahoo.com/weather/" target="_blank">Yahoo RSS feed</a> using two data sets and two colors.</p>
<p>Since my usual gauge for weather consists of me looking out a window and taking an educated guess, i wanted to create something that would emulate window blinds that were moving in a weather vane like movement.  I chose to visualize the relationship between temperature and wind speed by setting the wind speed equal to the rotational speed of my blinds and mapping the color of the blinds from blue (coldest) to red (hottest) using an HSB colormode.  It doesn&#8217;t run well on the browser, but click <a href="http://itp.nyu.edu/~ac2691/DataViz/vizData_Assign4/Assign4_XMLWeather.zip">here</a> to download source code.</p>
<div>
<center><br />
<object width="500" height="338"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7132238&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ff0179&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7132238&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ff0179&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="338"></embed></object><br />
</center>
</div>
<p><a href="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/10/3-600x6191.png"><img class="aligncenter size-full wp-image-877" title="3-600x619" src="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/10/3-600x6191.png" alt="3-600x619" width="600" height="619" /></a>
<a href='http://s-p-r-a-w-l.com/blog/2009/10/16/blind-to-the-weather/1-2/' title='1'><img width="150" height="150" src="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/10/1-150x150.png" class="attachment-thumbnail" alt="" title="1" /></a>
<a href='http://s-p-r-a-w-l.com/blog/2009/10/16/blind-to-the-weather/attachment/2/' title='2'><img width="150" height="150" src="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/10/2-150x150.png" class="attachment-thumbnail" alt="" title="2" /></a>
<a href='http://s-p-r-a-w-l.com/blog/2009/10/16/blind-to-the-weather/3-600x619/' title='3-600x619'><img width="150" height="150" src="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/10/3-600x6191-150x150.png" class="attachment-thumbnail" alt="" title="3-600x619" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://s-p-r-a-w-l.com/blog/2009/10/16/blind-to-the-weather/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>theme and variation ++</title>
		<link>http://s-p-r-a-w-l.com/blog/2009/10/01/theme-and-variation/</link>
		<comments>http://s-p-r-a-w-l.com/blog/2009/10/01/theme-and-variation/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 04:25:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[processing]]></category>
		<category><![CDATA[data vizualization]]></category>

		<guid isPermaLink="false">http://s-p-r-a-w-l.com/blog/?p=796</guid>
		<description><![CDATA[the last go-around was a bit static in terms of changing things up with my variables so here is a second attempt to make it more dynamic.


]]></description>
			<content:encoded><![CDATA[<p>the last go-around was a bit static in terms of changing things up with my variables so here is a second attempt to make it more dynamic.</p>
<p style="text-align: center;"><a href="http://itp.nyu.edu/~ac2691/DataViz/VizData_Assign1a/"><img class="aligncenter size-full wp-image-797" title="Picture 10" src="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/10/Picture-10.png" alt="Picture 10" width="600" height="440" /></a></p>
<p style="text-align: center;"><a href="http://itp.nyu.edu/~ac2691/DataViz/VizData_Assign1b_/"><img class="aligncenter size-full wp-image-798" title="Picture 11" src="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/10/Picture-11.png" alt="Picture 11" width="600" height="430" /></a><a href="http://itp.nyu.edu/~ac2691/DataViz/VizData_Assign1c/"><img class="aligncenter size-full wp-image-799" title="Picture 12" src="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/10/Picture-12.png" alt="Picture 12" width="600" height="430" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://s-p-r-a-w-l.com/blog/2009/10/01/theme-and-variation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some saul, but a bass attempt</title>
		<link>http://s-p-r-a-w-l.com/blog/2009/09/24/some-saul-but-a-bass-attempt/</link>
		<comments>http://s-p-r-a-w-l.com/blog/2009/09/24/some-saul-but-a-bass-attempt/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 06:21:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[processing]]></category>
		<category><![CDATA[data vizualization]]></category>

		<guid isPermaLink="false">http://s-p-r-a-w-l.com/blog/?p=782</guid>
		<description><![CDATA[Data Viz assignment as inspired by graphic designer, Saul Bass.  

Constraints: (1) can only be in black and white; (2) one variable must be a string; (3) one variable must be an integer
Click image to launch and view source code.


]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Data Viz assignment as inspired by graphic designer, <a href="http://www.youtube.com/watch?v=eGnpJ_KdqZE" target="_blank">Saul Bass</a>.  </p>
<p style="text-align: center; "><a href="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/09/vertigo.jpg"></a><a href="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/09/saul-bass-poster.jpg"><img class="aligncenter size-full wp-image-794" title="saul-bass-poster" src="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/09/saul-bass-poster.jpg" alt="saul-bass-poster" width="470" height="307" /></a></p>
<p style="text-align: left;">Constraints: (1) can only be in black and white; (2) one variable must be a string; (3) one variable must be an integer</p>
<p style="text-align: left;">Click image to launch and view source code.</p>
<p style="text-align: center; "><a href="http://itp.nyu.edu/~ac2691/DataViz/VizData_Assign1/"><img class="size-full wp-image-786 aligncenter" title="Picture 4" src="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/09/Picture-4.png" alt="Picture 4" width="648" height="481" /></a><img class="aligncenter size-full wp-image-785" title="Picture 3" src="http://s-p-r-a-w-l.com/blog/wp-content/uploads/2009/09/Picture-3.png" alt="Picture 3" width="648" height="481" /><span style="text-decoration: underline;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://s-p-r-a-w-l.com/blog/2009/09/24/some-saul-but-a-bass-attempt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
