<?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>Syntopia &#187; Digital Art</title>
	<atom:link href="http://blog.hvidtfeldts.net/index.php/category/digital-art/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hvidtfeldts.net</link>
	<description>Art + Culture + Technology</description>
	<lastBuildDate>Tue, 01 Jun 2010 04:59:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Liquid Pixels</title>
		<link>http://blog.hvidtfeldts.net/index.php/2010/03/liquid-pixels/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2010/03/liquid-pixels/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 22:08:21 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>
		<category><![CDATA[Pixel Reshuffling]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/?p=357</guid>
		<description><![CDATA[A few days ago, I found this little gem on the always inspiring WOWGREAT tumbleblog:

Hiroshi Sugimoto, Tyrrhenian Sea (1994); Pixels sorted by Blue.
It was created by Jordan Tate and Adam Tindale by sorting the pixels of this picture. See their site, Lossless processing, for more pixel shuffling goodness. 
Adding some randomness
I liked the concept, so [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, I found this little gem on the always inspiring <a href="http://wowgreat.tumblr.com/">WOWGREAT</a> tumbleblog:</p>
<p><a href="http://losslessprocessing.tumblr.com/post/450962290/hiroshi-sugimoto-tyrrhenian-sea-1994-pixels"><img src="/media/sea.jpg" /></a><br />
<i>Hiroshi Sugimoto, Tyrrhenian Sea (1994); Pixels sorted by Blue.</i></p>
<p>It was created by Jordan Tate and Adam Tindale by sorting the pixels of <a href="http://www.christies.com/LotFinder/lot_details.aspx?intObjectID=4184156">this picture</a>. See their site, <a href="http://losslessprocessing.tumblr.com/">Lossless processing</a>, for more pixel shuffling goodness. </p>
<h3>Adding some randomness</h3>
<p>I liked the concept, so I decided to try something similar. But instead of sorting the pixels, I had this vague idea of somehow stirring the pixels in an image, and letting the pixels settle into layers. Or something.</p>
<p>After trying out a few different schemes, I came up with the following procedure:</p>
<ol>
<li>Pick two pixels from a random column. Swap them if the upper pixel has a higher hue than the lower pixel.
<li>Pick two pixels from a random row. Swap them if the left pixel has a higher saturation (or brightness) than the right pixel.
<li>Repeat the above steps until the image converges.
</ol>
<p>The first step takes care of the layering of the colors. The second step adds some structure and makes sure the process converges. (If we just swapped two arbitrary pixels, based on the hue, the process would not converge. By swapping pixels column-wise and adding the second step, we impose a global ordering on the image). </p>
<h3>Examples</h3>
<p>The following are some examples of the method (applied to some photos I took while visiting California recently).</p>
<p><img src="/media/7061s.jpg" /> San Diego.<br />
</p><div class="photo"><p><a class="snap_noshots" href="/media/7061.png" rel="gb_imageset[xs]" title="..."><img src="/media/7061ss.jpg" alt="..." /></a></p><div class="caption">...</div></div><p></p>
<p><img src="/media/7164s.jpg" /> Del Mar I.<br />
</p><div class="photo"><p><a class="snap_noshots" href="/media/7164.png" rel="gb_imageset[xs]" title="..."><img src="/media/7164ss.jpg" alt="..." /></a></p><div class="caption">...</div></div><p></p>
<p><img src="/media/7507s.jpg" /> Californian Desert.<br />
</p><div class="photo"><p><a class="snap_noshots" href="/media/7507.png" rel="gb_imageset[xs]" title="..."><img src="/media/7507ss.jpg" alt="..." /></a></p><div class="caption">...</div></div><p></p>
<p><img src="/media/7223s.jpg" /> Del Mar II.<br />
</p><div class="photo"><p><a class="snap_noshots" href="/media/7223.png" rel="gb_imageset[xs]" title="..."><img src="/media/7223ss.jpg" alt="..." /></a></p><div class="caption">...</div></div><p><br />
And finally, a classic:</p>
<p><img src="/media/mona-lisa.jpg" /> Mona Lisa<br />
</p><div class="photo"><p><a class="snap_noshots" href="/media/monalisa-reshuffle.png" rel="gb_imageset[xs]" title="..."><img src="/media/monalisa-reshuffles.png" alt="..." /></a></p><div class="caption">...</div></div><p></p>
<h3>Implementation</h3>
<p>The Image Reshuffler was implemented in <a href="http://processing.org/">Processing</a>. It was my first try with Processing, and as I expected it was quite easy to use. Personally, I prefer C++ and Qt, but for someone new to programming, Processing would be an obvious choice. </p>
<p>The script is available here: <a href="/media/Reshuffler.pde">reshuffler.pde</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2010/03/liquid-pixels/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generative Art Links &amp; Resources</title>
		<link>http://blog.hvidtfeldts.net/index.php/2010/01/generative-art-links-resources/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2010/01/generative-art-links-resources/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 20:48:55 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>
		<category><![CDATA[Generative Art]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/?p=326</guid>
		<description><![CDATA[I&#8217;ve started collecting links for Generative Art software, blogs, papers, websites and related stuff here:
Syntopia Generative Art Links


]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started collecting links for Generative Art software, blogs, papers, websites and related stuff here:<br />
<a href="http://blog.hvidtfeldts.net/index.php/generative-art-links/">Syntopia Generative Art Links</a></p>
<p><a href="http://blog.hvidtfeldts.net/index.php/generative-art-links/"><br />
<img src="/media/big.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2010/01/generative-art-links-resources/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Quaternion Julia sets and GPU computation.</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/09/quaternion-julia-sets-and-gpu-computation/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2009/09/quaternion-julia-sets-and-gpu-computation/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 22:05:38 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>
		<category><![CDATA[Fractals]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[Mathematical Art]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/?p=111</guid>
		<description><![CDATA[Subblue has released another impressive Pixel Bender plugin, this time a Quaternion Julia set renderer. 

The plugin can be downloaded here.
Quaternions are extensions of the complex numbers with four independent components. Quaternion Julia sets still explore the convergence of the system z &#8592; z2 + c, but this time z and c are allowed to [...]]]></description>
			<content:encoded><![CDATA[<p>Subblue has released another impressive Pixel Bender plugin, this time a <a href="http://www.subblue.com/blog/2009/9/20/quaternion_julia">Quaternion Julia set renderer</a>. </p>
<p><img src= "/media/q.png" /></p>
<p>The plugin can be <a href="http://www.subblue.com/blog/2009/9/20/quaternion_julia">downloaded here</a>.</p>
<p>Quaternions are extensions of the complex numbers with four independent components. Quaternion Julia sets still explore the convergence of the system <b>z &larr; z<sup>2</sup> + c</b>, but this time <b>z</b> and <b>c</b> are allowed to be quaternion-valued numbers. Since quaternions are essentially four-dimensional objects, only a slice (the intersection of the set with a plane) of the quaternion Julia sets is shown. </p>
<p>Quaternion Julia sets would be very time consuming to render if it wasn&#8217;t for a very elegant (and surprising) formula, <em>the distance estimator</em>, which for any given point gives you the distance to the closest point on the Julia Set. The distance estimator method was first described in: <a href="http://portal.acm.org/citation.cfm?id=74363&#038;dl=GUIDE&#038;coll=GUIDE&#038;CFID=54955448&#038;CFTOKEN=40869376">Ray tracing deterministic 3-D fractals (1989)</a>.</p>
<p>My first encounter with Quaternion Julia sets was Inigo Quilez&#8217; amazing <a href="http://www.gamedev.net/community/forums/topic.asp?topic_id=469773" rel="nofollow">Kindernoiser demo</a> which packed a complete renderer with ambient occlusion into a 4K executable. It also used the distance estimator method and GPU based acceleration. If you haven&#8217;t visited <a href="http://www.iquilezles.org/www/">Quilez&#8217; site</a> be sure to do so. It is filled with impressive demos, and well-written tech articles.</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=967591&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=967591&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/967591">Transfigurations</a> (another Quaternion Julia set demo) from <a href="http://vimeo.com/iq">Inigo Quilez</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>In the 1989 Quaternion Julia set paper, the authors produced their images on an AT&#038;T Pixel Machine, with 64 CPU&#8217;s each running at 10 megaFLOPS. I suspect that this was an insanely expensive machine at the time. For comparison, the relatively modest NVIDIA GeForce 8400M GS in my laptop has a theoretical maximum processing rate of 38 gigaFLOPS, or approximately 60 times that of the Pixel Machine. A one megapixel image took the authors of the 1989 paper 1 hour to generate, whereas Subblues GPU implementation uses ca. 1 second on my laptop (making it much more efficient than what would have been expected from the FLOPS ratio).</p>
<h2>GPU Acceleration and the future.</h2>
<p>These days there is a lot of talk about using GPUs for general purpose programming. The first attempts to use GPUs to speed up general calculations relied on tricks such as using pixel shaders to perform calculations on data stored in texture memory, but since then several API&#8217;s have been introduced to make it easier to program the GPUs. </p>
<p>NVIDIAs CUDA is currently by far the most popular and documented API, but it is for NVIDIA only. Their <a href="http://www.nvidia.com/object/cuda_home.html#">gallery of applications</a> demonstrates the diversity of how GPU calculations can be used. AMD/ATIs has their competing Stream API (formerly called Close To Metal) <del datetime="2009-09-28T14:04:24+00:00">but don&#8217;t bet on this one &#8211; I&#8217;m pretty sure it is almost abandoned already</del>. <b>Update:</b> as pointed out in the comments, the new <a href="http://developer.amd.com/gpu/ATIStreamSDKBetaProgram/Pages/default.aspx">ATI Stream 2.0 SDK</A> will include ATIs OpenCL implemention, which for all I can tell is here to stay. What I meant to say was, that I don&#8217;t think ATIs earlier attempts at creating a GPU programming interface (including the Brook+ language) are likely to catch on.</p>
<p>Far more important is the emerging <a href="http://en.wikipedia.org/wiki/OpenCL">OpenCL standard</a> (which is being promoted in Apples Snow Leopard, and is likely to become a de facto standard). Just as OpenGL, it is managed by the Khronos group. OpenCL was originally developed by Apple, and they still own the <a href="http://tess2.uspto.gov/bin/showfield?f=doc&#038;state=4002:r3e1el.2.1">trademark</a>, which is probably why Microsoft has chosen to promote their own API, <a href="http://en.wikipedia.org/wiki/DirectCompute">DirectCompute</a>. My guess is that CUDA and Brook+ will slowly fade away, as both OpenCL and DirectCompute will come to co-exist just the same way as OpenGL and Direct3D do.</p>
<p>For cross-platform development OpenCL is therefore the most interesting choice, and I&#8217;m hoping to see NVIDIA and AMD/ATI release public drivers for Windows as soon as possible (as of now they are in <del datetime="2009-09-28T15:21:11+00:00">closed</del> beta versions).</p>
<p>GPU acceleration could be very interesting from a generative art perspective, since it suddenly becomes possible to perform advanced visualization, such as ray-tracing, in <em>real-time</em>.</p>
<p>A final comment: a few days ago I found this quaternion Julia set <a href="http://www.angisoft.de/Angisoft/Welcome.html" rel="nofollow">GPU implementation for the iPhone 3GS</a> using OpenGL ES 2.0 programmable shaders. I think this demonstrates the sophistication of the iPhone hardware and software platform &#8211; both that a hand-held device even has a programmable GPU, but also that the SDK is flexible enough to make it possible to access it. 																</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2009/09/quaternion-julia-sets-and-gpu-computation/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Modul (2009)</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/09/modul-2009/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2009/09/modul-2009/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 20:20:58 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/?p=107</guid>
		<description><![CDATA[Maxim Zhestkov is a 23-year old russian designer. Modul (2009) is his diploma work for his Master of Fine Arts degree.

modul / zhestkov.com from Zhestkov on Vimeo.
Also check out 005 by Zhestkov.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://zhestkov.com/">Maxim Zhestkov</a> is a 23-year old russian designer. Modul (2009) is his diploma work for his Master of Fine Arts degree.</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5000098&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5000098&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/5000098">modul / zhestkov.com</a> from <a href="http://vimeo.com/zhestkov">Zhestkov</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Also check out <a href="http://www.vimeo.com/1315825">005</a> by Zhestkov.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2009/09/modul-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal Explorer Plugin</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/09/fractal-explorer-plugin/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2009/09/fractal-explorer-plugin/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 23:00:17 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>
		<category><![CDATA[Fractals]]></category>
		<category><![CDATA[GPU]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/?p=71</guid>
		<description><![CDATA[In July Subblue released another Pixel Blender plugin, called the Fractal Explorer Plugin &#8211; for exploring Julia sets and fractal orbit maps. I didn&#8217;t get around to try it out until recently, but it is really a great tool for exploring fractals.
Most people have probably seen examples of Julia and Mandelbrot sets &#8211; where the [...]]]></description>
			<content:encoded><![CDATA[<p>In July Subblue released another <a href="http://labs.adobe.com/technologies/pixelbender/">Pixel Blender</a> plugin, called <a href="http://www.subblue.com/projects/fractal_explorer">the Fractal Explorer Plugin</a> &#8211; for exploring Julia sets and fractal orbit maps. I didn&#8217;t get around to try it out until recently, but it is really a great tool for exploring fractals.</p>
<p>Most people have probably seen examples of Julia and Mandelbrot sets &#8211; where the convergence properties of the series generated by repeated application of a complex-valued function is investigated. </p>
<p>The most well-known example is the iteration of the function <strong>z&nbsp;&larr;&nbsp;z<sup>2</sup>+c</strong>. The Mandelbrot set is created by plotting the convergence rate for this function while <strong>c</strong> varies over the complex plane. Likewise, the Julia set is created for a fixed <strong>c</strong> while varying the initial <strong>z</strong>-value over the complex plane.</p>
<p><img src="/media/glynn1.jpg" /><br />
<a href="http://www.flickr.com/photos/subblue/3646420287/in/set-72157621504415799/">Glynn1</a> by Subblue (A Julia-set where an exponent of 1.5 is used).</p>
<p>Where ordinary Julia and Mandelbrot sets only take into account whether the series created by the iterated function tends towards infinity (diverges) or not, <i>fractal orbits</i> instead uses another image as input, and checks whether the complex number series generated by the function hits a (non-transparent) pixel in the source image. This allows for some very fascinating &#8216;fractalization&#8217; of existing images.</p>
<p><img src="/media/mondrian.png" /><br />
<em>A fractal orbit showing a highly non-linear transformation of a Mondrian picture.</em></p>
<p>Subblue suggests starting out using Ernst Haeckel beautiful illustrations from the book <a href="http://commons.wikimedia.org/wiki/Kunstformen_der_Natur">Artforms of Nature</a>, and he has put up a small <a href="http://www.subblue.com/blog/2009/7/18/artforms_of_nature">gallery with some great examples</a>:<br />
<a href="http://www.subblue.com/blog/2009/7/18/artforms_of_nature"><img src="/media/artforms.jpg" /></a><br />
<em>An example of an orbit mapped Ernst Haeckel image.</em></p>
<p>To try out Subblue&#8217;s filter, download the <a href="http://labs.adobe.com/technologies/pixelbender/">Pixel Blender SDK</a> and load his kernel filter and an input image of choice. It is necessary to uncheck the &#8220;Build | Turn On Flash Player Warnings and Errors&#8221; menu item in order to start the plugin. On my computer I also often experience that the Pixel Blender SDK is unable to detect and initialize my GPU &#8211; it sometimes help to close other programs and restart the application. The filter executes extremely fast on the GPU &#8211; often with more than 100 frames per second, making it easy to interactively explore and discover the fractals.</p>
<p>As I final note, I implemented a fractal drawings routine myself in Structure Synth (version 1.0) just for fun. It is implemented as a hidden easter egg, and not documented at all, but the code belows shows an example of how to invoke it:</p>
<p><code>#easter<br />
Size: 800x800<br />
MaxIter: 150<br />
Term: (-0.2,0)<br />
Term: 1*Z^1.5<br />
BreakOut: 2<br />
View: (-0.0,0.2) -> (0.7,0.9)<br />
</code></p>
<p>Arguable, this code is not very optimized (it is possible to add an unlimited number of terms, making the function evaluation somewhat slow), but still it takes seconds to calculate an image making it more than a hundred times slower than the Pixel Blender GPU solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2009/09/fractal-explorer-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr Findings: Human Chaos Project</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/08/flickr-findings-human-chaos-project/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2009/08/flickr-findings-human-chaos-project/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 20:41:04 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/08/flickr-findings-human-chaos-project/</guid>
		<description><![CDATA[Markus Mooslechner has created some fascinating visualizations of electrocardiograms in a project called &#8216;Human Chaos&#8217;.

The pictures depict the electrical activity of the heart at different parts of the lifecycle, spanning from pre-birth to death.

See more examples at his Flickr stream.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.markusmooslechner.com/">Markus Mooslechner</a> has created some fascinating visualizations of electrocardiograms in a project called &#8216;Human Chaos&#8217;.</p>
<p><a href="http://www.flickr.com/photos/humanchaos/3486541057/"><img src="/media/Humanchaos1.jpg"></a></p>
<p>The pictures depict the electrical activity of the heart at different parts of the lifecycle, spanning from pre-birth to death.</p>
<p><a href="http://www.flickr.com/photos/humanchaos/3486510269/"><img src="/media/Humanchaos2.jpg"></a></p>
<p>See more examples at his <a href="http://www.flickr.com/photos/humanchaos/">Flickr stream</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2009/08/flickr-findings-human-chaos-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metamorphosis (Processing)</title>
		<link>http://blog.hvidtfeldts.net/index.php/2008/09/metamorphosis-processing/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2008/09/metamorphosis-processing/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 20:13:32 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2008/09/metamorphosis-processing/</guid>
		<description><![CDATA[Impressive Processing animations made by Glenn Marshall:

Metamorphosis at Vimeo

Music is Math at Vimeo
In order to see these at the best quality, go to Full Screen in the Vimeo player, make sure HD is on, and that Scaling is off.
]]></description>
			<content:encoded><![CDATA[<p>Impressive <a href="http://processing.org/">Processing</a> animations made by Glenn Marshall:</p>
<p><a href="http://vimeo.com/1747316?pg=embed&#038;sec=1747316"><img src="/media/metamorphosis.jpg" /></a><br />
<a href="http://vimeo.com/1747316?pg=embed&#038;sec=1747316">Metamorphosis at Vimeo</a></p>
<p><a href="http://vimeo.com/1593564?pg=embed&#038;sec=1593564"><img src="/media/musicismath.jpg" /></a><br />
<a href="http://vimeo.com/1593564?pg=embed&#038;sec=1593564">Music is Math at Vimeo</a></p>
<p>In order to see these at the best quality, go to Full Screen in the Vimeo player, make sure HD is on, and that Scaling is <i>off</i>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2008/09/metamorphosis-processing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generative Art in 4KB</title>
		<link>http://blog.hvidtfeldts.net/index.php/2008/08/generative-art-in-4kb/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2008/08/generative-art-in-4kb/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 20:13:01 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>
		<category><![CDATA[Generative Art]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2008/08/generative-art-in-4kb/</guid>
		<description><![CDATA[Once again I&#8217;m extremely impressed by what shows up on the demoscene.
Slisesix - Generative Art in 4K
Inigo Quilez managed to create the following picture within a 4KB executable. In fact he managed to fit a renderer and the generative code for both the scene and the textures in only 3900 bytes.
More info (and executables) here.
]]></description>
			<content:encoded><![CDATA[<p>Once again I&#8217;m extremely impressed by what shows up on the demoscene.</p>
<p></p><div class="photo"><p><a class="snap_noshots" href="/media/gen4k.jpg" rel="gb_imageset[ddds]" title="Slisesix - Generative Art in 4K"><img src="/media/gen4ks.jpg" alt="Slisesix - Generative Art in 4K" /></a></p><div class="caption">Slisesix - Generative Art in 4K</div></div><p></p>
<p>Inigo Quilez managed to create the following picture within a 4KB executable. In fact he managed to fit a renderer and the generative code for both the scene and the textures in only 3900 bytes.</p>
<p><a href="http://www.gamedev.net/community/forums/topic.asp?topic_id=502848">More info (and executables) here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2008/08/generative-art-in-4kb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Underground code</title>
		<link>http://blog.hvidtfeldts.net/index.php/2008/01/underground-code/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2008/01/underground-code/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 20:57:49 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Retro]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2008/01/underground-code/</guid>
		<description><![CDATA[The Demo Scene never cease to amaze me. The technical quality of these demos is amazing &#8211; complex 3D scenes rendered real-time, procedural textures, real-time sound synthesis, and incredible low foot-prints. 
Recently I stumbled upon demoscene.tv which features recorded videos (flash video) of many of the best demos. Of course part of the fun is [...]]]></description>
			<content:encoded><![CDATA[<p>The Demo Scene never cease to amaze me. The technical quality of these demos is amazing &#8211; complex 3D scenes rendered real-time, procedural textures, real-time sound synthesis, and incredible low foot-prints. </p>
<p>Recently I stumbled upon <a href="http://www.demoscene.tv">demoscene.tv</a> which features recorded videos (flash video) of many of the best demos. Of course part of the fun is actually running these demos, to be amazed that they are indeed real-time, but sadly my laptop is not geared towards neither CPU or GPU intensive activities. </p>
<p>A few selected demos:</p>
<p><a href="http://www.demoscene.tv/page.php?id=513&#038;lang=uk&#038;vsmaction=view_prod&#038;id_prod=12909"><img src="/media/farbrauch.jpg" /></a><br />
<a href="http://www.demoscene.tv/page.php?id=513&#038;lang=uk&#038;vsmaction=view_prod&#038;id_prod=12909"><b>fr-041: debris</b> by Farbrausch</a></p>
<p />
<p />
<p><a href="http://www.demoscene.tv/page.php?id=513&#038;lang=uk&#038;vsmaction=view_prod&#038;id_prod=13015"><img src="/media/andromeda.jpg" /></a><br />
<a href="http://www.demoscene.tv/page.php?id=513&#038;lang=uk&#038;vsmaction=view_prod&#038;id_prod=13015"><b>Lifeforce</b> by andromeda software development</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2008/01/underground-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractals 2007</title>
		<link>http://blog.hvidtfeldts.net/index.php/2008/01/fractals-2007/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2008/01/fractals-2007/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 22:33:35 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>
		<category><![CDATA[Science and Art]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2008/01/fractals-2007/</guid>
		<description><![CDATA[The  winners of the Benoit Mandelbrot Fractal Art Contest 2007 proves that fractal art actually has evolved since the eighties.
Evening Read by Joseph Presley
Shuttered Windows by Susan Chambless
View the rest of the winners&#8230;
]]></description>
			<content:encoded><![CDATA[<p>The  <a href="http://www.fractalartcontests.com/2007/showentry.php?entryid=306&#038;return=winners">winners of the Benoit Mandelbrot Fractal Art Contest 2007</a> proves that fractal art actually has evolved since the eighties.</p>
<p></p><div class="photo"><p><a class="snap_noshots" href="/media/presley.jpg" rel="gb_imageset[sss17]" title="Evening Read by Joseph Presley"><img src="/media/presleys.jpg" alt="Evening Read by Joseph Presley" /></a></p><div class="caption">Evening Read by Joseph Presley</div></div><p></p>
<p></p><div class="photo"><p><a class="snap_noshots" href="/media/chambless.jpg" rel="gb_imageset[sss17]" title="Shuttered Windows by Susan Chambless"><img src="/media/chamblesss.jpg" alt="Shuttered Windows by Susan Chambless" /></a></p><div class="caption">Shuttered Windows by Susan Chambless</div></div><p></p>
<p><a href="http://www.fractalartcontests.com/2007/showentry.php?entryid=306&#038;return=winners">View the rest of the winners&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2008/01/fractals-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
