<?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>Robert Hodgin</title>
	<atom:link href="http://roberthodgin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://roberthodgin.com</link>
	<description>Portfolio</description>
	<lastBuildDate>Wed, 25 Aug 2010 21:32:06 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bait Ball</title>
		<link>http://roberthodgin.com/bait-ball/</link>
		<comments>http://roberthodgin.com/bait-ball/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 21:27:20 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Cinder]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=624</guid>
		<description><![CDATA[The complex behavior of schooling reduced to its essence.]]></description>
			<content:encoded><![CDATA[<p>I think by now, we have all seen sardine or anchovy bait balls. The swirling vortex of fish bodies was a favorite part of the Planet Earth and Planet Earth: Life series. I had done a couple flocking/swarming simulations in the past but after seeing a presentation by collective animal behavior researcher, Ian Couzin from Princeton University, I retackled the problem with renewed interest.</p>
<p><a href="http://www.flickr.com/photos/flight404/4867125528/"><img class="alignnone" src="http://farm5.static.flickr.com/4077/4867125528_6bf956bd47_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/4867125528/"></a>One of my original flocking sims featured birds flying around in a 3D environment. I took the easy way out and ignored any collision detection. The birds were pushed about by a combination of gravitational attraction (to keep them fairly centered on the screen) and Perlin noise (to give the illusion that the birds were moving around in a fairly organic manner). The follow-up to that version introduced an extra force in the form of magnetic repulsion. This gave me collision avoidance but it was not very graceful.</p>
<p>The Ian Couzin presentation, <a href="http://beta.wnyc.org/thegreenespace/events/2010/apr/14/radiolabs-awe-maggeddon/">featured on the WNYC RadioLab blog</a>, presented the problem of flocking in a beautifully simple 3 rule system.</p>
<p>1) Don&#8217;t get too crowded.<br />
2) Don&#8217;t get too isolated.<br />
3) Swim with neighbors.</p>
<p><em>(An optional 4th rule is that you should do what it takes to flee predators)</em></p>
<p>This is a bit of an oversimplification of what Professor Couzin outlined but it gives a nice insight into the simplicity of these complex-looking systems. Based on these three rules, I pretty much had the first two down. The repulsive force kept the fish/birds from getting too crowded. The attractive force kept the fish/birds from getting too isolated. But I never paid much attention the rule 3 which is why my early studies often looked like chaotic writhing balls instead of what is experienced in nature.</p>
<p>The code is pretty straightforward. Find the distance between me and each one of my neighbors. If this distance is really large, move towards the neighbor. If this distance is really low, move away from the neighbor. If the distance is neither too close nor too far, then allow my velocity to become influenced by the neighbor. The amount of influence each fish has on each other is a curve. If the threshold of attraction is a distance of 50, then a distance of 51 would involve a minimum of influence compared to a distance of 200 which would be a stronger influence. I should probably limit this distance so that a fish 5000 units away would have no influence at all, but I need to do more research to see what is being observed in nature.</p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4074/4866509627_706f658aaf_b.jpg" alt="" width="800" /></p>
<p>Future versions of this project will incorporate the dynamically resizing zones, as mentioned in the Ian Couzin presentation. For now, the zone thresholds are hardcoded. Also, there is no sense of leadership (though I don&#8217;t know if such a thing exists in the real world equivalent) and each fish is being influenced by every other fish in the simulation (which is probably not how these things actually work). What I will likely try next is to have each fish only being influenced by its 7 or so nearest neighbors.</p>
<p>Here is a video of the simulation. This version features 2500 fish and 2 predators. It runs in real-time.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=13928663&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=13928663&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This version uses 25000 fish and 2 predators and does not run in real-time.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=13933614&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=13933614&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/bait-ball/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wired Magazine</title>
		<link>http://roberthodgin.com/wired-magazine/</link>
		<comments>http://roberthodgin.com/wired-magazine/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 22:29:13 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Cinder]]></category>
		<category><![CDATA[Client Work]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=630</guid>
		<description><![CDATA[Feature art commissioned for Wired Magazine, 18:08]]></description>
			<content:encoded><![CDATA[<p>A few months ago, I was contacted by the fine folk at Wired Magazine. They were asking if they could commission me to create a feature illustration for issue number 18:08. They were particularly interested in the aesthetic of the <a href="http://roberthodgin.com/additionsubtraction/">Addition Subtraction</a> project and wanted me to do something which used the issue number itself and still maintained the feel of the original inspiration.</p>
<p><a href="http://www.flickr.com/photos/flight404/4866768697"><img class="alignnone" src="http://farm5.static.flickr.com/4073/4866768697_e5c88427f8_b.jpg" alt="" width="800" /></a></p>
<p>The project went through many different looks. My original idea was to try to make the gravitational and orbital forces mold the digits out of a sea of particles. The initial studies were pretty positive but the leading &#8216;1&#8242; digit was proving to be problematic. The &#8216;8&#8242; and &#8216;0&#8242; were fine because they were simple forms made of circles. Spinning an attractive force did a good job of creating the rounder digits but I was struggling with the &#8216;1&#8242;.</p>
<p>I went with an entirely different approach (which was eventually rejected) for a while. I created gravitation depressions where the digits forms were and flooded the scene with force particles. The forces repulsed each other but were drawn into the digits and spread out to create the 18.08. I then flooded the scene with particles and let them do what the forces instructed, much like in the <a href="http://roberthodgin.com/additionsubtraction/">Addition Subtraction</a> project. I was rather fond of the result but it deviated from the original inspiration too much so we ended up going back to the original idea.</p>
<p><a href="http://www.flickr.com/photos/flight404/4867275648/"><img src="http://farm5.static.flickr.com/4120/4867275648_ddd1659b69_b.jpg " alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/4867275620/"><img src="http://farm5.static.flickr.com/4119/4867275620_8bf240bf0d_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/4791133907/"><img src="http://farm5.static.flickr.com/4119/4791133907_fb4f53e168_b.jpg" alt="" width="800" /></a></p>
<p>I ended up turning the &#8216;1&#8242; into the particle emitter. It made the most sense to do it this way. Even though I was bothered a bit by segregating the digit from the other three, the end result came out nicely. A glowing series of particle emitters aligns to form the &#8216;1&#8242; and as the particles spread across the screen, they are pulled and pushed into whirling black holes which end up forming the other three digits (and the decimal).</p>
<p>Final print piece.<br />
<a href="http://www.flickr.com/photos/flight404/4866659991/"><img src="http://farm5.static.flickr.com/4122/4866659991_dc4295f9f9_b.jpg" alt="" width="800" /></a></p>
<p>Early test render. Audio by Tim Stutts.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="800" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=13947676&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed type="application/x-shockwave-flash" width="800" height="800" src="http://vimeo.com/moogaloop.swf?clip_id=13947676&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Final render. Audio by Tim Stutts.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="800" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=13947721&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed type="application/x-shockwave-flash" width="800" height="800" src="http://vimeo.com/moogaloop.swf?clip_id=13947721&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/wired-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>00 Black Material</title>
		<link>http://roberthodgin.com/00-black-material/</link>
		<comments>http://roberthodgin.com/00-black-material/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 21:41:37 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Cinder]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=615</guid>
		<description><![CDATA[Teasers from a short art project collaboration with Erik Jonnson.]]></description>
			<content:encoded><![CDATA[<p>In the spirit of collaboration, I teamed up with Erik Jonsson (from Your Majesty in NYC) to create content for an upcoming art project called 00 Black Material. More details to come.</p>
<p>For this project, I created black and white landscapes that can be explored through keyboard input. Some of the landscapes are simple expansive horizons, others are complex layered caverns. Some of them are static, others morph as the camera comes near.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157624380856610"><img src="http://farm5.static.flickr.com/4140/4743719189_20ae13dc6b_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157624380856610/"><img class="alignnone" src="http://farm5.static.flickr.com/4123/4744357216_5928e9bc09_b.jpg" alt="" width="1024" height="576" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157624380856610"><img class="alignnone" src="http://farm5.static.flickr.com/4143/4743719225_d8d0205ce3_b.jpg" alt="" width="800" /></a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=13107283&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=13107283&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=13108617&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=13108617&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/00-black-material/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juxtapoz Magazine, July 2010</title>
		<link>http://roberthodgin.com/juxtapoz-magazine-july-2010/</link>
		<comments>http://roberthodgin.com/juxtapoz-magazine-july-2010/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 20:14:09 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Cinder]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=609</guid>
		<description><![CDATA[I need to curse less.]]></description>
			<content:encoded><![CDATA[<p>In early May 2010, I sat down with Alexander Tarrant and Colin Sebestyen at <a href="http://www.gaffta.org/">Gray Area Foundation For The Arts</a>. We talked about art, scandal, nudity, succulents, magnets, clouds and Snoop Dogg. We finished up our conversation a few days later, joined by Justin Metros, over a bottle of Napa red and some beers at Hotel Bîron in Hayes Valley.</p>
<p>And somehow, through the alcohol haze, they managed to put together a really nice interview for <a href="http://www.juxtapoz.com/">Juxtapoz Magazine</a> that spans 12 glossy pages. So to them, I say Thank You.</p>
<p><a href="http://www.flickr.com/photos/flight404/4733719227/"><img class="alignnone" src="http://farm2.static.flickr.com/1089/4733719227_fa1bb1e75a_b.jpg" alt="" width="800" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/juxtapoz-magazine-july-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Peter Gabriel 2010 Tour</title>
		<link>http://roberthodgin.com/peter-gabriel-2010-tour/</link>
		<comments>http://roberthodgin.com/peter-gabriel-2010-tour/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 06:07:22 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Cinder]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=598</guid>
		<description><![CDATA[Cinder and reaction-diffusion help Peter Gabriel on his 2010 New Blood tour.]]></description>
			<content:encoded><![CDATA[<p>Back in February, I was contacted by someone working on the New Blood tour for Peter Gabriel. They were looking for artists to contribute to the visuals for one of the songs off the new album, which is all covers of other bands and it is my understanding the covered bands would then do a cover of a Peter Gabriel song.</p>
<p>Aside from the near all-cover set, the other curious thing about this tour is he performed without the aid of drums or guitar. It is him, a conductor,  and a backing orchestra.</p>
<p><a href="http://www.flickr.com/photos/flight404/4667880941/"><img class="alignnone" src="http://farm5.static.flickr.com/4038/4667880941_d7cb173037_b.jpg" alt="" width="800" /></a><br />
<font size='1'>Photograph by Robert Sinclair.</font></p>
<p>I was assigned the cover of Radiohead&#8217;s &#8216;Street Spirit&#8217;. And I had a little over two weeks. Because the short deadline, I decided to do something with <a href="http://en.wikipedia.org/wiki/Reaction_diffusion">reaction diffusion</a>. I love reaction diffusion. RD is my new <em>additive blending</em>. You are probably familiar with RD from the <a href="http://postspectacular.com/process/20080702_printmagcover">amazing 3D type piece by Karsten Schmidt </a>(Toxi).</p>
<p>Since PG was performing with an orchestra, who rehearses to a click track, I was able to get a recording of the song more or less as it would be played live. This allowed me to code in a few tone changes and transitions manually so the piece would have some relevance and variety throughout the length of the song.</p>
<p><a href="http://www.flickr.com/photos/flight404/4668516834"><img class="alignnone" src="http://farm5.static.flickr.com/4022/4668516834_7bd101625f_b.jpg" alt="" width="800"  /></a><br />
<font size='1'>Photograph by York Tillyer.</font></p>
<p>While PG sings, an ominous and slightly off-putting reaction diffusion pattern spreads and pulses across the background. When he reaches the climax of the song and the key changes to <em>hope</em>, the diffusion dissipates and is engulfed by a bright light.</p>
<p><a href="http://www.flickr.com/photos/flight404/4667880915"><img class="alignnone" src="http://farm5.static.flickr.com/4040/4667880915_798288742f_b.jpg" alt="" width="800" /></a><br />
<font size='1'>Photograph by Robert Sinclair.</font></p>
<p>Many thanks to the Georgina Sinclair, Rob Sinclair, and Peter Gabriel.</p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/peter-gabriel-2010-tour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GAFFTA: Transpose</title>
		<link>http://roberthodgin.com/gaffta-transpose/</link>
		<comments>http://roberthodgin.com/gaffta-transpose/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 09:41:11 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Cinder]]></category>
		<category><![CDATA[Physical]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=577</guid>
		<description><![CDATA[Aaron Koblin and I show off some work at GAFFTA in San Francisco.]]></description>
			<content:encoded><![CDATA[<p>Starting in February 2010 and lasting through April, I exhibited some work in a <a href="http://www.gaffta.org/2010/02/04/transpose/">two person show</a> at the <a href="http://www.gaffta.org/">Gray Area Foundation for the Arts (GAFFTA)</a>. The other artist was the very talented <a href="http://www.aaronkoblin.com/">Aaron Koblin</a>, known for his work with <a href="http://www.aaronkoblin.com/work/rh/index.html">Radiohead</a> and the <a href="http://www.aaronkoblin.com/work/flightpatterns/index.html">Flight Patterns</a> piece.</p>
<p><img src="http://farm5.static.flickr.com/4056/4381534668_37f1dee5eb_b.jpg" alt="" width="800" /></p>
<p>I showed five different pieces, ranging from prints to sculpture to an interactive installation. All of the pieces were related to my exploration with magnetism and mathematical phenomena.</p>
<p><strong>Selected Works</strong><br />
Made with Processing and Cinder (C++ framework).</p>
<p>One of the 46&#8243; flat screen displays shows a 22 minute reel of some older video projects. Most are audio reactive. Included are a <a href="http://www.vimeo.com/8581392">Magnetosphere rework</a>, <a href="http://www.vimeo.com/7565418">Fuji</a>, <a href="http://www.vimeo.com/7993660">Cymatic Fluid</a>, <a href="http://www.vimeo.com/658158">Solar with Lyrics</a>, <a href="http://www.vimeo.com/2094557">Audio-reactive Landscape</a>, <a href="http://www.vimeo.com/2120027">Relentless</a>, and <a href="http://www.vimeo.com/3290907">Branching</a>.</p>
<p><strong>Moment of Fission</strong>, series of 6 prints<br />
Made with Processing.</p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2753/4077366346_b42fb6330c_b.jpg" alt="" width="800" /></p>
<p>For this series, I placed anywhere from a dozen to a few hundred charged particles into a small space. All of the particles want desperately to push away from every other particle. A couple frames after they explode outward, I render out the results. The prints attempt to visualize the act of atomic fission.</p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3264/4050090719_ff46232e45_b.jpg" alt="" width="800" /></p>
<p><strong>Dodecahedral Variations</strong></p>
<p>When I was planning content for the show, fellow GAFFTA alum Ryan Alexander suggested I add some sculptures to the show. In specific, <a href="http://www.flickr.com/photos/flight404/sets/72157616704023547/">the magnetic solid sculptures</a> I have been making off and on over the last couple years.</p>
<p>These forms are created with cylinder magnets, spherical magnets, and ball bearings. Magnetism is the only thing holding the forms together. They are fairly fragile and picking them up will likely crush them. All of the forms I created were variations of the 12 sided dodecahedron. This particular platonic solid seems to be the form the magnets are happiest with.</p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4065/4380778201_9080898785_b.jpg" alt="" width="800" /></p>
<p>The largest structure required a temporary scaffold of sorts. Without the scaffold, I would be unable to complete the form without it succumbing to gravity. This structure took me a few hours to create and on the day of the show, it collapsed on the way to the gallery. I ended up rebuilding it the day of the show.</p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4026/4381532218_59f31797f6_b.jpg" alt="" width="800" /></p>
<p><strong>Quantum Decoherence</strong><br />
Made in Cinder (C++ framework).</p>
<p>This pair of prints was made for 40&#8243;x30&#8243; backlit lightboxes. While exploring ideas for the interactive piece, I started playing around with <a href="http://en.wikipedia.org/wiki/Reaction_diffusion">Gray-Scott reaction diffusion</a>. The formulas for reaction diffusion are surprisingly easy but they can create a large variety of beautiful organic patterns which resemble many patterns found in nature.</p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4019/4381078573_0354de896b_b.jpg" alt="" width="800" /></p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4040/4350865464_f0e8df7bcd_b.jpg" alt="" width="800" /></p>
<p>The aesthetics are based on the results achieved with <a href="http://en.wikipedia.org/wiki/Scanning_tunneling">scanning tunneling microscopes</a>. It is intended to be viewed as a visual interpretation of the wave-particle duality of light and matter. The individual nodes do not exist separately from each other. They are simply different <em>densities</em> of the same ether. They grow and turn white as a wave, emanating from the center, passes by.</p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4026/4350866500_8af1199c4f_b.jpg" alt="" width="800" /></p>
<p><strong>Reactive Diffusion</strong>, interactive installation<br />
Made in Cinder (C++ framework).</p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4026/4353505294_ce1144ce12_b.jpg" alt="" width="800" /></p>
<p>This installation shows off reaction diffusion in all its glory. A 46&#8243; flat screen display shows a view of the webcam which is pointing at the viewer. It functions as a digital mirror, but the reflection is highly distorted. The entire screen is morphed by a reaction diffusion effect. The reaction flows across the screen and undulates in a intensely mesmerizing way.</p>
<p>Music by Helios (&#8220;Backlight&#8221; from the album Caesura)<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=9666035&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="600" src="http://vimeo.com/moogaloop.swf?clip_id=9666035&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>When I created this project, it initially managed to eek out about 10 fps when running at full resolution. It ended up feeling really sluggish. I bought a nice tower PC but it still barely reached 15 fps. My mentor and collaborator, Andrew Bell, suggested I move everything to the GPU because the slowdown was likely due to the way I was abusing FBOs. The original version pulled data off the FBO, modified a large quad mesh, then sent the content to a GLSL shader which handled the lighting and coloring.</p>
<p>The rework now has everything running in GLSL shaders. The huge mesh grid is gone, replaced by just one single textured quad being drawn fullscreen. This brought the frame rate up to 60+ on both the PC tower and my MacBook Pro laptop.</p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/gaffta-transpose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overlord</title>
		<link>http://roberthodgin.com/overlord/</link>
		<comments>http://roberthodgin.com/overlord/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 22:41:22 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Cinder]]></category>
		<category><![CDATA[Physical]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=571</guid>
		<description><![CDATA[First, you will be hypnotized. Second, you will do as I command.]]></description>
			<content:encoded><![CDATA[<p>Update:: Unfortunately, I was unable to get any documentation of the project while is was being shown. If anyone has any photos or video from this piece, let me know.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;::</p>
<p>For one week in early March, 2010, anyone taking an evening walk down the 400 block of High Road in Wembley, England, will find themselves under the watchful gaze of Overlord.</p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4051/4371566084_5553d24a6c_o.png" alt="" width="800" /></p>
<p>This project is entirely about mesmerism. It is my intention to cause passersby to stop and stare up at the 50 meter wall on which the Overlord appears. He stares down at them, surrounded in a swirling <a href="http://en.wikipedia.org/wiki/Reaction_diffusion">reaction-diffusion</a> fluid. He appears indifferent and his facial expression does not change.</p>
<p><a href="http://www.flickr.com/photos/flight404/4369543385/"><img class="alignnone" src="http://farm3.static.flickr.com/2719/4369543385_7638454402_o.png" alt="" width="800" /></a></p>
<p>To create this project, I stared into a camera for 20 minutes. I used this saved video content as input into a reaction-diffusion project created in Cinder. The project runs beautifully in realtime but it made more sense for the end product to be a simple looping video.</p>
<p>The reaction-diffusion responds to the brightness of the pixels in the video as well as the motion from frame to frame. The motion creates ripples which propagate across the screen and influence the formation and destruction of the RD patterns.</p>
<p>Here is the venue.</p>
<p><small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?client=safari&amp;q=444+High+Road+wembley&amp;oe=UTF-8&amp;ie=UTF8&amp;hl=en&amp;hq=&amp;hnear=444+High+Rd,+Wembley,+Middlesex+HA9+6AH,+United+Kingdom&amp;layer=c&amp;cbll=51.553693,-0.293008&amp;panoid=T8FO4x2Xm9sM4qOWIyb53w&amp;cbp=13,30.49,,0,-22.65&amp;ll=51.553634,-0.289872&amp;spn=0,359.982855&amp;z=16&amp;source=embed">View Larger Map</a></small></p>
<p>Short render from the longer piece. Sadly, Vimeo wasn&#8217;t too kind to the compression.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=9573714&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="600" src="http://vimeo.com/moogaloop.swf?clip_id=9573714&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/overlord/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solar rework</title>
		<link>http://roberthodgin.com/solar-rework/</link>
		<comments>http://roberthodgin.com/solar-rework/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 04:36:45 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=252</guid>
		<description><![CDATA[Audio-responsive application created for the V&#038;A Museum. Created with Processing.]]></description>
			<content:encoded><![CDATA[<p>In late 2009, I was asked to contribute to a group show called <a href="http://www.vam.ac.uk/microsites/decode/exhibition">Decode</a> being held at the prestigious <a href="http://www.vam.ac.uk/microsites/decode/">Victoria &amp; Albert Museum</a> in London. Among the contributors are Aaron Koblin, Jonathan Harris and Sep Kamvar, Golan Levin, Daniel Brown, Daniel Rozin, and many others. According to the site, Decode “will show the latest developments in digital and interactive design, from small screen based graphics to large-scale installations.”</p>
<p>They asked me if I could make a real-time audio reactive version of Solar. I created Solar in 2007. It originally came about because I was working on a demo for a talk I was to give at UCLA. It quickly became one of my more popular works. It features a magnetism and gravity sandbox where particles react to the intensity of the audio. Creating a compelling real-time version is definitely a challenge. The original Solar render probably ran at about 0.5 to 1.0 frames per second. Getting that up to between 30 and 60 fps is not going to happen easily.</p>
<p>Thanks to some great advice from <a href="http://drawnline.net">Andrew Bell</a>, I was able to create a robust version that still had a nice visual density but would still run at a good clip. It involved using instances of the parent sphere and child particles instead of calculating a set of particle positions for each sphere. Since I was definitely CPU bound (the magnetic repulsion calculations can get really heavy really quickly), this turned out to be a great way to still show tens of thousands of particles but only need to do repulsion calculations on a set of a few hundred.</p>
<p><img class="horizontal" src="http://farm3.static.flickr.com/2597/4099157916_421bb83686_o.jpg" alt="" /></p>
<p><img src="http://farm3.static.flickr.com/2578/4099158018_40ba6212db_o.jpg" alt="" width="800" /></p>
<p>I did a render to some audio from an episode of <a href="http://www.wnyc.org/shows/radiolab/">Radiolab</a> to show how it performs.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=7578615&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=7578615&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/solar-rework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cymatic Ferrofluid</title>
		<link>http://roberthodgin.com/cymatic-ferrofluid/</link>
		<comments>http://roberthodgin.com/cymatic-ferrofluid/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 04:04:42 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Cinder]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=242</guid>
		<description><![CDATA[Audio reactive fluid simulates cymatic phenomena. Created in Cinder.]]></description>
			<content:encoded><![CDATA[<p>In 2002, I bought a small amount of <a href="http://en.wikipedia.org/wiki/Ferromagnetic_fluid">ferrofluid</a> off the internet. It was around the time when I started to learn Processing. I began asking for advice on the Processing forum on how to translate the formulas for magnetism into code. I received a great deal of help and after a couple days, I had a working <a href="http://www.flight404.com/processing/magnets_2D/">2D prototype</a>. I have been using some version of this prototype ever since. (Note, the 2D prototype code is extremely old and outdated.)</p>
<p>The reason the black oil appealed to me was that it allows you to visualize the invisible field surrounding magnets. Its like a three dimensional execution of the <a href="http://www.emovendo.net/images/T/t-16190-58.jpeg">iron filings test</a> but much more mesmerizing. I instantly wanted to know more about them. Why do they behave the way they do? Why are they spaced out just so? What insane amount of math is going on behind the scenes?</p>
<p>These questions eventually led me to the study of <a href="http://en.wikipedia.org/wiki/Cymatics">Cymatics</a>. Below are my first studies for replicating cymatic phenomena using code.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=7993660&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=7993660&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622841199621/"><img class="alignnone" src="http://farm3.static.flickr.com/2581/4158769971_3603466156_o.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622841199621/"><img class="alignnone" src="http://farm3.static.flickr.com/2644/4170587155_ed98bfe2a1_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622841199621/"><img class="alignnone" src="http://farm3.static.flickr.com/2765/4158769933_0979cb8bc8_o.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622841199621/"><img class="alignnone" src="http://farm3.static.flickr.com/2489/4169002218_128da3e52c_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622841199621/"><img class="alignnone" src="http://farm3.static.flickr.com/2489/4170743471_90f9f3279b_o.png" alt="" width="800" /></a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=7993572&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=7993572&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/cymatic-ferrofluid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stippling</title>
		<link>http://roberthodgin.com/stippling/</link>
		<comments>http://roberthodgin.com/stippling/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 03:48:43 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Cinder]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=235</guid>
		<description><![CDATA[Algorithmic stippling by way of particles controlled by magnetic repulsive forces. Created in Cinder.]]></description>
			<content:encoded><![CDATA[<p>This project is my attempt to create a stippling algorithm for reproducing images as dot patterns. The image is loaded and the pixel information is stored in an array. Then I begin to populate the space with magnetic particles. Each particle pushes away other particles so they begin to spread out.</p>
<p>The particle checks the pixel array to see what shade of grey it needs to represent. If it needs to show blackness, it grows smaller and its magnetic charge diminished accordingly. If it needs to represent white, it grows larger as does its charge. Once you throw a few tens of thousands of particles into the scene, eventually they spread out in an organically pleasing manner. There seems to be no patterning, but its certainly not a random spread. </p>
<p>I added an additional feature which allowed the particle to scale down small enough that it becomes invisible to the naked eye. I then allowed adjacent particles to stretch a thin black line between them if their distance is short enough. I changed the background color to grey so that the particles and lines could paint in the light and dark parts of the image.</p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4050/4249374525_7eac5175e3_o.png" alt="" width="800" /></p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2528/4193175521_d10bd51106_b.jpg" alt="" width="800" /></p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2559/4196249502_75735c26c6_b.jpg" alt="" width="800" /></p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2544/4193784393_97c00386c7_b.jpg" alt="" width="800" /></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=8268549&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=8268549&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=8252908&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=8252908&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/stippling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fuji</title>
		<link>http://roberthodgin.com/fuji/</link>
		<comments>http://roberthodgin.com/fuji/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 01:06:16 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=210</guid>
		<description><![CDATA[Wander through a landscape based on a false memory. Created with Processing.]]></description>
			<content:encoded><![CDATA[<p>This project was created for <a href="http://www.wingluke.org/">The Wing Luke Asian Museum</a> in Seattle. I was asked to contribute to a show entitled Cultural Transcendence. I chose to try and recreate a memory I have of my time in Japan. My father met my Japanese mother when he was stationed at Okinawa for the Air Force.I lived there for only two years, between the ages of 3 and 5. I recall little of that time. My only strong memory is of a trip my family took to Mount Fuji. I remember climbing the gentle slope at the base of the mountain. It was very foggy and the path we took meandered through dense bamboo. There was an old man selling walking sticks from a wooden shack. My father bought one. I cherish that memory fondly.</p>
<p>A couple years ago, I asked my mother about the time we spent there. She laughed and said we had never gone to Mount Fuji. The memory I had was totally fabricated. We were actually in a public park just outside Tokyo. Mount Fuji was visible in the distance. It was not foggy. There was no bamboo. I had apparently made the whole thing up.</p>
<p>In this piece, Mount Fuji always remains far away but looms over the landscape. It is always partially obstructed by bamboo and mist and other weather effects. Sometimes you can only see it because it is silhouetted by the passing full moon. It is a moody piece running in black and white.</p>
<p>For this test render, I used some audio by the insanely talented <a href="http://www.zoekeating.com">Zoe Keating</a> from the Ghostbird soundtrack.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=7565418&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=7565418&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622453807798/"><img class="alignnone" src="http://farm4.static.flickr.com/3639/3656724370_2247093aa7_o.png" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622453807798/"><img class="alignnone" src="http://farm3.static.flickr.com/2717/4095104490_16793edef9_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622453807798/"><img class="alignnone" src="http://farm4.static.flickr.com/3536/3953241455_3b925a6667_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622453807798/"><img class="alignnone" src="http://farm3.static.flickr.com/2643/4129232605_299acba124_b.jpg" alt="" width="800" /></a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=7409857&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="600" src="http://vimeo.com/moogaloop.swf?clip_id=7409857&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This project went through several months of changes. Here is a selection of strange bugs and abandoned visions from early in the project&#8217;s lifespan.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622453807798/"><img class="alignnone" src="http://farm5.static.flickr.com/4023/4257370911_dc9c7035c2.jpg" alt="" width="500" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622453807798/"><img class="alignnone" src="http://farm4.static.flickr.com/3632/3594236559_e01bb80559_b.jpg" alt="" width="500" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622453807798/"><img class="alignnone" src="http://farm5.static.flickr.com/4028/4257371001_9381d06f20.jpg" alt="" width="500" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622453807798/"><img class="alignnone" src="http://farm5.static.flickr.com/4010/4258129458_47ae401060.jpg" alt="" width="500" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622453807798/"><img class="alignnone" src="http://farm5.static.flickr.com/4014/4258128988_d02927b965.jpg" alt="" width="500" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622453807798/"><img class="alignnone" src="http://farm5.static.flickr.com/4062/4258129248_577aff11c8.jpg" alt="" width="500" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622453807798/"><img class="alignnone" src="http://farm3.static.flickr.com/2755/4258129376_1145ce2a9f.jpg" alt="" width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/fuji/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moment of Fission</title>
		<link>http://roberthodgin.com/moment-of-fission/</link>
		<comments>http://roberthodgin.com/moment-of-fission/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 01:52:39 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=212</guid>
		<description><![CDATA[Visualize what happens when an atom breaks down. Created with Processing.]]></description>
			<content:encoded><![CDATA[<p>For this project, I place a few hundred charged particles in an extremely small space and then run the simulation. The particles don’t want to be that close so they instantly start moving away from the centroid. I trigger a render shortly after the particles start their rush to expand into unoccupied space.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622560778471/"><img class="alignnone" src="http://farm3.static.flickr.com/2550/4060155346_ee09604567_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622560778471/"><img class="alignnone" src="http://farm3.static.flickr.com/2789/4037788025_566db2a967_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622560778471/"><img class="alignnone" src="http://farm3.static.flickr.com/2641/4051309625_055fb9cc96_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622560778471/"><img class="alignnone" src="http://farm3.static.flickr.com/2523/4050090823_e0dbbb6375_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622560778471/"><img class="alignnone" src="http://farm4.static.flickr.com/3264/4050090719_ff46232e45_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622560778471/"><img src="http://farm3.static.flickr.com/2671/4051309549_1f42e9cb77_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622560778471/"><img class="alignnone" src="http://farm3.static.flickr.com/2753/4053706308_a86bded6b4_b.jpg" alt="" width="800" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/moment-of-fission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magnetic Solids, IRL</title>
		<link>http://roberthodgin.com/magnetic-solids-irl/</link>
		<comments>http://roberthodgin.com/magnetic-solids-irl/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 03:37:37 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Physical]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=230</guid>
		<description><![CDATA[Magnetic sculptures of polyhedra created with cylindrical magnets and variable diameter steel spheres.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s no secret I am a fan of magnets. I don&#8217;t think I have coded a project in the last three years that hasn&#8217;t heavily featured magnetic forces acting on objects. So when I saw the superball on the <a href="http://www.amazingmagnets.com/p-541-superball-chrome.aspx">Amazing Magnets</a> website, I just had to have it. And not just one. I wanted to make something bigger and denser than one superball. I ended up ordering a couple sets and bunch of extra chrome spheres.</p>
<p>If I am feeling really anxious or I just want to be distracted for a while, I play with the magnets.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157616704023547/"><img class="alignnone" src="http://farm3.static.flickr.com/2357/2168711864_32993a23dc_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157616704023547/"><img class="alignnone" src="http://farm3.static.flickr.com/2036/2167606207_96d9d57cbc_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157616704023547/"><img class="alignnone" src="http://farm4.static.flickr.com/3622/3444377206_3be001a29f_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157616704023547/"><img class="alignnone" src="http://farm3.static.flickr.com/2224/2174196861_5ff655ecc9_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157616704023547/"><img class="alignnone" src="http://farm3.static.flickr.com/2373/2167921735_ca7935ab1f_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157616704023547/"><img class="alignnone" src="http://farm4.static.flickr.com/3302/3444376288_84844860c5_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157616704023547/"><img class="alignnone" src="http://farm3.static.flickr.com/2030/2174196251_c95192a4b1_b.jpg" alt="" width="800" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/magnetic-solids-irl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Le Petit Dummy for iPhone</title>
		<link>http://roberthodgin.com/le-petit-dummy/</link>
		<comments>http://roberthodgin.com/le-petit-dummy/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 03:26:25 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=222</guid>
		<description><![CDATA[An iPhone app created with Bill Lindmeier. Learn more at <a href="http://www.theclassicspresents.com">The Classics Presents: Le Petit Dummy</a>.]]></description>
			<content:encoded><![CDATA[<p>During the summer of 2009, <a href="http://www.theclassicspresents.com">Bill Lindmeier and I</a> decided to create an iPhone app. We had an idea in mind and though the idea was most definitely low-brow, we thought the challenge worthy of our efforts. So down into the gutter we climbed to begin working on the app that would become Le Petit Dummy.</p>
<p>Everything was going as planned. We were making great progress. Then it happened. Something entirely unanticipated. The more time we put into developing the app, the more it became respectable. Lo, our gutter-born brainchild was maturing! It sprouted wings of respectability and soared. The depths whence it came were now but a speck. It defied our intent and expectations and blossomed into something magical.</p>
<p>So, what does it do? What DOESN’T it do!</p>
<p>How many times have you longed to see the famous neo-classicist Jacques Louis David sing a scat rendition of Mouret’s Rondeau? If you are anything like me, the answer to that question is easily in the thousands. Well, my friends, long no more…</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="780" height="640" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/bBZewUKMcxM&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="800" height="647" src="http://www.youtube.com/v/bBZewUKMcxM&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4001/4249326833_c5fa06c4e7_o.jpg" alt="" width="800" /></p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2720/4249280159_e42bb73416_o.jpg" alt="" width="320" height="480" /><img class="alignnone" src="http://farm5.static.flickr.com/4066/4249279885_1162e7e542_o.png" alt="" width="320" height="480" /></p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4023/4249280193_6d9ac015e9_o.png" alt="" width="320" height="480" /><img class="alignnone" src="http://farm3.static.flickr.com/2421/4250054386_3d69148b3a_o.png" alt="" width="320" height="480" /></p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4033/4250054472_7aa3cd2894_o.jpg" alt="" width="320" height="480" /><img class="alignnone" src="http://farm5.static.flickr.com/4025/4249280053_1b470bbd6b_o.jpg" alt="" width="320" height="480" /></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="780" height="640" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/BMaDvuf3m-Q&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="800" height="647" src="http://www.youtube.com/v/BMaDvuf3m-Q&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/le-petit-dummy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Addition Subtraction</title>
		<link>http://roberthodgin.com/additionsubtraction/</link>
		<comments>http://roberthodgin.com/additionsubtraction/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 00:55:52 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Cinder]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=207</guid>
		<description><![CDATA[Motion painting using gravity, rotation, and several thousand drifting particles. Created in Cinder.]]></description>
			<content:encoded><![CDATA[<p>This flow field simulation was the result of an exercise geared to learn more about C++ vectors and lists. It involves 20,000 particles which react to external forces and can be reborn locally if they should happen to stray too far. Into this mess of particles, you can place either an attractive force (gravity) or a repulsive force (orbital). The attractive forces pull every particle towards it based on the laws of gravitation. The repulsive forces spin either clockwise or counterclockwise and any particles nearby would be thrown away from the center of the rotating force.</p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3433/3712471596_ff59d139da_b.jpg" alt="" width="800" /></p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2591/3711790671_20359222dd_b.jpg" alt="" width="800" /></p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2468/3715181654_326342c5a9_b.jpg" alt="" width="800" /></p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2543/3711637325_cfefc782a5_b.jpg" alt="" width="800" /></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5564490&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=5564490&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/additionsubtraction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Earthquake!</title>
		<link>http://roberthodgin.com/earthquake/</link>
		<comments>http://roberthodgin.com/earthquake/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 03:25:05 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Cinder]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=638</guid>
		<description><![CDATA[Finding ways to visualize the occasionally angry Earth.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/flight404/sets/72157620887986256/"><img class="alignnone" src="http://farm4.static.flickr.com/3590/3697284656_725d9d0a4f_o.png" alt="" width="800" /></a></p>
<p>Most of the work I have done in the last month has involved creating suggested sample applications in the spirit of learning the ropes. Andrew Bell has been giving me assignments. First up, create a globe and map earthquake data onto it.</p>
<p>I had done something similar a while back in Processing but my data was limited to California and Nevada. Now I would be working with 7 days worth of data from all around the world for any earthquakes with a magnitude of 2.5 or higher. It isn’t a huge amount but I would have to find ways to deal with the clusters that are associated with any earthquake data visualization.</p>
<p>Creating the actual globe was great fun. I was pointed towards <a href="http://visibleearth.nasa.gov/view_set.php?categoryID=2363">NASA’s Blue Marble project</a>. There you can download Earth textures at astronomical sizes. Some are available at 86400×43200 pixels. I grabbed a color map and a height map. Using NormalMappr, I created an additional normal map from the height map.</p>
<p>The one drawback of the NASA data is the river systems aren’t as prominent as I would have liked. I ended up adding in the rivers and smaller lakes using <a href="http://naturalearth.springercarto.com/ne3_data/8192/textures/2_no_clouds_8k.jpg">this image </a>as a source.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157620887986256/"><img class="alignnone" src="http://farm4.static.flickr.com/3559/3696557817_c369cfa00b_o.png" alt="" width="800" /></a></p>
<p>As I mentioned earlier, earthquakes come in clusters. The Dominican Republic had a few dozen 3.0M to 4.0M quakes in that week. If I just stuck pins exactly over the epicenter, all of the Dominican Republic pins would be reduced to a single blurry pin which would not give an accurate summary of the area.</p>
<p>I decided to go back to my old friend Magnetism. In order to keep the quakes grouped but individually distinct, I anchored the pin to the epicenter but allowed the other end to drift a short distance away. This distance would be determined by making each pin-head magnetic so that it pushes away its neighbors’ pin-heads.</p>
<p><iframe src="http://player.vimeo.com/video/5454686?portrait=0&amp;color=01AAEA" width="800" height="450" frameborder="0"></iframe>
<p><a href="http://vimeo.com/5454686">7 Days of Earthquakes</a> from <a href="http://vimeo.com/flight404">flight404</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/earthquake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animus</title>
		<link>http://roberthodgin.com/animus/</link>
		<comments>http://roberthodgin.com/animus/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 00:25:18 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=200</guid>
		<description><![CDATA[Snakes driven by Perlin noise with magnetic repulsion used to simulate rigid body dynamics. Made with Processing.]]></description>
			<content:encoded><![CDATA[<p>I should have given this project a different name. It is called Animus because when I started writing this code, I was trying to simulate some of the effects of the Assassins Creed memory interface, called Animus. Somehow, I got distracted and ended up making a snake. One turned into two, two turned into fifty, and suddenly this project was an exercise in learning how to make solid bodies (like snakes) keep from intersecting each other while still maintaining a natural movement.</p>
<p>Magnetism to the rescue, yet again. I gave each node along the snakes body its own magnetic force. Each node repels other nodes. It now is possible for a snake to tie itself in a knot, but it generally will not self-intersect.</p>
<p><img class="alignnone" title="Snakes" src="http://farm4.static.flickr.com/3630/3387084710_1248746e3a_o.jpg" alt="" width="800" /></p>
<p><img class="alignnone" title="Snakes" src="http://farm4.static.flickr.com/3638/3386272131_bd2c9fe950_o.jpg" alt="" width="800" /></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3861357&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=3861357&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3948687&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=3948687&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=4041277&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=4041277&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Eventually, I stuck a couple dozen snakes in the water, attached their heads to each other, added a sine-based undulation force, and voila! Reasonably ugly jellyfish. They may be ugly, but they are audio responsive.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=4161406&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=4161406&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/animus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bloom</title>
		<link>http://roberthodgin.com/bloom/</link>
		<comments>http://roberthodgin.com/bloom/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 23:28:08 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=181</guid>
		<description><![CDATA[Flora created with node structures. Made with Processing.]]></description>
			<content:encoded><![CDATA[<p>The image below was my attempt to make a believable tree (without leaves).The basic process is to start with a node. Think of it as the seed for the tree. The seed is created with all the behavior characteristics for the entire tree. The seed creates child nodes which pass along the tree’s ‘genetic information’. This information consists of parameters like <em>lengthDelta</em>, <em>lengthDeltaDelta</em>, <em>radiusDelta</em>, <em>radiusDeltaDelta</em>, <em>maxChildren</em>, <em>color</em>, <em>maxGenerations</em>, etc. As a parent creates a child node, it sends this information but mutates it slightly.</p>
<p>The nodes arrange themselves in space using magnetic repulsion. Any node can repulse other nodes as long as they are of an equal or higher generation. The node at the base of the trunk repels everything whereas the nodes at the branch tips repel only each other. If you code in some decreasing branch lengths and radii as you go from generation to generation, you will create a nice space-filling tree with no branch overlaps. Sadly, these trees are complex enough to elude a reasonable frame-rate but perhaps with some limitations placed on the number of branches that can be created, and killing off the repulsion after the branches settle into place, they will be swaying in the Perlin noise breeze in no time.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554894065/"><img class="alignnone" title="Branching" src="http://farm4.static.flickr.com/3591/3597685596_7caaf6c422_b.jpg" alt="" width="800" /></a></p>
<p>I then tried to place some leaves or flowers on the trees and accidentally changed the perceived scale quite a bit. It no longer seemed like a majestic oak. It turned into a bush, and then eventually, much smaller flowering weeds.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554894065/"><img class="alignnone" title="Branching" src="http://farm4.static.flickr.com/3366/3599424267_706e483fb1_o.png" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554894065/"><img class="alignnone" title="Branching" src="http://farm4.static.flickr.com/3591/3600235712_ba30f540a5_b.jpg" alt="" width="800" /></a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5026135&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=5026135&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/bloom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relentless, The REV</title>
		<link>http://roberthodgin.com/relentless-the-rev/</link>
		<comments>http://roberthodgin.com/relentless-the-rev/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 21:28:07 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Cinder]]></category>
		<category><![CDATA[Client Work]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=645</guid>
		<description><![CDATA[Whirling tendrils of Baroque meets Cthulhu. For Relentless.]]></description>
			<content:encoded><![CDATA[<p>A few months ago, the Barbarian Group was approached by Erasmus to help with promotions for the <a href="http://www.relentlessenergy.com/">Relentless Energy Drink</a>. Relentless, available only in the UK, is a frequent sponsor of music festivals and sports competitions. They asked us to make an audio visualizer that would run in real-time so they could show it at these venues. In addition to the live application, they wanted a content creation version and an iTunes plugin version. The content creation version would allow them to create renders from recorded audio and the iTunes version would allow members of the Relentless Order to experience it on their own computers.</p>
<p>The project went through many different looks. The primary art direction we received was that the end result should be dark and should have some baroque sensibilities. We did our best to hit these goals and we are quite proud of the end result.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554886499/with/4252881861/"><img class="alignnone" src="http://farm5.static.flickr.com/4070/4253662250_823d52d227_o.jpg" alt="" width="800" /></a></p>
<p><strong>Learning Experience</strong><br />
For me, the most rewarding part of this job was that I learned a whole lot. Fellow Barbarian, <a href="http://www.drawnline.net">Andrew Bell</a>, showed me many interesting tricks, not to mention working his ass off to optimize this project so it would run at 30+ fps and also handling the port to C++ for the iTunes visualizer version.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554886499/with/4252881861/"><img class="alignnone" src="http://farm4.static.flickr.com/3191/2989264679_3840dbc576_b.jpg" alt="" width="800" /></a></p>
<p>The early versions had the primary tendrils rendered as flat strips that always orient themselves towards the camera so you never (well, almost never) see the strips from the side. This was my way of faking the viewer into believing they were seeing a solid mass. However, this method had its problems. It was impossible to texture map it in an interesting way, and occasionally, the strip would twist a full 360Â° which added unsightly kinks. Andrew suggested we move to actual tubes instead of strips and I thought he was nuts. The piece was already starting to drag down the framerate and he wanted to add <em>more</em> geometry?? Nuts, I tell ya!!</p>
<p>A couple days later, he showed me the new build. I was floored. Not only did he do what he promised, but he improved the frame-rate in the process AND he added support for shaders. Awesome!</p>
<p>BEFORE:<br />
<img class="alignnone" src="http://farm5.static.flickr.com/4050/4253670736_d0675043dd_o.jpg" alt="" width="800" height="450" /></p>
<p>AFTER:<br />
<img class="alignnone" src="http://farm5.static.flickr.com/4005/4252881875_268babf6d5_o.jpg" alt="" width="800" /></p>
<p>Suddenly, things got a lot more interesting&#8230; more lush. He ended up switching the tendril geometry over to VBOs (vertex buffer objects) which sped things up a great deal. He also pre-cached the texture coordinates because they didn&#8217;t actually change once the piece was up and running.</p>
<p><strong>The Birds</strong><br />
<img class="alignnone" src="http://farm5.static.flickr.com/4040/4253651198_0dc3f7ddba_o.jpg" alt="" width="800" /></p>
<p>The idea of flocking crows or ravens is very much in keeping with the Relentless aesthetic but there was some concern that we were simply repurposing a project we did with <a href="http://www.barbariangroup.com/portfolio/fox_movies_japan_horror">Nervo for Fox Movies</a>. We decided to do away with everything we did for Nervo and start from scratch. The original Nervo piece relied on using 160 flat images of a 3D bird in flight. For the Relentless version, we switched over to actual 3D birds (admittedly quite rudimentary). Each bird was made up of 12 polygons. The wings actually flapped and they could be viewed from any angle (whereas the Nervo version worked best when the birds were viewed side-on.</p>
<p><strong>The Background</strong><br />
<img src="http://www.flight404.com/blog/images/relentless_06.jpg" width="800" alt="Relentless" /></p>
<p>From the beginning we were instructed to do away with the notion of an infinite black or white space. The entire scene should be filled with content and this proved to be quite the challenge. Originally, we just dropped the whole scene inside a large textured sphere but the end result was lacking. Andrew came up with the idea of using a flat plane as the background but by using some FBO trickery, he was able to make these beautiful flourished textures bleed into view. I still have no idea how he pulled it off but the effect is quite stunning. Later he added a dynamic light source to make the scene feel even more dark and slightly disturbing.</p>
<p><strong>The (faked) Volumetric Lighting</strong><br />
<img class="alignnone" src="http://farm5.static.flickr.com/4026/4253662270_0dd2299f75_o.jpg" alt="" width="800" /></p>
<p>After we settled on the look, we wanted to make it seem like the invisible center of the mass of tendrils was a hidden light source. Earlier versions actually had the tendrils glowing near their base but the look of shadow and silhouette was more intriguing so we killed the glow and added faked volumetric lighting. The light beams themselves behave as if they were magnetic particles. Each one is born, lives for a predetermined amount of time, then fades out and dies. While they are alive, they repulse each other if they get too close. This created a really nice organic movement which made it seem like the movement of the tendrils actually caused the light beams to form or disappear. Combined with the background lighting, the effect became quite engaging.</p>
<p><strong>The Content Creation Tool</strong><br />
Erasmus wanted to be able to create renders from pre-recorded pieces of music so we tweaked the live version to accommodate the loading in of external audio as well as an XML file of adjustable variables. By modifying the XML file, they could run the application and customize their experience. Every graphic element could be toggled individually. So if you want a video with no background for compositing, or perhaps you want to leave the birds out, just tweak the XML and run the application. Additionally, since we were no longer confined to creating an experience that ran live in real-time, you could up the amount of objects as high as your memory will allow. This is how we made the following test render. The bird and particle count was turned up really high, as was the detail on the tendril geometry.</p>
<p>The following video is a test render from The REV content creation tool. <strong>Please note</strong> this is not an official Relentless video. This is simply a test render we did to make sure the audio responsiveness was as we liked it. The audio is by <a href="http://www.theflashbulb.net/">The Flashbulb</a> (&#8220;Six Months Without Light&#8221; off the album <em>Kirlian Selections</em>) but be aware that The Flashbulb has no affiliation with Relentless. The chosen audio was simply a test track. I chose The Flashbulb because he is my favorite artist to audio visualize and I love this track.</p>
<p><iframe src="http://player.vimeo.com/video/2120027?portrait=0&amp;color=01AAEA" width="800" height="450" frameborder="0"></iframe></p>
<p>Or you can view the much higher resolution Quicktime <a href="http://www.flight404.com/_videos/relentless/">here</a>. Note, it is around 300Mb.</p>
<p><strong>The REV iTunes Version</strong><br />
As I mentioned above, there is a free downloadable version for iTunes. You can find out more at the <a href="http://www.relentlessenergy.com/">Relentless Energy</a> site. Have at it!</p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/relentless-the-rev/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magnetic Ink</title>
		<link>http://roberthodgin.com/magnetic-ink/</link>
		<comments>http://roberthodgin.com/magnetic-ink/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 23:53:12 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=52</guid>
		<description><![CDATA[Flocking birds used as a paintbrush. Made with Processing.]]></description>
			<content:encoded><![CDATA[<p>Magnetic Ink began as a tangent from the flocking studies I was working on at the time. The thinking was simple. What if the flocking birds rained down a fine mist of ink onto a sheet of virtual paper. At the same time, they have ribbons that hang from their feet and if they fly low enough, the ribbon will drag on the paper and erase the ink.</p>
<p>This is the process video&#8230;<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=246785&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="600" src="http://vimeo.com/moogaloop.swf?clip_id=246785&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>&#8230;which created this image.<br />
<a href="http://www.flickr.com/photos/flight404/sets/72157622679296614/"><img class="alignnone" title="Magnetic Ink" src="http://farm2.static.flickr.com/1188/856972987_acb4106a8b_b.jpg" alt="" width="800" /></a></p>
<p>The second iteration involved recreating the Magnetosphere study and using those particles as the source of the ink.</p>
<p>Audio by The Flashbulb (&#8220;In an Instant&#8221; from the album &#8220;Red Extensions Of Me&#8221;)<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="603" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=615344&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="603" src="http://vimeo.com/moogaloop.swf?clip_id=615344&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622679296614/"><img class="alignnone" title="Magnetic Ink" src="http://farm3.static.flickr.com/2171/2186873984_e95358a036_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622679296614/"><img class="alignnone" title="Magnetic Ink" src="http://farm3.static.flickr.com/2083/2071933189_e5d39c7fe1_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622679296614/"><img class="alignnone" title="Magnetic Ink" src="http://farm3.static.flickr.com/2263/2186876396_748a061e3a_b.jpg" alt="" width="800" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/magnetic-ink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flocking, for Nervo</title>
		<link>http://roberthodgin.com/flocking-for-nervo/</link>
		<comments>http://roberthodgin.com/flocking-for-nervo/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 10:17:42 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Client Work]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=419</guid>
		<description><![CDATA[Flocking application created for Nervo and used in bumps for Fox Horror. Made with Processing.]]></description>
			<content:encoded><![CDATA[<p>More often than not, the pipeline for a project gets overshadowed by the end result. The process of getting from point A to B is often overlooked because point B is just sooo damn sexy. But it doesn’t have to be that way. No really, it doesn’t.</p>
<p>In the summer of 2007, Nando Costa approached Barbarian Group and asked if we would help out with a project his new motion graphics company <a href="http://nervo.tv">Nervo</a> was working on for Fox Movies Japan. He showed us the boards and instantly we knew we wanted to collaborate because his vision for this project was quite beautiful and surreal.</p>
<p>What he needed from us was videos of flocking behavior. He had seen the previous experiments I have done with perlin noise flocking and thought it would work well for this project. All he wanted was a couple videos of flocking using a 3D crow (or is it a raven) he would provide. Simple enough. But given the tight deadline, the thought of doing a render and posting it and waiting for approval or changes and then implementing the changes then rerendering and reposting, etc… That process didn’t make sense for this project so we decided to deliver them an application instead.</p>
<p><object width="800" height="600"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8607834&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8607834&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="800" height="600"></embed></object></p>
<p><object width="800" height="600"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8607911&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8607911&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="800" height="600"></embed></object></p>
<p>Using <a href="http://www.processing.org/">Processing</a>, we started playing around with the flocking behavior to make it more customizable. The original version of the flocking experiment had very few controls and they had to be hard-coded. There was no run-time adjustment. This was the first thing addressed. Several new parameters were added. They included population density, gravity, drag, collision avoidance, flight range, camera position and tracking, and a few toggles such as tethering strings, floor plane, and bezier curves. Once the parameters were tweaked to the user’s liking, they need only to hit the spacebar and an image sequence of PNGs would start saving to the harddrive.</p>
<p>Once he had the exported image sequence, it was pretty easy to put it into a post processing application and work his magic. See one of the final spots below. Or you can <a href="http://nervo.tv/index.html?sect=5&amp;proj=foxmovies">view them on the Nervo.tv website</a>. The birds where used in the top three spots.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=8607624&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="600" src="http://vimeo.com/moogaloop.swf?clip_id=8607624&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><img class="alignnone" src="http://farm2.static.flickr.com/1146/1471401296_56edfbb2aa_o.jpg" alt="" width="800" /></p>
<p><img src="http://farm5.static.flickr.com/4067/4255072615_3bd9c1be41_o.jpg" alt="" width="800/" /></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/flocking-for-nervo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solar</title>
		<link>http://roberthodgin.com/solar/</link>
		<comments>http://roberthodgin.com/solar/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 23:37:23 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=49</guid>
		<description><![CDATA[Thousands of particles dance with magnetic forces to the music of <a href="http://goldfrapp.com/index.html">Goldfrapp</a>. Made with Processing.]]></description>
			<content:encoded><![CDATA[<p>Solar began as a realtime demo that I created for a talk I gave at UCLA in January 2008. The demo went on to become the second most popular audio visualization I have created. The video below, using <a href="http://goldfrapp.com/index.html">Goldfrapp</a>&#8217;s &#8220;Lovely Head&#8221;, has been viewed over 220,000 times since I posted it on February 2, 2008. It is the project I get the most requests to recreate (for client work or print pieces) and has been featured on <a href="http://www.visualcomplexity.com/vc/project_details.cfm?id=597&amp;index=47&amp;domain=Art">Visual Complexity</a> and the cover of <a href="http://www.eyemagazine.com/home.php">Eye Magazine</a>.</p>
<p><img src="http://farm5.static.flickr.com/4026/4247502776_5510ed7000_o.jpg" alt="" width="800" /></p>
<p><img src="http://farm3.static.flickr.com/2321/2236438732_f14ff42746_o.jpg" alt="" width="800" /></p>
<p>The focus of the talk for UCLA was to show how small steps can combine to form something engaging. I start by showing a single particle, then two particles, then many particles, then add an emitter which can create particles but can also morph into an attractor which pulls particles. Then you add a magnetic repulsive force, then an orbital force, then a gravitational force. Add a few visual tweaks and you can end up with something like this.</p>
<p><img src="http://farm3.static.flickr.com/2075/2216182484_ea7deeeeb4_o.jpg" alt="" width="800" /></p>
<p>I liked the look quite a bit so after I finished the UCLA presentation, I came home and began to make it an audio visualizer. This was a pretty easy step. I just have each particle listen to specific frequencies of incoming audio. The amplitude of the frequency effects the mass and charge of the particle so as the audio gets louder, the particle gets larger and more pushy.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=658158&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=658158&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><img src="http://farm4.static.flickr.com/3490/3268237327_59e3b68ded_b.jpg" alt="" width="800" /></p>
<p><img src="http://farm4.static.flickr.com/3499/3269063232_d7ef7bd46e_b.jpg" alt="" width="800" /></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/solar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>City on Fire</title>
		<link>http://roberthodgin.com/city-on-fire/</link>
		<comments>http://roberthodgin.com/city-on-fire/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 23:20:36 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=46</guid>
		<description><![CDATA[Destroying the city of San Francisco with Augmented Reality meteorites. Made with Processing.]]></description>
			<content:encoded><![CDATA[<p>This project began when The Barbarian Group had an office on Union Street in San Francisco. It was a small office but it had a view of the Golden Gate bridge and most of the Marina District.</p>
<p>Aubrey, the Barbarian&#8217;s ex-CTO, and I thought it would be funny to set a webcam up on the roof to try and make the East Coast offices jealous of our view. We put the camera on the roof and ran the firewire cable down in through my office window. The camera was weather-proofed with a 2-liter soda bottle and was weighed down by a  cast-iron skillet.</p>
<p>We decided to use Processing to intercept the webcam feed so that we could add content to each image before letting it go live. I took a still image from the webcam and cut it into several layers in Photoshop in order to create depth masks. I could then apply those masks to the live feed and composite graphics between the layers to give a greater sense of realism and depth. We could have added anything at that point. UFOs, giant kittens, Cher. We ended up going with explosions, smoke plumes, and a Godzilla walking back and forth, breathing fire.</p>
<p>Sadly, there is no documentation of this because we got sidetracked. Then we moved to a larger office and lost the awesome view. However, I ended up recreating the project at home using a camera on the roof of my apartment, sans Godzilla.</p>
<p><img title="City on Fire" src="http://farm3.static.flickr.com/2710/4246292012_8a256f2be8_o.jpg" alt="" width="800" /></p>
<p><img title="City on Fire" src="http://farm5.static.flickr.com/4005/4255148045_7c3dcbb266_o.jpg" alt="" width="800" /></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3630121&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="600" src="http://vimeo.com/moogaloop.swf?clip_id=3630121&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/city-on-fire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Griffin Powermate Grid</title>
		<link>http://roberthodgin.com/griffin-powermate-grid/</link>
		<comments>http://roberthodgin.com/griffin-powermate-grid/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 23:14:12 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=43</guid>
		<description><![CDATA[64 Griffin Powermates turned into an audio visualizer. Made with Processing and dozens of feet of USB extension cable.]]></description>
			<content:encoded><![CDATA[<p>This project began when <a href="http://www.barbariangroup.com">The Barbarian Group</a> did some work for trade with <a href="http://www.griffintechnology.com/">Griffin Technologies</a>. In exchange for some Barbarian made banners, Griffin sent back product. I asked for 100 <a href="http://www.griffintechnology.com/products/powermate/">Powermates</a> and within a couple weeks, they arrived. Aaron Hatcher, one of our interns at the time, was given the task of finding a way to get Processing and the USB controlled powermates to talk to each other. After a great deal of head scratching, he found a way to allow Processing to receive input commands from the powermate knob, and also to send a number from 0 to 255 to the powermate to control the brightness of the internal LED which gives the powermate its characteristic glow.</p>
<p>An 8&#215;8 grid of powermates was hooked up to a single Mac G5 tower through a daisy-chain of 21 four-port USB hubs and 6 power strips.  I now had a low-res (8 pixels by 8 pixels), low-color (256 shades of blue) monitor whose individual pixels were an input device for itself.  Now what.</p>
<p><img class="alignnone" title="Griffin Powermate grid" src="http://farm3.static.flickr.com/2687/4246278200_4fecc5b42b_o.jpg" alt="" width="800" /></p>
<p><object width="800" height="600"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=136135&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=136135&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="800" height="600"></embed></object></p>
<p><img class="alignnone" title="Griffin Powermate grid" src="http://farm5.static.flickr.com/4044/4260720794_9bce207497_o.jpg" alt="" width="800" /></p>
<p>The first project made with the new Powermate grid was a noisy mess. Each powermate can be turned left or right and I used this input information to not only control the brightness, but also to control the frequency of a sine wave tone associated with that particular powermate. What you are left with is 64 overlapping sine wave tones which, combined with a nice set of speakers with a good subwoofer, can create a fairly intense wall of noise. Can range from incredibly annoying to incredibly soothing. Later versions included a series of scales which would allow the sound to take on particular flavors, such as American Jazz or Middle-Eastern.  And with some assistance, a beat generator was added to give the sine wave tones a bit of rhythm.</p>
<p><object width="800" height="600"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=136138&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=136138&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="800" height="600"></embed></object></p>
<p>Later, I was sitting around, staring at these devices, and wondering what I should make next. I picked one up and was turning the knob absent-mindedly, and it brought back memories of playing pong with paddles as a child. I made a game of pong. Not a particularly good one. Because of the low resolution of the display, even if you leave your paddle stationary, you still have nearly a 50% chance of returning the shot.</p>
<p><object width="800" height="600"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8643398&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8643398&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="800" height="600"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/griffin-powermate-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magnetoquilt</title>
		<link>http://roberthodgin.com/magnetoquilt/</link>
		<comments>http://roberthodgin.com/magnetoquilt/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 22:27:32 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Physical]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=331</guid>
		<description><![CDATA[The worlds of quilting and computational art collide. Designed with Processing, made by mom.]]></description>
			<content:encoded><![CDATA[<p>Collaboration is an amazing thing. We can&#8217;t all be good at everything. Take quilting, for example. I have never quilted, but my mother has. She has been at it for decades. So when she expressed an interest in making a quilt based on an early Magnetosphere image she saw on Flickr, I told her to go for it.</p>
<p><img alt="" src="http://farm3.static.flickr.com/2724/4261341424_df532e77d5_o.jpg" class="alignnone" width="800" /></p>
<p><img alt="" src="http://farm1.static.flickr.com/223/480995934_a9337761f2_o.jpg" class="alignnone" width="800" /></p>
<p><img alt="" src="http://farm1.static.flickr.com/172/415227928_41c74d9ce9_o.jpg" class="alignnone" width="800" /></p>
<p>Here is the original image.</p>
<p><img alt="" src="http://farm5.static.flickr.com/4052/4260587481_c5961663e2_o.gif" class="alignnone" width="800" /></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/magnetoquilt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magnetosphere iTunes Visualizer</title>
		<link>http://roberthodgin.com/magnetosphere-itunes-visualizer/</link>
		<comments>http://roberthodgin.com/magnetosphere-itunes-visualizer/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 22:16:58 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Client Work]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=322</guid>
		<description><![CDATA[Magnetosphere grows up, becomes an iTunes Visualizer. Made with Processing, ported to C++. Collaboration with <a href="http://www.drawnline.net">Andrew Bell</a>.]]></description>
			<content:encoded><![CDATA[<p>After a couple years of working with the code for magnetosphere, the project started to show a little refinement. I was getting better at controlling the movement and anticipating the behavior but it still occasionally surprises me.</p>
<p>I set up an overnight render for a song by Trentemoller. When I awoke the next morning and viewed it for the first time, I was stunned. I watched it a couple more times and sent the link to Andrew Bell. His response, &#8220;Yeah, that&#8217;ll do well&#8221;.</p>
<p>The thing that is most interesting to me about the video is that it was <em>nearly</em> entire created with code. I say <em>nearly </em>because I use a couple premade particle images but every other aspect (aside from the music, of course) was made possible with code. And randomness. If I were to recompile the code over and over, the resulting videos would all be unique.</p>
<p>Here is the first video I made for a song by <a href="http://www.s-e-n.ws/cms/index.php?cccpage=pokerflat_releases_detail&amp;set_pokerflat_releases=129">Trentemøller</a>&#8217;s Miss You. Its 92MB so be patient.</p>
<p><embed autoplay="false" width="720" height="475" target="myself" src="http://s3.amazonaws.com/flight404/trentemollerLarge.mov" pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed></p>
<p>Due to the success of this project, <a href="http://www.barbariangroup.com">The Barbarian Group</a> decided to turn Magnetosphere into an iTunes visualizer. <a href="http://www.drawnline.net">Andrew Bell</a>, the most patient person I know, had the horrible task of porting my bandaided Processing code into proper man-style C++ while remaining faithful to the original look. He did a splendid job and the Magnetosphere iTunes visualizer did quite well. It eventually went on to <a href="http://www.apple.com/itunes/what-is/">greater things</a>.</p>
<p>Below are three prints I created for the OFFF 2007 Conference in Barcelona where I gave a talk about my creative process.</p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4050/4251634919_2574e4e5f9_b.jpg" alt="" width="800" /></p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4017/4252405896_072c349fb4_b.jpg" alt="" width="800" /></p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2756/4252411520_7d09a0686d_b.jpg" alt="" width="800" /></p>
<p>Several months after the initial Magnetosphere video, I revisited the Trentemøller piece. It has become my favorite audio visualization to date. It just works so well! No small thanks to the beauty of the song itself. <em>Miss You</em> is a classic for me because it is both <a href="http://en.wikipedia.org/wiki/Fast_Fourier_transform">FFT</a> friendly (Fast Fourier Transform, the method by which I am analyzing the audio) and extremely soothing to listen to. I will forever associate this song with discovery.</p>
<p><embed autoplay="false" width="800" height="620" target="myself" src="http://s3.amazonaws.com/flight404/trentemollerNew_03.mov" pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/magnetosphere-itunes-visualizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://s3.amazonaws.com/flight404/trentemollerLarge.mov" length="96537464" type="video/quicktime" />
<enclosure url="http://s3.amazonaws.com/flight404/trentemollerNew_03.mov" length="174533537" type="video/quicktime" />
		</item>
		<item>
		<title>Turbulence</title>
		<link>http://roberthodgin.com/turbulence/</link>
		<comments>http://roberthodgin.com/turbulence/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 06:04:50 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=465</guid>
		<description><![CDATA[Simulation of turbulence in an audio-responsive environment. Made with Processing.]]></description>
			<content:encoded><![CDATA[<p>This is another offshoot from the Magnetosphere project. Here, I am locking the particle positions onto the surface of a sphere. They are still free to move about and push on each other, but none can leave the surface of that sphere.</p>
<p>I found pretty quickly that the particles, even when being dynamically modified with audio, really just want to find their place and stay put. There isn&#8217;t much activity. I remedied this problem by adding a rotation velocity.</p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2800/4256155722_40c70c811b_b.jpg" alt="" width="800" /></p>
<p>Audio by Ganga (Autumn).<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="800" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=303720&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="800" src="http://vimeo.com/moogaloop.swf?clip_id=303720&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Audio by Goldfrapp (Deer Stop).<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="800" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=304586&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="800" src="http://vimeo.com/moogaloop.swf?clip_id=304586&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>And finally, Turbulence with flares. I saved this one for last because it was the most successful of the video renders. Audio by Thievery Corporation (Le Monde).<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="800" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=305947&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="800" src="http://vimeo.com/moogaloop.swf?clip_id=305947&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/turbulence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magnetosphere, part 3</title>
		<link>http://roberthodgin.com/magnetosphere-part-3/</link>
		<comments>http://roberthodgin.com/magnetosphere-part-3/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 23:04:26 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=344</guid>
		<description><![CDATA[Combining additive and subtractive blending. Made with Processing.]]></description>
			<content:encoded><![CDATA[<p>I eventually got tired of additive blending. The next step was to get a handle on how to control object depth and introduce some occlusion. This next image shows my first attempts at using depth testing and depth masking to put some solid objects in the scene. Technically, it is a failure. I have no idea what I am doing and my process essentially involved adding a line of code then removing it and adding another. Over and over until I got something with some promise.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554879333/"><img class="alignnone" title="Early Magnetosphere" src="http://farm1.static.flickr.com/176/443162524_0e240196f1_b.jpg" alt="" width="800" /></a></p>
<p>Over the next few months, I continued to refine this code. I created a couple dozen renders of varying success. The following videos are some more successful from the bunch.</p>
<p>Audio by Ganga (Autumn).<br />
<object width="800" height="600"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8644935&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8644935&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="800" height="600"></embed></object></p>
<p>My apologies, I do not remember who created this audio. I will credit it properly as soon as it comes to me.<br />
<object width="800" height="600"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8645345&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8645345&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="800" height="600"></embed></object></p>
<p>Audio by Royksopp (&#8220;In Space&#8221; off Melody A.M.)<br />
<object width="800" height="500"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=149736&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=149736&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="800" height="500"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/magnetosphere-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magnetosphere, part 2</title>
		<link>http://roberthodgin.com/magnetosphere-part-2/</link>
		<comments>http://roberthodgin.com/magnetosphere-part-2/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 22:50:21 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=340</guid>
		<description><![CDATA[Magnetosphere meets blending effects. Made with Processing.]]></description>
			<content:encoded><![CDATA[<p>Here is where things start to get interesting. <a href="http://www.devmaster.net/wiki/Additive_blending">Additive Blending</a> entered my life. Simply put, additive blending makes things seem to glow. Instead of blocking pixels that lie behind an image, it brightens them. This gives you a glowy look that I will be the first to admit I overused and abused.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554879333/"><img class="alignnone" title="Early Magnetosphere" src="http://farm1.static.flickr.com/130/404438903_ba28e7eebf_b.jpg" alt="" width="800" /></a></p>
<p>I definitely got carried away with the additive blending. It took a while for me to understand that moderation is useful when applying new effects. But for now, make it glow! Like the stars in the heavens above! Everything should glow!</p>
<p>The other reason I relied so heavily on additive blending is that it works as an easy way to get around the depth-sorting issue which plagues semi-transparent image rendering. In OpenGL, if you want to draw a bunch of transparent PNGs, you need to draw them from back to front. When you have a dynamic camera system and a bunch of objects, it can be tricky or time consuming figuring out which objects are behind and which are in front. If you use additive blending, you don&#8217;t need to worry about depth sorting.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554879333/"><img class="alignnone" title="Early Magnetosphere" src="http://farm1.static.flickr.com/141/404438963_ad076c95ab_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554879333/"><img class="alignnone" title="Early Magnetosphere" src="http://farm1.static.flickr.com/175/413115712_ceab8cffa5_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554879333/"><img class="alignnone" title="Early Magnetosphere" src="http://farm1.static.flickr.com/185/404439061_16ccafa1a0_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554879333/"><img class="alignnone" title="Early Magnetosphere" src="http://farm1.static.flickr.com/145/415364823_0300c2c9cf_b.jpg" alt="" width="800" /></a></p>
<p>Audio by Helios (Sons of Light and Darkness). Note, this piece builds really slow so don&#8217;t be put off by the very very dark intro.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="500" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=150662&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="500" src="http://vimeo.com/moogaloop.swf?clip_id=150662&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/magnetosphere-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magnetosphere, part 1</title>
		<link>http://roberthodgin.com/magnetosphere/</link>
		<comments>http://roberthodgin.com/magnetosphere/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 22:52:36 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=37</guid>
		<description><![CDATA[This is where it all began. Made with Processing.]]></description>
			<content:encoded><![CDATA[<p>Such simple beginnings for a project that has kept me fascinated for 4+ years. It all starts with magnetism. I wanted to learn how to code a magnetic force. I didn&#8217;t know what I wanted to do with it aside from push objects apart or pull objects together.</p>
<p>The thinking was that I could charge a bunch of particles and let them dance about in a scene. Some would be small and fast, others would be massive and slow. They could play off each other, dance with each other, and ultimately create an endless display of randomness.</p>
<p>The magic spark occurred when I decided that the small particles should have a variable charge. I tried random numbers, sine wave curves, even Perlin noise. None of those felt quite right. Then I tried audio analysis.</p>
<p>Each particle&#8217;s charge would be dependent on the amplitude of a frequency to which it was assigned. Spark!</p>
<p>Below are some images from the early days of Magnetosphere. At this point, my understanding of OpenGL was extremely limited. I knew how to draw points and lines and not much else. So these early iterations have a simple aesthetic.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554879333/"><img class="alignnone" title="Early Magnetosphere" src="http://farm1.static.flickr.com/139/380985785_f1bfa3acf5_o.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554879333/"><img class="alignnone" title="Early Magnetosphere" src="http://farm1.static.flickr.com/52/158950767_c60820157d_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554879333/"><img class="alignnone" title="Early Magnetosphere" src="http://farm1.static.flickr.com/52/158950919_8357e0b4eb_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554879333/"><img class="alignnone" title="Early Magnetosphere" src="http://farm1.static.flickr.com/156/395055004_7bf5eb90a8_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554879333/"><img class="alignnone" title="Early Magnetosphere" src="http://farm1.static.flickr.com/186/395055055_e201cb0413_b.jpg" alt="" width="800" /></a></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157622554879333/"><img class="alignnone" title="Early Magnetosphere" src="http://farm1.static.flickr.com/176/383511006_26a2bacde0_b.jpg" alt="" width="800" /></a></p>
<p>Here are a couple fairly low-res videos of Magnetosphere being projected in my living room. I am filming the projection so you can better see how it performs in realtime. The beat detection effects are done programmatically so I apologize in advance for the hyperactivity.</p>
<p>Audio by <a href="http://cornelius-sound.com/">Cornelius</a> (Tone Twilight Zone).<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=143057&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="600" src="http://vimeo.com/moogaloop.swf?clip_id=143057&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Audio by Deee-Lite (Groove is in the Heart).<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=142988&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="600" src="http://vimeo.com/moogaloop.swf?clip_id=142988&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/magnetosphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grass</title>
		<link>http://roberthodgin.com/grass/</link>
		<comments>http://roberthodgin.com/grass/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 20:49:50 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Client Work]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=19</guid>
		<description><![CDATA[Interactive projection wall created for the 2006 Wired Nextfest. Made with Processing.]]></description>
			<content:encoded><![CDATA[<p>A project by The Barbarian Group with Goodby Silverstein and Partners, and Obscura Digital. The goal was to create a 45&#8242; long interactive projection as a backdrop for Saturn to showcase their newest eco-friendly cars at Wired Magazine&#8217;s NextFest 2006 Convention in New York City.</p>
<p>Visit <a href="http://portfolio.barbariangroup.com/nextfest/index.html">The Barbarian Group NextFest portfolio page</a> to learn more about the process behind this project.</p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157594303347041/"><img class="alignnone" title="NextFest Grass" src="http://farm3.static.flickr.com/2721/4247434912_532bcde342_b.jpg" alt="" width="800" /></a></p>
<p><img class="alignnone" title="NextFest Grass" src="http://portfolio.barbariangroup.com/nextfest/images/gallery_24.jpg" alt="" width="800" /></p>
<p><a href="http://www.flickr.com/photos/flight404/sets/72157594303347041/"><img class="alignnone" title="NextFest Grass" src="http://farm1.static.flickr.com/92/254905586_e97e6d098e_b.jpg" alt="" width="800" /></a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=8543677&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="600" src="http://vimeo.com/moogaloop.swf?clip_id=8543677&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/grass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flight Risk</title>
		<link>http://roberthodgin.com/flight-risk/</link>
		<comments>http://roberthodgin.com/flight-risk/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 06:30:57 +0000</pubDate>
		<dc:creator>Robert Hodgin</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://roberthodgin.com/?p=536</guid>
		<description><![CDATA[8-bit influenced music video for Bit Shifter. Made with Processing.]]></description>
			<content:encoded><![CDATA[<p>“Feedback” is the result of experimentation with beat detection, dynamic threshold levels, and 3D video feedback loops. The audio track (“Flight Risk”) was created by Bit Shifter, using a Nintendo Game Boy and Nanoloop v 1.1. Everything else was created with Processing (processing.org). A feedback loop is created by mapping the contents of the screen onto a three dimensional space. The beat triggers control the position and rotation of the camera as well as the field of view and style of feedback.</p>
<p>Audio by Bit Shifter (&#8220;Flight Risk&#8221;). Mastered by Chris Burke at Bong &amp; Dern.<br />
Originally released on Various Artists: Sonic Acts XI • The Anthology Of Computer Art DVD, 2005.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="603" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=2148419&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="800" height="603" src="http://vimeo.com/moogaloop.swf?clip_id=2148419&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I came up with the concept of the video when I started playing around with feedback loops in Processing. First I would construct a large box that the whole scene exists inside of. Inside that box, I would place some objects. Finally, I take an image of the entire scene and use it as a texture map for the sides of the big box. I would repeat this process every frame and depending on the rotation of the box and the size of the objects, you can get some really nice glimpses of infinity. Below are a couple sample images I created for a presentation I gave at OFFF in Barcelona.</p>
<p><img class="alignnone" src="http://farm1.static.flickr.com/21/99090359_0870da66a6_o.jpg" alt="" width="800" /></p>
<p><img class="alignnone" src="http://farm1.static.flickr.com/26/99090181_d7e2d784d0_o.jpg" alt="" width="800" /></p>
]]></content:encoded>
			<wfw:commentRss>http://roberthodgin.com/flight-risk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
