<?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>Patrick Matte &#187; Generative Art</title>
	<atom:link href="http://www.patrickmatte.com/index.php/category/flash/generative-art/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.patrickmatte.com</link>
	<description>Flash programming, animation and design.</description>
	<lastBuildDate>Fri, 20 Aug 2010 00:41:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Reproducing the Labuat brushstroke effect&#8230;</title>
		<link>http://www.patrickmatte.com/index.php/2010/03/04/reproducing-the-labuat-brushstroke-effect/</link>
		<comments>http://www.patrickmatte.com/index.php/2010/03/04/reproducing-the-labuat-brushstroke-effect/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 00:40:29 +0000</pubDate>
		<dc:creator>Patrick Matte</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Generative Art]]></category>

		<guid isPermaLink="false">http://www.patrickmatte.com/?p=121</guid>
		<description><![CDATA[This week i had a stint at trying to reproduce the brushstroke effect as seen on the famous labuat website, winner of the FWA&#8217;s 2009 people&#8217;s choice award. The tricky part was getting that same smoothness in the curves but i&#8217;m pretty happy with the results i got so far. For kicks, i also added [...]]]></description>
			<content:encoded><![CDATA[<p>This week i had a stint at trying to reproduce the brushstroke effect as seen on the famous <a href="http://soytuaire.labuat.com/" target="_blank">labuat website</a>, winner of the FWA&#8217;s 2009 people&#8217;s choice award. The tricky part was getting that same smoothness in the curves but i&#8217;m pretty happy with the results i got so far. For kicks, i also added some animation and velocity to the brushstroke.</p>
<div class="wp-caption alignnone" style="width: 460px"><a href="http://www.patrickmatte.com/stuff/brushstroke/ribbon7.html" target="_blank"><img alt="Brushstroke with velocity" src="http://www.patrickmatte.com/stuff/brushstroke/brushstrokeAnimated.jpg" title="Brushstroke with velocity" width="450" height="338" /></a><p class="wp-caption-text">Click to open SWF</p></div>
<div class="wp-caption alignnone" style="width: 460px"><a href="http://www.patrickmatte.com/stuff/brushstroke/ribbon5.html" target="_blank"><img alt="Labuat brushstroke" src="http://www.patrickmatte.com/stuff/brushstroke/brushstrokeHello.jpg" title="Labuat brushstroke" width="450" height="323" /></a><p class="wp-caption-text">Click to open SWF</p></div>
<p><a href="http://www.patrickmatte.com/stuff/brushstroke/sources.zip">Download the source files.</a></p>
<p> It was a nice continuation from the previous work i did on the <a href="http://www.patrickmatte.com/index.php/2009/07/25/i-won-the-25-lines-of-code-contest/">25 lines of code contest</a>. I&#8217;m gonna thinker a little bit more with the code and post more advanced experiments later on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.patrickmatte.com/index.php/2010/03/04/reproducing-the-labuat-brushstroke-effect/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Some generative art for our &#8220;25 lines of code&#8221; contest at TBWA\Chiat\Day. I won at unanimity!</title>
		<link>http://www.patrickmatte.com/index.php/2009/07/25/i-won-the-25-lines-of-code-contest/</link>
		<comments>http://www.patrickmatte.com/index.php/2009/07/25/i-won-the-25-lines-of-code-contest/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 02:44:35 +0000</pubDate>
		<dc:creator>Patrick Matte</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Generative Art]]></category>
		<category><![CDATA[TBWA\Chiat\Day Los Angeles]]></category>
		<category><![CDATA[25 lines of code]]></category>
		<category><![CDATA[tracy lines]]></category>

		<guid isPermaLink="false">http://www.patrickmatte.com/?p=57</guid>
		<description><![CDATA[The rules of the contest were simple, create the most awesome program in just 25 lines of code. The timing was pefect for me as i wasn&#8217;t too busy for the last two days before the deadline and i was able to work on a few entries. This one nailed it. I&#8217;m still surprised how [...]]]></description>
			<content:encoded><![CDATA[<p>The rules of the contest were simple, create the most awesome program in just 25 lines of code. The timing was pefect for me as i wasn&#8217;t too busy for the last two days before the deadline and i was able to work on a few entries.</p>
<div class="wp-caption alignnone" style="width: 460px"><a href="http://www.patrickmatte.com/stuff/25lines/tornado6.swf" target="_blank"><img src="http://www.patrickmatte.com/stuff/25lines/images/tornado_1.jpg" alt="My 25 lines of code winning entry" /></a><p class="wp-caption-text">Click to open SWF</p></div>
<p>This one nailed it. I&#8217;m still surprised how many things i was able to cram into 25 lines! I have a 3D engine in there that converts 3D points to 2D points in 3 lines of code! And the routine also changes the color of the lines, records arrays of points to create the trails that gets thinner as time increases. Also notice the velocity on each point that make the trail move along.</p>
<p><a href="http://www.patrickmatte.com/stuff/25lines/tornado6.zip" target="_blank">Download source fla</a><br/></p>
<p>I&#8217;m definitely happy with the first one but there&#8217;s another entry that i did which i also like.</p>
<div class="wp-caption alignnone" style="width: 460px"><a href="http://www.patrickmatte.com/stuff/25lines/curve2.html" target="_blank"><img src="http://www.patrickmatte.com/stuff/25lines/images/space_1.jpg" alt="Another entry in the contest" /></a><p class="wp-caption-text">Click to open SWF</p></div>
<p>For that one I got the inspiration from a demo i saw last week, and i thought to myself, &#8220;hey i can do this in 25 lines of code&#8221; so i did it. Some images it creates look a lot like those spacy tracy desktop backgrounds of Windows Vista and OSX.</p>
<p><a href="http://www.patrickmatte.com/stuff/25lines/curve2.zip" target="_blank">Download source fla</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.patrickmatte.com/index.php/2009/07/25/i-won-the-25-lines-of-code-contest/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
