<?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>TODAY, CREATE. &#187; Color</title>
	<atom:link href="http://www.todaycreate.com/category/color/feed" rel="self" type="application/rss+xml" />
	<link>http://www.todaycreate.com</link>
	<description>Home of the daily creative output and exploration of ideas for Mike Creighton, new media designer and programmer.</description>
	<lastBuildDate>Mon, 23 Aug 2010 00:19:02 +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>A Stroke Renderer</title>
		<link>http://www.todaycreate.com/2010/05/16/a-stroke-renderer</link>
		<comments>http://www.todaycreate.com/2010/05/16/a-stroke-renderer#comments</comments>
		<pubDate>Mon, 17 May 2010 03:52:35 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Cinder]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Flow]]></category>
		<category><![CDATA[Generative]]></category>
		<category><![CDATA[Sunflow]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=459</guid>
		<description><![CDATA[+ View large. Spent a little time today on another tangent. One thing I didn&#8217;t like about those faux-cityscape renders was the fact that you completely lost all sense of the originating data. This isn&#8217;t necessarily a bad thing, but part of the reason I developed this whole system was to bring forth the energy [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.todaycreate.com/wp-content/creations/2010/05/2010-05-16_stroke_renderer_gi_3speherelights_l.jpg"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2010/05/2010-05-16_stroke_renderer_gi_3speherelights.jpg" alt="Stroke Renderer Sunflow render with global illumination and 3 sphere lights" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.todaycreate.com/wp-content/creations/2010/05/2010-05-16_stroke_renderer_gi_3speherelights_l.jpg">View large.</a></span></p>
<p>Spent a little time today on another tangent. One thing I didn&#8217;t like about those faux-cityscape renders was the fact that you completely lost all sense of the originating data. This isn&#8217;t necessarily a bad thing, but part of the reason I developed this whole system was to bring forth the energy and motion that actually went into creating the &#8220;seed&#8221; drawing.</p>
<p>So I took a step back and created a new renderer that let me isolate the individual &#8220;strokes&#8221; that were captured during the drawing session. In these renders, I&#8217;ve isolated three strokes; each has a unique color. The peaks in the height are derived from the relative velocity of a stroke at a given snapshot in time.</p>
<p>In <a href="http://libcinder.org">Cinder</a>, I created a GL scene that has a positionable camera and lets me page through each stroke. Then I can tap a key and dump out that stroke&#8217;s Sunflow scene data to the console. Along the way, I learned how to use the <a href="http://libcinder.org/docs/classcinder_1_1_tri_mesh.html">TriMesh class</a> in Cinder. It made dumping the Sunflow scene data easier, since it really parallels Sunflow&#8217;s &#8220;generic-mesh&#8221; type.</p>
<p>The render at the top uses three sphere lights, a basic diffuse shader for each object, and Sunflow&#8217;s path-tracing global illumination system. The render below uses the Sunflow sunsky light, a foggy Phong shader on the three strokes, and the &#8220;fake&#8221; global illumination setting in order to get some vague ambient light. I started discovering that there are a <em>lot</em> of possible combinations for lighting in Sunflow &#8212; almost an overwhelming number.</p>
<p>Next I&#8217;m gonna try a different drawing technique for rendering these strokes.</p>
<p><a href="http://www.todaycreate.com/wp-content/creations/2010/05/2010-05-16_stroke_renderer_sunsky_phong_l.jpg"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2010/05/2010-05-16_stroke_renderer_sunsky_phong.jpg" alt="Stroke Renderer Sunflow render with a Sunsky light, Phong shaders, and some fake global illumination" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.todaycreate.com/wp-content/creations/2010/05/2010-05-16_stroke_renderer_sunsky_phong_l.jpg">View large.</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2010/05/16/a-stroke-renderer/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flow Lives, but Now with No Glove</title>
		<link>http://www.todaycreate.com/2009/11/02/flow-lives-but-now-with-no-glove</link>
		<comments>http://www.todaycreate.com/2009/11/02/flow-lives-but-now-with-no-glove#comments</comments>
		<pubDate>Mon, 02 Nov 2009 20:16:21 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Computer Vision]]></category>
		<category><![CDATA[Flow]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[openFrameworks]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=282</guid>
		<description><![CDATA[Last year, I started a pet project called &#8220;Flow&#8220;. The point of the project was to find some intersection with more traditional art-making techniques and my interests in the digital realm. Well, that itch has resurfaced, and I realized I was making things way too complicated. This time, I&#8217;ve turned to using some open source [...]]]></description>
			<content:encoded><![CDATA[<p>Last year, I started a pet project called &#8220;<a href="http://www.todaycreate.com/category/flow" title="TODAY, CREATE. &raquo; Flow">Flow</a>&#8220;. The point of the project was to find some intersection with more traditional art-making techniques and my interests in the digital realm.</p>
<p>Well, that itch has resurfaced, and I realized I was making things way too complicated. This time, I&#8217;ve turned to using some open source tools for the data capture portion of the project. Components include:</p>
<ul>
<li>Computer</li>
<li>Webcam</li>
<li><a href="http://nuicode.com/projects/tbeta" title="Community Core Vision - Overview - NUI Group Community Code">Community Core Vision</a> (CCV)</li>
<li><a href="http://www.pixtream.com.br/?page_id=53" title="CCV Color Tracking | pixtream.com.br">Color Tracking Patch for CCV</a></li>
<li><a href="http://www.tuio.org/?processing" title="TUIO Processing">Processing TUIO Client API</a></li>
</ul>
<p>It&#8217;s actually really simple to get set up. Here&#8217;s a little demo of how it all comes together.</p>
<p><object width="560" height="420"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7399668&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=AAC132&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7399668&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=AAC132&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="560" height="420"></embed></object></p>
<p>Next steps include making a client to listen for the <a href="http://www.tuio.org/" title="TUIO">TUIO</a> data generated by CCV. I&#8217;m probably going to opt for an AS3 AIR client, since it&#8217;ll be fastest for me to create. Then create a web application that captures and stores this data. This I&#8217;ll build in <a href="http://codeigniter.com/" title="CodeIgniter - Open source PHP web application framework">CodeIgniter</a>, again, since it&#8217;ll be fastest for me to create in this environment.</p>
<p>I&#8217;ve got a lot of stuff on my plate this month, and I want to participate in this month&#8217;s <a href="http://www.flickr.com/groups/1219303@N25/" title="Flickr: NaNoDrawMo 2009">NaNoDrawMo</a> on top of it. So, we&#8217;ll see where things net out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/11/02/flow-lives-but-now-with-no-glove/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>No, srsly.</title>
		<link>http://www.todaycreate.com/2009/10/16/no-srsly</link>
		<comments>http://www.todaycreate.com/2009/10/16/no-srsly#comments</comments>
		<pubDate>Sat, 17 Oct 2009 05:26:47 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Color]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[iPhone Wallpaper]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=280</guid>
		<description><![CDATA[+ Get the wallpaper on Flickr. No, guys, seriously. This is pretty bad. So bad, I don&#8217;t even want your comments. But I really needed to do something that was not programming. I think once a week, I might try to make an iPhone wallpaper. Here&#8217;s the first. Looks like crap on your iPhone. No, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/mikecreighton/4017971259/"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/10/no_srsly.jpg" alt="" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/4017971259/">Get the wallpaper on Flickr.</a></span></p>
<p>No, guys, seriously. This is pretty bad. So bad, I don&#8217;t even want your comments. But I really needed to do something that was <em>not</em> programming.</p>
<p>I think once a week, I might try to make an iPhone wallpaper. Here&#8217;s the first. Looks like crap on your iPhone. No, seriously. Download it and then delete it.</p>
<p>The font is <a href="http://fontfabric.com/?p=396">MOD&trade;</a> from <a href="http://fontfabric.com/">Fontfabric&trade;</a>. It&#8217;s free. You should snag it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/10/16/no-srsly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Noise Tube Renders</title>
		<link>http://www.todaycreate.com/2009/09/15/some-noise-tube-renders</link>
		<comments>http://www.todaycreate.com/2009/09/15/some-noise-tube-renders#comments</comments>
		<pubDate>Wed, 16 Sep 2009 01:52:00 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Abstract]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Generative]]></category>
		<category><![CDATA[Noise Tube]]></category>
		<category><![CDATA[Perlin]]></category>
		<category><![CDATA[Realtime]]></category>
		<category><![CDATA[openFrameworks]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=276</guid>
		<description><![CDATA[+ View hi-res on Flickr. Some progress has occurred. C++ is becoming clearer. Here&#8217;s what progressed in the first couple images: I created a Tween class for animating values. It&#8217;s modeled after CASA Lib&#8217;s Tween class. I&#8217;ll probably be releasing it to the community soon. I hooked up my MIDI controllers to the piece, so [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/mikecreighton/3913144906/in/set-72157622348110646/"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/09/noisetube_normals_lighting_01.jpg" alt="Noise Tube Progress Render" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/3913144906/in/set-72157622348110646/">View hi-res on Flickr.</a></span></p>
<p>Some progress has occurred. C++ is becoming clearer. Here&#8217;s what progressed  in the first couple images:</p>
<ol>
<li>I created a Tween class for animating values. It&#8217;s modeled after <a href="http://casalib.org" title="CASA Lib: An Open Source Code Library for ActionScript 2.0 &amp; 3.0">CASA Lib&#8217;s</a> Tween class. I&#8217;ll probably be releasing it to the community soon.</li>
<li>I hooked up my MIDI controllers to the piece, so I could have more control over tweaking values. I&#8217;m using a great add-on for openFrameworks called <a href="http://www.openframeworks.cc/forum/viewtopic.php?f=10&amp;t=2435" title="openframeworks.cc Forum: ofxMIDI Updates">ofxMIDI</a>.</li>
<li>Along the way, I learned how to implement openFrameworks event dispatchers and listeners. (Hint: search for &#8220;poco events&#8221; in the <a href="http://wiki.openframeworks.cc/" title="openFrameworks wiki">openFrameworks Wiki</a> if you want to learn how.)</li>
</ol>
<p>In doing all this, I was able to trigger light movements with a MIDI controller. I used my M-Audio Trigger Finger&#8217;s velocity-sensitive pads to animate two lights. Hard tap = fast movement.</p>
<p><a href="http://www.flickr.com/photos/mikecreighton/3912360723/in/set-72157622348110646/"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/09/noisetube_normals_lighting_02.jpg" alt="Noise Tube Progress Render" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/3912360723/in/set-72157622348110646/">View hi-res on Flickr.</a></span></p>
<p>Here&#8217;s a video of the animated lights in action. Please excuse the stutters; while this does run at 30fps in realtime, SnapzPro isn&#8217;t able to keep up because of the CPU usage of the piece.</p>
<p><object width="560" height="315"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6547134&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=AAC132&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6547134&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=AAC132&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="560" height="315"></embed></object></p>
<p>Now after all this, I came to realize that I really wanted to be able to loop the Perlin noise that was creating the height map of the tube. Because, though you can&#8217;t see it, there&#8217;s an awful seam on the side facing away from the camera. By looping the noise, I could reliably look at it from all angles.</p>
<p>After some research, I came across a great library called <a href="http://libnoise.sourceforge.net/" title="libnoise: a portable, open-source, coherent noise-generating library for C++">libnoise</a>. Took me a little while to get it to compile, only to realize that while it did the job, it dropped my framerate from a respectable 45fps to 9fps. Definitely not suitable for realtime noise generation.</p>
<p>So I went back to the fastest Perlin noise generator I could find (<a href="http://www.flipcode.com/archives/Perlin_Noise_Class.shtml" title="flipcode - Perlin Noise Class">this class from John Ratcliff</a>), and I decided to live with the seam in the back.</p>
<p>Amidst all this, I also stumbled upon this awesome blog post about <a href="http://blog.wolfram.com/2009/09/11/twisted-architecture/" title="Wolfram Blog : Twisted Architecture">Twisted Architecture</a>. I thought it would be cool to implement something like that in my piece. So I did. But then I forgot about it.</p>
<p>It was only when I started twisting the &#8220;twist-associated&#8221; knob on my MIDI controller that the damn seam actually came to life. So, you can see how it starts to play out in the rest of the images here:</p>
<p><a href="http://www.flickr.com/photos/mikecreighton/3922512004/in/set-72157622348110646/"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/09/noisetube_normals_lighting_03.jpg" alt="Noise Tube Progress Render" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/3922512004/in/set-72157622348110646/">View hi-res on Flickr.</a></span></p>
<p><a href="http://www.flickr.com/photos/mikecreighton/3921730079/in/set-72157622348110646/"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/09/noisetube_normals_lighting_04.jpg" alt="Noise Tube Progress Render" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/3921730079/in/set-72157622348110646/">View hi-res on Flickr.</a></span></p>
<p><a href="http://www.flickr.com/photos/mikecreighton/3924822790/in/set-72157622348110646/"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/09/noisetube_normals_lighting_05.jpg" alt="Noise Tube Progress Render" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/3924822790/in/set-72157622348110646/">View hi-res on Flickr.</a></span></p>
<p><a href="http://www.flickr.com/photos/mikecreighton/3924822920/in/set-72157622348110646/"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/09/noisetube_normals_lighting_06.jpg" alt="Noise Tube Progress Render" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/3924822920/in/set-72157622348110646/">View hi-res on Flickr.</a></span></p>
<p>Also, in those last couple renders, I added a convex mesh to the background so that I could start incorporating background colors properly. Moreover, so I could get some light-generated gradients happening. More to come&#8230; more to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/09/15/some-noise-tube-renders/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Study of a Clock</title>
		<link>http://www.todaycreate.com/2009/08/10/color-study-of-a-clock</link>
		<comments>http://www.todaycreate.com/2009/08/10/color-study-of-a-clock#comments</comments>
		<pubDate>Tue, 11 Aug 2009 05:10:24 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Color]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[Sketches]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=252</guid>
		<description><![CDATA[+ View the hi-res on Flickr. I promised a friend I would draw her something. In color. Today. So I did. While the light was being beautiful, I grabbed a clock and an Ikea light and created a quick composition. Below you can see the source reference photo and the process. Took about a half [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/mikecreighton/3810761078/"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/08/clock_still_life_03.jpg" alt="Color Study of a Clock" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/3810761078/">View the hi-res on Flickr.</a></span></p>
<p>I promised a friend I would draw her something. In color. Today. So I did.</p>
<p>While the light was being beautiful, I grabbed a clock and an Ikea light and created a quick composition. Below you can see the source reference photo and the process. Took about a half hour. Plus or minus some wine and scotch. You can catch the higher res images over on <a href="http://www.flickr.com/photos/mikecreighton/sets/72157621882373651/">the Flickr set</a>.</p>
<p><a href="http://www.flickr.com/photos/mikecreighton/3810760994/"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/08/clock_still_life_01.jpg" alt="Color Study of a Clock" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/3810760994/">View the hi-res on Flickr.</a></span></p>
<p><a href="http://www.flickr.com/photos/mikecreighton/3809944903/"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/08/clock_still_life_02.jpg" alt="Color Study of a Clock" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/3809944903/">View the hi-res on Flickr.</a></span></p>
<p><a href="http://www.flickr.com/photos/mikecreighton/3810761078/"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/08/clock_still_life_03.jpg" alt="Color Study of a Clock" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/3810761078/">View the hi-res on Flickr.</a></span></p>
<p><a href="http://www.flickr.com/photos/mikecreighton/3809944861/"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/08/clock_still_life_source.jpg" alt="Color Study of a Clock" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/3809944861/">View the hi-res on Flickr.</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/08/10/color-study-of-a-clock/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Portfolio Site</title>
		<link>http://www.todaycreate.com/2009/02/11/a-new-portfolio-site</link>
		<comments>http://www.todaycreate.com/2009/02/11/a-new-portfolio-site#comments</comments>
		<pubDate>Wed, 11 Feb 2009 21:08:19 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Color]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=223</guid>
		<description><![CDATA[+ Visit the new mikecreighton.com. Well, that took long enough. Last night I launched the new version of mikecreighton.com. This morning, I polished up a couple things, so technically this post is a &#8220;YESTERDAY, CREATED.&#8221; update. There&#8217;s still some work to do, like hooking the content up to ExpressionEngine, implementing this &#8220;Faust&#8221; technique, and sticking [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mikecreighton.com" title="Visit the new mikecreighton.com"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/02/mikecreighton.com_phase1_launch.jpg" alt="mikecreighton.com Screenshot" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.mikecreighton.com">Visit the new mikecreighton.com.</a></span></p>
<p>Well, that took long enough. Last night I launched the new version of <a href="http://www.mikecreighton.com">mikecreighton.com</a>. This morning, I polished up a couple things, so technically this post is a &#8220;YESTERDAY, CREATED.&#8221; update.</p>
<p>There&#8217;s still some work to do, like hooking the content up to ExpressionEngine, implementing this <a href="http://www.space150.com/news/faust-flash-augmenting-standards" title="Read Faust: Flash Augmenting Standards">&#8220;Faust&#8221;</a> technique, and sticking some Google Analytics events in there.</p>
<p>But for now, I&#8217;ve got something fresh online representing some of my work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/02/11/a-new-portfolio-site/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Background Prototype 01</title>
		<link>http://www.todaycreate.com/2009/01/29/background-prototype-01</link>
		<comments>http://www.todaycreate.com/2009/01/29/background-prototype-01#comments</comments>
		<pubDate>Thu, 29 Jan 2009 08:23:19 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Abstract]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=216</guid>
		<description><![CDATA[+ Click to view the Flash prototype of the background treatment. I needed to get this prototype out ASAP since some of the strength of the design direction I&#8217;ve chosen has to do with this uber-zoomed image pixel grid thingy. When I was designing it, I wanted to take advantage of Flash&#8217;s ability to smooth [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.todaycreate.com/wp-content/creations/2009/01/mikecreighton_background_prototype_01"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/01/mikecreighton_background_test_01.jpg" alt="Screenshot of mikecreighton.com Background Prototype 01" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.todaycreate.com/wp-content/creations/2009/01/mikecreighton_background_prototype_01" title="Check out Background Flash Prototype 01">Click to view the Flash prototype of the background treatment.</a></span></p>
<p>I needed to get this prototype out ASAP since some of the strength of <a href="http://www.todaycreate.com/2009/01/28/beginning-a-redesign">the design direction</a> I&#8217;ve chosen has to do with this uber-zoomed image pixel grid thingy. When I was designing it, I wanted to take advantage of Flash&#8217;s ability to smooth a scaled Bitmap. So, that&#8217;s what you&#8217;re seeing in this prototype.</p>
<p>I still have to figure out what to do with the motion, but the overall effect is achieved in the prototype. In the end, I&#8217;ll be sampling a 35&#215;35 pixel rect of a loaded image and blowing it up to fill the stage. This is a little smaller than that, but the performance remains fast at either size.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/01/29/background-prototype-01/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hyper Violently Gridded</title>
		<link>http://www.todaycreate.com/2009/01/26/hyper-violently-gridde</link>
		<comments>http://www.todaycreate.com/2009/01/26/hyper-violently-gridde#comments</comments>
		<pubDate>Mon, 26 Jan 2009 07:11:24 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Color]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=212</guid>
		<description><![CDATA[Yesterday, I was trying to unload the charge of my (now old) MacBook Pro, in an effort to calibrate it. I thought, what better way to kill the battery than to open up Netflix Watch Instantly, pump up the volume (or the jam), and jack the display brightness as high as it would go. Movie [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.todaycreate.com/wp-content/creations/2009/01/hyper-violent-grid.jpg" alt="Hyper Violently Gridded Illustration" border="0" /></p>
<p>Yesterday, I was trying to unload the charge of my (now old) MacBook Pro, in an effort to calibrate it. I thought, what better way to kill the battery than to open up Netflix Watch Instantly, pump up the volume (or the jam), and jack the display brightness as high as it would go. Movie of choice: <em><a href="http://www.helveticafilm.com/">Helvetica</a></em>.</p>
<p>I was drawn into the interview at the beginning with <a href="http://en.wikipedia.org/wiki/Wim_Crouwel">Wim Crouwel</a> and his description of his use of the grid. The man is absolutely masterful using the grid as a constraint and rule system &#8212; and exploiting the hell out of it.</p>
<p>Inspired, I decided to continue playing with that word pair &#8220;<a href="http://www.todaycreate.com/2009/01/19/hyper-violent">Hyper Violent</a>&#8220;.</p>
<p>Also, my first time using the new Illustrator CS4&#8230;</p>
<p>On my new <a href="http://www.apple.com/macbookpro/">15&#8243; MacBook Pro</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/01/26/hyper-violently-gridde/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Distant Voices</title>
		<link>http://www.todaycreate.com/2009/01/15/distant-voices</link>
		<comments>http://www.todaycreate.com/2009/01/15/distant-voices#comments</comments>
		<pubDate>Fri, 16 Jan 2009 06:58:38 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Color]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=167</guid>
		<description><![CDATA[Jeez, someone get me away from the computer. I seriously have no idea what I&#8217;m doing.]]></description>
			<content:encoded><![CDATA[<p><img src="http://todaycreate.com/wp-content/creations/2009/01/distant-voices.jpg" alt="Distant Voices Fake Credits Screen" border="0" /></p>
<p>Jeez, someone get me away from the computer. I seriously have no idea what I&#8217;m doing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/01/15/distant-voices/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Noise Column Wallpaper Generator 1.0</title>
		<link>http://www.todaycreate.com/2008/11/29/noise-column-wallpaper-generator-10</link>
		<comments>http://www.todaycreate.com/2008/11/29/noise-column-wallpaper-generator-10#comments</comments>
		<pubDate>Sun, 30 Nov 2008 04:41:10 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Abstract]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Generative]]></category>
		<category><![CDATA[Perlin]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=127</guid>
		<description><![CDATA[+ Launch the Noise Column Wallpaper Generator I spent the last couple days making a desktop wallpaper-generating web app out of the previous experiment. Click the image above to check it out. I tried to add a majority of the common 4:3 and widescreen desktop screen sizes. Make sure you&#8217;ve got Flash Player 10. The [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://todaycreate.com/noise-column-wallpaper-generator/" title="Launch the Noise Column Wallpaper Generator"><img class="hasLargeImage" src="http://todaycreate.com/wp-content/creations/2008/11/noise_column_wallpaper_generator_1.0.jpg" alt="Screenshot of the Noise Column Wallpaper Generator User Interface" border="0" /></a><span class="imageLinkHolder">+ <a href="http://todaycreate.com/noise-column-wallpaper-generator/">Launch the Noise Column Wallpaper Generator</a></span></p>
<p>I spent the last couple days making a desktop wallpaper-generating web app out of the <a href="http://www.todaycreate.com/2008/11/16/noise-column">previous experiment</a>. Click the image above to check it out.</p>
<p>I tried to add a majority of the common 4:3 and widescreen desktop screen sizes. Make sure you&#8217;ve got Flash Player 10. The app will generate a slightly-compressed JPG for you.</p>
<p>Now that I&#8217;ve created this, I&#8217;m going to apply for a <a href="http://kuler.adobe.com">Kuler</a> developer API key so that I can add a &#8220;randomize&#8221; button for the color palette that pulls in a color scheme from Kuler.</p>
<p><strong>UPDATE (11-29-2008)</strong>: Added a size for the iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2008/11/29/noise-column-wallpaper-generator-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
