<?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>V // Pixelnerve &#187; 3d</title>
	<atom:link href="http://www.pixelnerve.com/v/category/3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pixelnerve.com/v</link>
	<description></description>
	<lastBuildDate>Sun, 30 Oct 2011 23:43:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>First steps with WebGL</title>
		<link>http://www.pixelnerve.com/v/2011/05/27/first-steps-with-webgl/</link>
		<comments>http://www.pixelnerve.com/v/2011/05/27/first-steps-with-webgl/#comments</comments>
		<pubDate>Fri, 27 May 2011 20:15:09 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[Game programming]]></category>
		<category><![CDATA[Graphics programming]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Webgl]]></category>
		<category><![CDATA[Glsl]]></category>
		<category><![CDATA[realtime]]></category>
		<category><![CDATA[sss]]></category>
		<category><![CDATA[webgl]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=1464</guid>
		<description><![CDATA[The hype around WebGL is quite big these days. People are talking about it and getting their hands dirty for sometime now. I wanted to give it a try, but I have to be honest: HTML, Javascript, Webdev in general scares the crap out of me, but eventually i ended up taking a look at [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The hype around WebGL is quite big these days. People are talking about it and getting their hands dirty for sometime now. I wanted to give it a try, but I have to be honest: HTML, Javascript, Webdev in general scares the crap out of me, but eventually i ended up taking a look at it and what&#8217;s going on these days (WebGL related).</p>
<p style="text-align: justify;">After watching <a title="Rome" href="http://www.pixelnerve.com/v/wp-admin/www.ro.me/" target="_blank">Rome</a>, a project created by Google, my interest got bigger, so I downloaded  a framework called <a title="three.js" href="https://github.com/mrdoob/three.js/" target="_blank">Three.js</a>. This framework is more than just WebGL, but i didn&#8217;t really care, i just wanted that section. If you get curious, check it out, it&#8217;s growing and even Google used it.</p>
<p style="text-align: justify;"><a href="http://www.pixelnerve.com/v/wp-content/uploads/2011/05/Frame_0754.png" rel="shadowbox[sbpost-1464];player=img;"><img class="alignnone size-medium wp-image-1465" title="Frame_0754" src="http://www.pixelnerve.com/v/wp-content/uploads/2011/05/Frame_0754-638x358.png" alt="" width="638" height="358" /></a></p>
<p style="text-align: justify;">It was quite easy to start playing with, as it brings loads of samples (would be alot easier if i knew where to find the documentation), so i started from there. Create a simple page capable of rendering WebGL to a canvas, explore the framework more or less until i actually made something with it.</p>
<p style="text-align: justify;">My part of this was mostly copy/paste of a shader i had written recently on <a title="SSS" href="http://zigguratvertigo.com/2011/03/07/gdc-2011-approximating-translucency-for-a-fast-cheap-and-convincing-subsurface-scattering-look/" target="_blank">Approximating Translucency for Subsurface Scattering</a>. A couple of hours later and alot of rambling towards javascript, I finally ended up with the same shader running on the browser.</p>
<p style="text-align: justify;">Next screenshots includes one from the application running with OpenGL and the other two were capture directly from the browser.<br />
Last but not least, i want to mention the work of <em>Tristan Bethe</em>. The 3d scan model seen in this pictures is all him.</p>
<p style="text-align: justify;"><a href="../../webgl/sss/" target="_blank">Link to the WebGL version. Enjoy!</a></p>
<p style="text-align: justify;"><a href="http://www.pixelnerve.com/v/wp-content/uploads/2011/05/Frame_0769.png" rel="shadowbox[sbpost-1464];player=img;"><img class="alignnone size-medium wp-image-1466" title="Frame_0769" src="http://www.pixelnerve.com/v/wp-content/uploads/2011/05/Frame_0769-638x358.png" alt="" width="638" height="358" /></a></p>
<p style="text-align: justify;"><a href="http://www.pixelnerve.com/v/wp-content/uploads/2011/05/sss_singlelight.jpg" rel="shadowbox[sbpost-1464];player=img;"><img class="alignnone size-medium wp-image-1468" title="sss_singlelight" src="http://www.pixelnerve.com/v/wp-content/uploads/2011/05/sss_singlelight-638x358.jpg" alt="" width="638" height="358" /><br />
</a><a href="../wp-content/uploads/2011/05/sss_multilight.jpg" rel="shadowbox[sbpost-1464];player=img;"><br />
</a><a href="http://www.pixelnerve.com/v/wp-content/uploads/2011/05/sss_multilight.jpg" rel="shadowbox[sbpost-1464];player=img;"><img class="alignnone size-medium wp-image-1467" title="sss_multilight" src="http://www.pixelnerve.com/v/wp-content/uploads/2011/05/sss_multilight-638x358.jpg" alt="" width="638" height="358" /></a></p>
<p><a href="http://www.pixelnerve.com/webgl/sss/" target="_blank">Link to the WebGL version. Enjoy!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2011/05/27/first-steps-with-webgl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Grazing Jellies</title>
		<link>http://www.pixelnerve.com/v/2010/04/21/grazing-jellies/</link>
		<comments>http://www.pixelnerve.com/v/2010/04/21/grazing-jellies/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 19:36:41 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[Graphics programming]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Works]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[jelly]]></category>
		<category><![CDATA[openframeworks]]></category>
		<category><![CDATA[realtime]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=1064</guid>
		<description><![CDATA[Grazing Jellies is an augmented reality project i had the pleasure to work in. I made team with Neil Mendonza and Hudson-Powell, commissioned by the Abandon Normal Devices festival. Grazing Jellies takes place in a forest, a realtime portal into a colorful dream-like world of jelly creatures. The creatures were created to react to movement [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Grazing Jellies is an augmented reality project i had the pleasure to work in. I made team with <a href="http://16b.it/portfolio" target="_blank">Neil Mendonza</a> and <a href="http://www.hudson-powell.com/" target="_blank">Hudson-Powell</a>, commissioned by the <a href="http://www.andfestival.org.uk/">Abandon  Normal Devices</a> festival. Grazing Jellies takes place in a forest, a realtime portal into a colorful dream-like world of jelly creatures. The creatures were created to react to movement of the ambient/people and can also be called by making noise, When nothing is going on they wander around the world and hunt for food. My work on this project was mostly about the jellies generation/animation/rendering.</p>
<p style="text-align: justify;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" 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=11117516&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://vimeo.com/moogaloop.swf?clip_id=11117516&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: justify;">At  first, there was the idea to use metaballs for the creatures, we wanted  to give this jelly  surfaces some wobbling/round forms. After some  testing we decided not to, as i did not see any advantage specially in  performace,  so we went with a more &#8220;traditional&#8221; method.  The   creatures were generated from 2 steps. The body and the head.</p>
<p style="text-align: justify;"><a href="../wp-content/uploads/2010/04/2.jpg" rel="shadowbox[sbpost-1064];player=img;"></a><a href="http://www.pixelnerve.com/v/wp-content/uploads/2010/04/2.jpg" rel="shadowbox[sbpost-1064];player=img;"><img class="alignnone size-medium wp-image-1066" title="2" src="http://www.pixelnerve.com/v/wp-content/uploads/2010/04/2-638x359.jpg" alt="" width="638" height="359" /></a></p>
<p style="text-align: justify;"><em>The body</em>: Create a skeleton line and  generate a deforming cylindrical body from the line. After some time and tweaking  the body right. After just had to start playing with values to get the animation going. Some trig + using creature&#8217;s motion parameters worked just fine, we got it right, but, there was still a problem, the creature&#8217;s heads.  <em>The head</em>: Well i tried different methods, interpolating the body&#8217;s end with some spherical shape wish ease on, but it did not work out. The  head textures just didn&#8217;t look good, &#8220;pinched&#8221; as Jody said several  times.  We ended up creating the head as a second step, building an  hemisphere and then &#8220;attaching&#8221;  it to the body&#8217;s end. Good news is later on, it came handy,  as it made things alot easier to map the head&#8217;s texture. Some things just come  handy sometimes. I had to tweak a bit to get the head and body animation get along,  but in the end it turned out to look pretty good.</p>
<p style="text-align: justify;">As for the lighting side, a kind of &#8220;ambient light&#8221; + phong lighting + cubemap reflections made it to the final version.</p>
<p style="text-align: justify;"><a href="http://www.pixelnerve.com/v/wp-content/uploads/2010/04/1.jpg" rel="shadowbox[sbpost-1064];player=img;"><img class="alignnone size-medium wp-image-1065" title="1" src="http://www.pixelnerve.com/v/wp-content/uploads/2010/04/1-638x406.jpg" alt="" width="638" height="406" /></a></p>
<p style="text-align: justify;">This is an  awesome project and i really enjoyed working with the team. As said  before this should not be a closed project, it was projected to live and  change so it can fit other ambients, so expect to see more from the  *mighty* <strong>Grazing Jellies</strong>.</p>
<p style="text-align: justify;"><a href="http://www.pixelnerve.com/v/wp-content/uploads/2010/04/3.jpg" rel="shadowbox[sbpost-1064];player=img;"><img class="alignnone size-medium wp-image-1067" title="3" src="http://www.pixelnerve.com/v/wp-content/uploads/2010/04/3-638x359.jpg" alt="" width="638" height="359" /></a></p>
<p style="text-align: justify;">Some videos on the <a href="http://grazingjellies.tumblr.com/">development  blog</a>.</p>
<p style="text-align: justify;">Full article on the festival @ <a href="http://www.wired.co.uk/news/archive/2010-04/06/abandon-normal-devices-digital-art-meets-a-forest.aspx">Wired</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2010/04/21/grazing-jellies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>(hmm) 3d stereoscopic view</title>
		<link>http://www.pixelnerve.com/v/2009/09/07/hmm-3d-stereoscopic-view/</link>
		<comments>http://www.pixelnerve.com/v/2009/09/07/hmm-3d-stereoscopic-view/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 21:34:37 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[Graphics programming]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[anaglyph]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[realtime]]></category>
		<category><![CDATA[stereoscopic]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=765</guid>
		<description><![CDATA[I have played with 3d stereoscopic in the past but never got to make someting good. This is still not the time sorry, but&#8230; i think its worth the post and the time. So what do we have here ? The technique used is called &#8216;off-axis frustum&#8217; a.k.a the &#8220;right way&#8221;, courtesy of Paul Bourke. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I have played with 3d stereoscopic in the past but never got to make someting good. This is still not the time sorry, but&#8230; i think its worth the post and the time. So what do we have here ?</p>
<p style="text-align: justify;">The technique used is called &#8216;off-axis frustum&#8217; a.k.a the &#8220;right way&#8221;, courtesy of <a title="Paul Bourke" href="http://local.wasp.uwa.edu.au/~pbourke/" target="_blank">Paul Bourke</a>. If you want to read more about it you should pay a visit to his website.</p>
<p style="text-align: justify;">2 images are rendered from 2 different point of views, creating two images with some little differences between them. The off-axis frustum means the point of view might not lie on the perpendicular line to the &#8216;view-area&#8217;.  These 2 images are then sent to a simple shader that takes the R channel from the left-eye buffer, the GB channels from the right-eye buffer and then mixes it into a single stereo image. This is the color glasses compositing method, but it sure is possible to just send both images down the two adapters of your videocard and get the same 3d feeling (with colors) using an Head-Mounted Display or a multi-projector system of some kind.</p>
<p style="text-align: justify;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" 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=6467553&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://vimeo.com/moogaloop.swf?clip_id=6467553&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: justify;"><a href="http://www.pixelnerve.com/downloads/processing/anaglyphs.zip" target="_blank">Source code available here.</a></p>
<p style="text-align: justify;">You will need &#8216;Vitamin&#8217; library. Just copy it to processing&#8217;s libraries folder as usual, and then run the project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/09/07/hmm-3d-stereoscopic-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hmm.Sshhhh (MD5 file format loader)</title>
		<link>http://www.pixelnerve.com/v/2009/07/02/hmm-sshhhh/</link>
		<comments>http://www.pixelnerve.com/v/2009/07/02/hmm-sshhhh/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 20:21:30 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[Game programming]]></category>
		<category><![CDATA[Graphics programming]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[cgfx]]></category>
		<category><![CDATA[doom 3]]></category>
		<category><![CDATA[md5 file format]]></category>
		<category><![CDATA[realtime]]></category>
		<category><![CDATA[shaders]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=569</guid>
		<description><![CDATA[After getting MD5 files (Doom 3) to load correctly i wanted to make something simple and nice to show the world, so i came up with this. I think i have dreamt of this before. based on md5 reader]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">After getting MD5 files (Doom 3) to load correctly i wanted to make something simple and nice to show the world, so i came up with this. I think i have dreamt of this before.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" 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=5400679&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://vimeo.com/moogaloop.swf?clip_id=5400679&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: justify;">based on <a href="http://md5reader.wiki.sourceforge.net/" target="_blank">md5 reader</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/07/02/hmm-sshhhh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#OFFF</title>
		<link>http://www.pixelnerve.com/v/2009/05/09/offf/</link>
		<comments>http://www.pixelnerve.com/v/2009/05/09/offf/#comments</comments>
		<pubDate>Sat, 09 May 2009 23:45:29 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[offf]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=487</guid>
		<description><![CDATA[Just got back from #offf festival. Some great stuff, some not so great, some disappointing stuff and some impressive stuff. It was worth it.]]></description>
			<content:encoded><![CDATA[<p>Just got back from #offf festival. Some great stuff, some not so great, some disappointing stuff and some impressive stuff. It was worth it.</p>
<p><a href="http://www.pixelnerve.com/v/wp-content/uploads/2009/05/pict0030.jpg" rel="shadowbox[sbpost-487];player=img;"><img class="alignleft size-medium wp-image-492" title="practice good design" src="http://www.pixelnerve.com/v/wp-content/uploads/2009/05/pict0030-494x370.jpg" alt="practice good design" width="494" height="370" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/05/09/offf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hmm.jellyspikeball</title>
		<link>http://www.pixelnerve.com/v/2009/05/02/hmmjellyspikeball-sample/</link>
		<comments>http://www.pixelnerve.com/v/2009/05/02/hmmjellyspikeball-sample/#comments</comments>
		<pubDate>Sat, 02 May 2009 14:00:08 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[Graphics programming]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[hmm]]></category>
		<category><![CDATA[realtime]]></category>
		<category><![CDATA[shaders]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=470</guid>
		<description><![CDATA[Another &#8216;hmm&#8217; series experiment. Pick-up/generate an object of your desire and compute distance from a center point to the every vertex. use that distance for the transformations. I used the usual spike ball since its an uniform/symetric object, but it works fine with other shapes. Now, go be creative. track: NNY &#8211; bdybag.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Another &#8216;hmm&#8217; series experiment. Pick-up/generate an object of your desire and compute distance from a center point to the every vertex. use that distance for the transformations. I used the usual spike ball since its an uniform/symetric object, but it works fine with other shapes. Now, go be creative.</p>
<p style="text-align: justify;">track: NNY &#8211; bdybag.</p>
<p><object width="499" height="281" data="http://vimeo.com/moogaloop.swf?clip_id=4429917&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=4429917&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/05/02/hmmjellyspikeball-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nothing&#8217;s demos</title>
		<link>http://www.pixelnerve.com/v/2009/04/27/nothing/</link>
		<comments>http://www.pixelnerve.com/v/2009/04/27/nothing/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 22:22:04 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[Generative]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Sound]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=458</guid>
		<description><![CDATA[ahhh nostalgia. Tonight after work and after playing around with some code i got bored and found myself in my demogroup&#8217;s FTP. So i spent some time checking out what i had accumulated all this years and i cleaned it up. There was lots of dead stuff in there. In between i found the videos [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">ahhh nostalgia. Tonight after work and after playing around with some code i got bored and found myself in my <a title="nothing interactiv" href="http://www.nothing.scene.org" target="_blank">demogroup&#8217;s</a> FTP. So i spent some time checking out what i had accumulated all this years and i cleaned it up. There was lots of dead stuff in there. In between i found the videos of my old demos and since i didnt have anything better to do i downloaded them all and started watching. Oh man, now that was fun! I just love <a title="flytrap" href="http://vimeo.com/4362123" target="_blank">Flytrap</a>, <a title="harmony" href="http://vimeo.com/4362490" target="_blank">Harmony</a>, <a title="_" href="http://vimeo.com/4362621" target="_blank">Underscore</a>, DP, <a title="S" href="http://vimeo.com/4362739" target="_blank">S</a>, <a title="stay" href="http://vimeo.com/4363724" target="_blank">Stay</a>&#8230; Unfortunately i couldn&#8217;t get my MS-DOS demos to work. Wish i could, i have some funny stuff there.</p>
<p style="text-align: justify;">Anyway, i just took those videos and i have uploaded some of my favourites to <a title="VS*" href="http://www.vimeo.com/vs" target="_blank">vimeo&#8217;s account</a>. I believe it&#8217;s a good place to keep record of some of the oldies, so check it out if you&#8217;re in the mood.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/04/27/nothing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ribbonmesh</title>
		<link>http://www.pixelnerve.com/v/2009/04/18/ribbonmesh/</link>
		<comments>http://www.pixelnerve.com/v/2009/04/18/ribbonmesh/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 15:20:29 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[Graphics programming]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=439</guid>
		<description><![CDATA[This is a class i&#8217;ve made to render ribbons in 2d (planes) and in 3d (cilinders). It&#8217;s based in my framework and processing, so you might need some work to get it to compile. No example, no executable, just source code. get class here]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This is a class i&#8217;ve made to render ribbons in 2d (planes) and in 3d (cilinders). It&#8217;s based in my framework and processing, so you might need some work to get it to compile. No example, no executable, just source code.</p>
<p><a title="ribbonmesh" href="http://www.pixelnerve.com/downloads/processing/RibbonCylinder.pde" target="_blank">get class here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/04/18/ribbonmesh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hmm3.2 (the architect)</title>
		<link>http://www.pixelnerve.com/v/2009/04/15/hmm32-the-architect/</link>
		<comments>http://www.pixelnerve.com/v/2009/04/15/hmm32-the-architect/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 09:39:51 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Generative]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[realtime]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=426</guid>
		<description><![CDATA[Last weekend i was watching tv and there was this scene where there was a fly-by a plane and a city was being built just in front of you and after sometime the camera would look back and there it was. The big and awesome city that i can&#8217;t find the name. So i thought [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Last weekend i was watching tv and there was this scene where there was a fly-by a plane and a city was being built just in front of you and after sometime the camera would look back and there it was. The big and awesome city that i can&#8217;t find the name. So i thought to myself, i should try and play the architect myself&#8230; Here&#8217;s some results:</p>
<p><object width="499" height="287" data="http://vimeo.com/moogaloop.swf?clip_id=4154576&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=4154576&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/04/15/hmm32-the-architect/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>hmm.3</title>
		<link>http://www.pixelnerve.com/v/2009/04/11/hmm3/</link>
		<comments>http://www.pixelnerve.com/v/2009/04/11/hmm3/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 01:41:44 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Generative]]></category>
		<category><![CDATA[Graphics programming]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=413</guid>
		<description><![CDATA[I have done a couple of jobs using ribbons but never got to make something i&#8217;ve always found pleasing to me eyes. I&#8217;ve seen over the web some guys creating interesting applications for this kind of generative &#8220;art&#8221;, its pretty used these days and it should, and just like i said a while ago, its [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I have done a couple of jobs using ribbons but never got to make something i&#8217;ve always found pleasing to me eyes. I&#8217;ve seen over the web some guys creating interesting applications for this kind of generative &#8220;art&#8221;, its pretty used these days and it should, and just like i said a while ago, its beautiful; its very beautiful; things grow. I love to see things grow, and what kind of things grow? how do they grow? i don&#8217;t know, but its in my todo-list to find out and use that to upgrade this piece. I want it to have variations, different growing rates, different species and mix it all together and bring something good looking, good enough for realtime and appealing. Hopefully i won&#8217;t get bored before i achieve all this. Anyway here&#8217;s something i just did. awkward part: i&#8217;ve taken a 3d effect and converted it to 2d. uhmm i wonder why?</p>
<p><object width="499" height="287" data="http://vimeo.com/moogaloop.swf?clip_id=4096165&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;shohttp://www.pixelnerve.com/v/wp-login.php?action=logout&#038;_wpnonce=3f14756eb6w_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=4096165&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /></object></p>
<p>( this is the updated version of the effect. new scene with more growing things )<br />
<object width="499" height="287" data="http://vimeo.com/moogaloop.swf?clip_id=4106843&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=4106843&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/04/11/hmm3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

