
<?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>Philip Baudoin's Blog &#187; Experiments</title>
	<atom:link href="http://blog.philipbaudoin.com/?feed=rss2&#038;cat=13" rel="self" type="application/rss+xml" />
	<link>http://blog.philipbaudoin.com</link>
	<description>New Media Blog</description>
	<lastBuildDate>Wed, 06 Jan 2010 16:43:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Strange Attractors Case Study</title>
		<link>http://blog.philipbaudoin.com/?p=135</link>
		<comments>http://blog.philipbaudoin.com/?p=135#comments</comments>
		<pubDate>Wed, 07 Jan 2009 04:00:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Class Work]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Virtual Entertainment]]></category>

		<guid isPermaLink="false">http://blog.philipbaudoin.com/?p=135</guid>
		<description><![CDATA[My first project for Virtual Entertainment uses Processing to visualize a mathematical system called a strange attractor.  Strange attractors create a cloud of points based on a quadratic map, a series of letters which the program translates into numbers which control its movement.  For example, the final image used the pattern &#8220;AMTMNQQXUYGA&#8221;.
While there are a [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_141" class="wp-caption alignnone" style="width: 510px"><a href="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-large.jpg"><img class="size-full wp-image-141" title="Strange Attractors Final" src="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1.jpg" alt="Final Image" width="500" height="324" /></a><p class="wp-caption-text">Final Image</p></div>
<p>My first project for Virtual Entertainment uses Processing to visualize a mathematical system called a strange attractor.  Strange attractors create a cloud of points based on a quadratic map, a series of letters which the program translates into numbers which control its movement.  For example, the final image used the pattern &#8220;AMTMNQQXUYGA&#8221;.</p>
<p>While there are a huge number of combinations that can be created, most of them seem to move  fairly continuously in one direction, and don&#8217;t create an interesting pattern.  A computer program can figure out which patterns work and which don&#8217;t, but luckily my atrophied math skills got a break from having to figure this one out, as other people have already done it.</p>
<p>The basic attractor renders out a cloud of points:</p>
<div id="attachment_144" class="wp-caption alignnone" style="width: 280px"><a href="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-points.jpg"><img class="size-full wp-image-144" title="Cloud of Points" src="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-points.jpg" alt="Cloud of Points" width="270" height="345" /></a><p class="wp-caption-text">Cloud of Points</p></div>
<p>I then explored several options for connecting the points, initially with straight lines:</p>
<div id="attachment_148" class="wp-caption alignnone" style="width: 305px"><a href="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-lines.jpg"><img class="size-medium wp-image-148" title="Lines" src="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-lines-295x300.jpg" alt="Lines" width="295" height="300" /></a><p class="wp-caption-text">Lines</p></div>
<p>Then with Curves:</p>
<div id="attachment_149" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-curves.jpg"><img class="size-medium wp-image-149" title="Curves" src="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-curves-300x167.jpg" alt="Curves" width="300" height="167" /></a><p class="wp-caption-text">Curves</p></div>
<p>At the same time, I modified the file to output a PDF, so that everything was in vector and can be scaled to any size.</p>
<p>Finally, I connected all of the points with a continuous spline.  Unfortunately, this narrowed my options for which attractors I could use, as it caused several patterns to look pretty lame:</p>
<div id="attachment_150" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-boring.jpg"><img class="size-medium wp-image-150" title="Boring" src="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-boring-300x245.jpg" alt="Boring" width="300" height="245" /></a><p class="wp-caption-text">Boring</p></div>
<p>Finally, I added color, by having processing grab colors out of an image file, resulting in the final image at the beginning of the post.  I also ended up with <a href="http://blog.philipbaudoin.com/?p=153">a few other images</a> that I thought were cool.</p>
<p>I also explored <a href="http://blog.philipbaudoin.com/?p=145">some other options</a> for this project, which didn&#8217;t turn out badly, but still need some more work.</p>
<p><a href="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/strangeattractors.zip">[Download Processing Code]</a></p>
<p>References</p>
<ul>
<li><a href="http://mathworld.wolfram.com/StrangeAttractor.html">Strange Attractors at Wolfram Research Mathworld</a></li>
<li><a href="http://sprott.physics.wisc.edu/SA.HTM">Julien C. Sprott on Strange Attractors</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.philipbaudoin.com/?feed=rss2&amp;p=135</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Other Strange Attractors</title>
		<link>http://blog.philipbaudoin.com/?p=153</link>
		<comments>http://blog.philipbaudoin.com/?p=153#comments</comments>
		<pubDate>Wed, 07 Jan 2009 04:00:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Class Work]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Virtual Entertainment]]></category>

		<guid isPermaLink="false">http://blog.philipbaudoin.com/?p=153</guid>
		<description><![CDATA[Here are some other cool images that came out of my Virtual Entertainment processing project:



]]></description>
			<content:encoded><![CDATA[<p>Here are some other cool images that came out of my Virtual Entertainment processing project:</p>
<p><a href="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-alternate1.jpg"><img class="alignnone size-medium wp-image-157" src="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-alternate1-300x208.jpg" alt="" width="300" height="208" /></a></p>
<p><a href="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-alternate2.jpg"><img class="alignnone size-medium wp-image-158" src="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-alternate2-289x300.jpg" alt="" width="289" height="300" /></a></p>
<p><a href="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-alternate3.jpg"><img class="alignnone size-medium wp-image-159" src="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-alternate3-300x173.jpg" alt="" width="300" height="173" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philipbaudoin.com/?feed=rss2&amp;p=153</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VE Project 1 Alternate Idea</title>
		<link>http://blog.philipbaudoin.com/?p=145</link>
		<comments>http://blog.philipbaudoin.com/?p=145#comments</comments>
		<pubDate>Wed, 07 Jan 2009 03:49:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Class Work]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Virtual Entertainment]]></category>

		<guid isPermaLink="false">http://blog.philipbaudoin.com/?p=145</guid>
		<description><![CDATA[I was exploring several options for my first Processing Project in Virtual Entertainment.  This was the other path I was exploring:

I&#8217;ll probably add some more info on how I did this soon.
]]></description>
			<content:encoded><![CDATA[<p>I was exploring several options for my first Processing Project in Virtual Entertainment.  This was the other path I was exploring:</p>
<p><a href="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-lattice.jpg"><img class="alignnone size-medium wp-image-151" src="http://blog.philipbaudoin.com/wp-content/uploads/2009/01/ve1-lattice-300x265.jpg" alt="" width="300" height="265" /></a></p>
<p>I&#8217;ll probably add some more info on how I did this soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philipbaudoin.com/?feed=rss2&amp;p=145</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DID Experiments</title>
		<link>http://blog.philipbaudoin.com/?p=80</link>
		<comments>http://blog.philipbaudoin.com/?p=80#comments</comments>
		<pubDate>Fri, 01 Feb 2008 01:03:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Class Work]]></category>
		<category><![CDATA[Dynamic Information Design]]></category>
		<category><![CDATA[Experiments]]></category>

		<guid isPermaLink="false">http://blog.philipbaudoin.com/?p=80</guid>
		<description><![CDATA[Some Experiments with the BitmapData class in flash.

View Experiments &#62; 
]]></description>
			<content:encoded><![CDATA[<p>Some Experiments with the BitmapData class in flash.</p>
<p><img src="http://pab6510.cias.rit.edu/wordpress/wp-content/uploads/2008/01/did-experiments-w7/image.jpg" title="Drawing" alt="Drawing" /></p>
<p><a href="http://pab6510.cias.rit.edu/wordpress/wp-content/uploads/2008/01/did-experiments-w7/">View Experiments &gt; </a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philipbaudoin.com/?feed=rss2&amp;p=80</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Experiments</title>
		<link>http://blog.philipbaudoin.com/?p=77</link>
		<comments>http://blog.philipbaudoin.com/?p=77#comments</comments>
		<pubDate>Tue, 22 Jan 2008 19:34:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Class Work]]></category>
		<category><![CDATA[Dynamic Information Design]]></category>
		<category><![CDATA[Experiments]]></category>

		<guid isPermaLink="false">http://blog.philipbaudoin.com/?p=77</guid>
		<description><![CDATA[
Here are some experiments with drawing API, combining drawing API with bitmaps, and basic sound control.
Also posted on the Experiments page.
]]></description>
			<content:encoded><![CDATA[<p><img alt="Image generated with Drawing API and the BitmapData Class" title="Image generated with Drawing API and the BitmapData Class" src="http://pab6510.cias.rit.edu/wordpress/wp-content/uploads/2008/01/did_experiments/stillframe.jpg" /></p>
<p><a href="http://pab6510.cias.rit.edu/wordpress/wp-content/uploads/2008/01/did_experiments/">Here</a> are some experiments with drawing API, combining drawing API with bitmaps, and basic sound control.</p>
<p>Also posted on the <a href="http://pab6510.cias.rit.edu/wordpress/?page_id=66">Experiments page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philipbaudoin.com/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
