<?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; Programming</title>
	<atom:link href="http://blog.hvidtfeldts.net/index.php/category/programming/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>Cinder &#8211; Creative Coding in C++</title>
		<link>http://blog.hvidtfeldts.net/index.php/2010/05/cinder-creative-coding-in-c/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2010/05/cinder-creative-coding-in-c/#comments</comments>
		<pubDate>Sat, 29 May 2010 19:54:28 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Generative Art]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/?p=508</guid>
		<description><![CDATA[Cinder is a new C++ library for creative applications. It is free, open-source, and cross-platform (Windows, Mac, iPhone/iPad, but no Linux).  Think of it as Processing, but in C++. 
Cinder offers classes for image processing, matrix, quaternion, spline and vector math, but also more general stuff like XML, HTTP, IO, and 2D Graphics. 
The [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://libcinder.org/">Cinder</a> is a new C++ library for <i>creative applications</i>. It is free, open-source, and cross-platform (Windows, Mac, iPhone/iPad, but no Linux).  Think of it as Processing, but in C++. </p>
<p>Cinder offers classes for image processing, matrix, quaternion, spline and vector math, but also more general stuff like XML, HTTP, IO, and 2D Graphics. </p>
<p>The more generic stuff is implemented via third-party libraries, such as TinyXML, Cairo, AntTweakBar (a simple GUI), Boost (smart pointers and threads) and system libraries (QuickTime, Cocoa, DirectAudio, OpenGL) &#8211; certainly an ambitious range of technologies and uses.</p>
<p>Their <a href="http://libcinder.org/gallery/">examples</a> are impressive, especially some of the demos by Robert Hodgin (flight404):</p>
<p><a href="http://roberthodgin.com/cymatic-ferrofluid/"><img src="http://blog.hvidtfeldts.net/media/ferroliquid.png" /></a><br />
<a href="http://roberthodgin.com/cymatic-ferrofluid/">Cymatic Ferrofluid</a> by flight404 (be sure to watch the videos).</p>
<p>Robert Hodgin has also created a very nice Cinder <a href="http://libcinder.org/docs/hello_cinder.html">tutorial</a>, which guides you through the creation of a quite spectacular particle effect.</p>
<p>Finally, it should be noted the <a href="http://www.openframeworks.cc/">openFrameworks</a> offers related functionality, also based on C++.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2010/05/cinder-creative-coding-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assorted Links</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/11/assorted-links/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2009/11/assorted-links/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:40:46 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Context Free]]></category>
		<category><![CDATA[Generative Art]]></category>
		<category><![CDATA[Live Coding]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/?p=166</guid>
		<description><![CDATA[Generative Music Software
Adam M. Smith has begun working on cfml &#8211; a context-free music language. It is a Context-Free Design Grammar &#8211; for music. I&#8217;m very interested in how this develops. 

A graphical representation of cfml output (original here)
Cfml is implemented as an Impromptu library. Impromptu is a live coding environment, based on the Scheme [...]]]></description>
			<content:encoded><![CDATA[<h2>Generative Music Software</h2>
<p>Adam M. Smith has begun working on <a href="http://eis-blog.ucsc.edu/2009/11/cfml-the-context-free-music-language/">cfml</a> &#8211; a context-free music language. It is a Context-Free Design Grammar &#8211; for music. I&#8217;m very interested in how this develops. </p>
<p><img src="/media/cfml.jpg" /><br />
<i>A graphical representation of cfml output (original <a href="http://eis-blog.ucsc.edu/2009/11/cfml-the-context-free-music-language/">here</a>)</i></p>
<p>Cfml is implemented as an <a href="http://impromptu.moso.com.au/">Impromptu</a> library. Impromptu is a live coding environment, based on the Scheme language, and has existed since 2005. Andrew Sorensen, the developer of Impromptu, has created some of the most impressive <a href="http://impromptu.moso.com.au/gallery.html"> examples of live coding</a> I have seen. In particular, the last example, inspired by Keith Jarrett&#8217;s Sun Bear Concerts, is really impressive. (I might be slightly biased here, since I believe that Jarrett&#8217;s solo piano concerts &#8211; especially the Köln Concert and the Sun Bear Concerts &#8211; rank among the best music ever made).</p>
<p>Finally, <a href="http://thewire.co.uk/articles/3177/">Supercollider 140</a> is a selection of audio pieces all created in <a href="http://www.audiosynth.com/">Supercollider</a> in 140 characters or less. An interesting example of using restrictions to spur creativity. Another example is the <a href="http://www.openprocessing.org/collections/rhizome.php">200 char</a> Processing sketch contest.</p>
<h2>Free Indy Game Development</h2>
<p><img src="/media/unreal.jpg" /></p>
<p>This month also saw the release of the <a href="http://www.udk.com/">Unreal Development Kit</a>, basically a version of the Unreal Engine 3, that is free for non-commercial use. This is great news for amateur game developers, but for me, the big question was whether this could be used as a powerful platform for generative art or live demos. I downloaded the kit and played around with it for a while, but while the 3D engine is stunning, UDK seems very geared towards graphical development (I certainly do not want to do <a href="http://www.unrealtechnology.com/media/banners/ue3_kismet1.jpg">draw my programs</a>, and the built-in Unrealscript does not impress me either). </p>
<p><img src="/media/av.jpg" /></p>
<p>In related news, that basic version of <a href="http://unity3d.com">Unity 2.6</a> is now also free. The main focus of Unity is also game development, but from a generative art / live demo perspective it holds greater promise. Unity offers an advanced graphics engine with user-scriptable shaders, integrated PhysX physics engine, and 3D audio. </p>
<p>Unitys development architecture is also very solid: scripts are written in (JIT-compiled) JavaScript, and components can be written in C# (using Mono, the open-source .NET implementation). Using a dynamic scripting language such as JavaScript to control a more rigid body of classes written in a more strict, statically typed environment, such as C#, is a good way to manage complex software. All Mozilla software &#8211; including Firefox &#8211; is built using this model (JavaScript + XPCOM C++ components), and newer platforms, such as Microsoft&#8217;s Silverlight platform also use it (JavaScript + C# components).</p>
<p>I made a few tests with Unity, and it is simple to control and instance even pretty complex structures. I considered writing a simple Structure Synth viewer using Unity, but was unfortunately put a bit off, when I discovered that Screen Space Ambient Occlusion and Full Screen Post-Processing Effects are not part of the free basic edition. The iPhone version of the Unity engine is not free either, but that is probably as could be expected. </p>
<p>It will be interesting to see if Unity will be picked up by the Generative Art community.</p>
<h2>SIGGRAPH Asia</h2>
<p>Finally two papers presented at SIGGRAPH Asia 2009 should be noted:</p>
<p><img src="/media/warhol.jpg" /></p>
<p><a href="http://graphics.stanford.edu/~niloy/research/shadowArt/shadowArt_sigA_09.html">Shadow Art</a> creates objects which cast three different shadows.</p>
<p><img src="/media/sketch.jpg" /></p>
<p><a href="http://cg.cs.tsinghua.edu.cn/montage/main.htm">Sketch2Photo</a> creates realistic photo-montages from freehand sketches annotated with text labels.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2009/11/assorted-links/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Random Colors, Color Pools, and Dual Mersenne Twister Goodness.</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 19:54:43 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Structure Synth]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/</guid>
		<description><![CDATA[I&#8217;ve implemented a random color scheme in Structure Synth, using a new &#8216;color random&#8217; specifier.
But what exactly is a random color? My first attempt was to use the HSV color model and choose a random hue, with full brightness and saturation. 
This produces colors like this:

Most of my Nabla pictures used this color scheme. It [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve implemented a random color scheme in Structure Synth, using a new &#8216;color random&#8217; specifier.</p>
<p>But what exactly is a random color? My first attempt was to use the HSV color model and choose a random hue, with full brightness and saturation. </p>
<p>This produces colors like this:</p>
<p><img src="/media/city7.png" /></p>
<p>Most of my <a href="http://www.flickr.com/photos/syntopia/sets/72157616174359490/">Nabla</a> pictures used this color scheme. It produces some <em>very</em> strong colors.</p>
<p>Then I tried the RGB model using 3 random numbers, one for each color-channel, which creates this kind of colors:</p>
<p><img src="/media/city6.png" /></p>
<p>But what about greyscale colors:</p>
<p><img src="/media/city5.png" /></p>
<p>I decided that it was necessary to be able to switch between different color schemes. </p>
<p>So I created a new &#8217;set colorpool&#8217; command. Besides the color schemes above (&#8217;set colorpool randomhue&#8217;, &#8217;set colorpool randomrgb&#8217;, and &#8217;set colorpool greyscale&#8217;) I created two additional color schemes:</p>
<p>One where you specify a list of colors:</p>
<p><img src="/media/city4.png" /></p>
<p>(For this image the command was: &#8220;set colorpool list:orange,white,white,white,white,white,white,grey&#8221;. As is evident it is possible to repeat a given color, to emphasize its occurrence in the image.)</p>
<p>And on where you specify an image which is used to sample colors from:</p>
<p><img src="/media/city2.png" /></p>
<p>The command used for the above image was: &#8220;set colorpool image:001.PNG&#8221;. Whenever a random color is requested (by the &#8216;random color&#8217; operator), the program will sample a random point from the specified image and use the color of this pixel. This is a quite powerful command, making it possible to imitate the color tonality of another picture.</p>
<p>Now this is all good. But I realized that there are some problems with this approach. </p>
<p>The problem is that geometry and the colors draw numbers from the same random number generator (the C-standard library &#8216;rand()&#8217; function). </p>
<p>This means that changing the color scheme changes the geometry (since the color schemes use a different number of random numbers for each color &#8211; <em>randomhue</em> uses 1 random number per color, the image sampling uses two (X and Y) random numbers per color, the <em>randomrgb</em> uses three). </p>
<p>This is not acceptable, since you&#8217;ll want to change the color schemes without changing the geometry. Another problem is that C-standard library &#8216;rand&#8217; function is not platform independent &#8211; so even if you specify a EisenScript together with an initial random seed, you will not get the same structure on different platforms.</p>
<p>I solved this by implementing new random generators in Structure Synth. I now use two independent <a href="http://en.wikipedia.org/wiki/Mersenne_twister">Mersenne Twister</a> random number generators, so that I have two random streams &#8211; one for geometry and one for colors. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The Second Coming of JavaScript</title>
		<link>http://blog.hvidtfeldts.net/index.php/2008/07/the-second-coming-of-javascript/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2008/07/the-second-coming-of-javascript/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 19:20:28 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Context Free]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2008/07/the-second-coming-of-javascript/</guid>
		<description><![CDATA[
Some months ago, John Resig created processing.js &#8211; an impressive JavaScript port of processing, which draws its output on a &#8216;canvas&#8217; element entirely client-side inside your browser (at least if your web-browser is Firefox 3 or a recent nightly build of WebKit, that is).

Now Context Free (the original inspiration for Structure Synth) has been ported [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/media/prjs.jpg" /></p>
<p>Some months ago, John Resig created <a href="http://ejohn.org/blog/processingjs/">processing.js</a> &#8211; an impressive JavaScript port of <a href="http://processing.org/">processing</a>, which draws its output on a &#8216;canvas&#8217; element entirely client-side inside your browser (at least if your web-browser is Firefox 3 or a recent nightly build of WebKit, that is).</p>
<p><img src="/media/vmusic.jpg" /></p>
<p>Now Context Free (the original inspiration for Structure Synth) has been ported to JavaScript too: Aza Raskin has created <a href="http://azarask.in/projects/algorithm-ink/">ContextFree.js</a> (<a href="http://code.google.com/p/contextfree/">Source here</a>).</p>
<p>JavaScript has undergone a tremendous evolution. From creating cheesy &#8216;onMouseOver&#8217; effects for buttons on web pages to being the &#8216;glue&#8217; binding together complex applications like Firefox or Songbird (the Mozilla application frameworks works by stringing together C++ components with JavaScript). Likewise Microsoft chose to build their Silverlight technology on .NET components which can be controlled by JavaScript in the browser.</p>
<p>And of course the ActionScript in Adobe Flash is also JavaScript. Adobe (and/or Macromedia) has put a lot of effort into creating fast JavaScript implementations &#8211; most notably their Tamarin virtual machine and Just-In-Time compiler, which in theory should make JavaScript almost as fast as native code &#8211; or at least comparable to other JIT compiled languages such as Java and the .NET languages. Tamarin is open-sourced, and will eventually <a href="http://www.mozilla.org/projects/tamarin/">make it into Firefox 4</a>.</p>
<p>Finally, while the Tamarin virtual machine was built to execute (and JIT) bytecode originating from JavaScript, other languages may target Tamarin as well. <a href="http://www.toolness.com/wp/?p=52">Adobe has demonstrated</a> the possibility of compiling standard C programs into Tamarin parseable byte-code (their demo included Quake, a Nintendo emulator, and several languages like Python and Ruby).</p>
<p>So perhaps a future version of Structure Synth could be running as C++ compiled into Tamarin bytecode in a Flash application&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2008/07/the-second-coming-of-javascript/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>4K Should Be Enough For Everyone</title>
		<link>http://blog.hvidtfeldts.net/index.php/2007/11/4k-should-be-enough-for-everyone/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2007/11/4k-should-be-enough-for-everyone/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 20:31:08 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2007/11/4k-should-be-enough-for-everyone/</guid>
		<description><![CDATA[Kindernoiser (yep, weird name) is a a 4096 byte demo of 3D julia sets. For comparison the HTML for this page is close to 30 KB. 
Kindernoiser screenshot.
If you do not have a powerful graphics card, try the video linked to below.
KinderNoiser
]]></description>
			<content:encoded><![CDATA[<p><em>Kindernoiser</em> (yep, weird name) is a a 4096 byte demo of 3D julia sets. For comparison the HTML for this page is close to 30 KB. </p>
<p></p><div class="photo"><p><a class="snap_noshots" href="/media/kindernoiser.jpg" rel="gb_imageset[prds]" title="ui"><img src="/media/kindernoisers.jpg" alt="ui" /></a></p><div class="caption">Kindernoiser screenshot.</div></div><p></p>
<p>If you do not have a powerful graphics card, try the video linked to below.</p>
<p><a href="http://www.pouet.net/prod.php?which=32549">KinderNoiser</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2007/11/4k-should-be-enough-for-everyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Light synths</title>
		<link>http://blog.hvidtfeldts.net/index.php/2007/10/light-synths/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2007/10/light-synths/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 20:36:19 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Weird]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2007/10/light-synths/</guid>
		<description><![CDATA[By coincidence I came across Jeff Minter&#8217;s company Llamasoft and surprisingly discovered that it was still going strong.
Jeff Minter, probably most famous for his somewhat&#8230; surreal C64 games (&#8221;Attack of the Mutant Camels&#8221;, &#8220;Revenge of the Mutant Camels&#8221; and even &#8220;Metagalactic Llamas Battle at the Edge of Time&#8221;), apparently has been hacking away on light [...]]]></description>
			<content:encoded><![CDATA[<p>By coincidence I came across Jeff Minter&#8217;s company <a href="http://www.llamasoft.co.uk/">Llamasoft</a> and surprisingly discovered that it was still going strong.</p>
<p>Jeff Minter, probably most famous for his somewhat&#8230; <i>surreal</i> C64 games (&#8221;Attack of the Mutant Camels&#8221;, &#8220;Revenge of the Mutant Camels&#8221; and even &#8220;Metagalactic Llamas Battle at the Edge of Time&#8221;), apparently has been hacking away on <i>light synthesizers</i> for the past twenty years.</p>
<p>His light synthesizers are complex visualization modules either music-controlled or driven by human interaction. And his latest incarnation, <a href="http://www.llamasoft.co.uk/neon.php">Neon</a>, is actually used in the Xbox 360&#8217;s dashboard.</p>
<p></p><div class="photo"><p><a class="snap_noshots" href="/media/neon9.png" rel="gb_imageset[neg]" title="Neon Light Synthesizer"><img src="/media/neon9s.png" alt="Neon Light Synthesizer" /></a></p><div class="caption">The Neon Light Synthesizer in Action.</div></div><p></p>
<p>Who would have guessed that Llamasoft code would end up in the Xbox 360 firmware?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2007/10/light-synths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experimental Games</title>
		<link>http://blog.hvidtfeldts.net/index.php/2007/08/experimental-games/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2007/08/experimental-games/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 08:36:40 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Weird]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2007/08/experimental-games/</guid>
		<description><![CDATA[Experimental Gameplay started out as a student project at Carnegie Mellon University in 2005. 
Given three basic rules (&#8221;Each game must be made in less than seven days / by only one person / be based around a central theme (e.g. gravity or swarms)&#8221;) some very interesting projects were created. Since then the website has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.experimentalgameplay.com">Experimental Gameplay</a> started out as a student project at Carnegie Mellon University in 2005. </p>
<p>Given three basic rules (&#8221;Each game must be made in less than seven days / by only one person / be based around a central theme (e.g. gravity or swarms)&#8221;) some very interesting projects were created. Since then the website has opened up, and everyone is allowed to post their experimental games. </p>
<p>The experiences gained from the project are summed up in: <a href="http://www.gamasutra.com/features/20051026/gabler_01.shtml">How to Prototype a Game in Under 7 Days</a> (Gamasutra Feature).</p>
<p></p><div class="photo"><p><a class="snap_noshots" href="/media/crowd.jpg" rel="gb_imageset[eg]" title="The Crowd"><img src="/media/crowds.jpg" alt="The Crowd" /></a></p><div class="caption"><a href="http://www.experimentalgameplay.com/game.php?g=2">The Crowd</a>. Actually not a game, but beautiful none-the-less.</div></div><p></p>
<p></p><div class="photo"><p><a class="snap_noshots" href="/media/rainy.jpg" rel="gb_imageset[eg]" title="On a Rainy Day"><img src="/media/rainys.jpg" alt="On a Rainy Day" /></a></p><div class="caption"><a href="http://www.experimentalgameplay.com/game.php?g=5">On a Rainy Day</a>. Surreal.</div></div><p></p>
<p></p><div class="photo"><p><a class="snap_noshots" href="/media/goo.jpg" rel="gb_imageset[eg]" title="Tower of Goo"><img src="/media/goos.jpg" alt="Tower of Goo" /></a></p><div class="caption"><a href="http://www.experimentalgameplay.com/game.php?g=1">Tower of Goo</a>. Great gameplay</div></div><p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2007/08/experimental-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming in the (very first) sixties.</title>
		<link>http://blog.hvidtfeldts.net/index.php/2007/07/programming-in-the-first-sixties/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2007/07/programming-in-the-first-sixties/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 20:11:52 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.hvidtfeldts.net/?p=18</guid>
		<description><![CDATA[Mechanical programming of robots in the year 60 AD:

First seen on abstractmachine (now that is a site with a design to remember).
]]></description>
			<content:encoded><![CDATA[<p>Mechanical programming of robots in the year 60 AD:</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/xyQIo9iS_z0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/xyQIo9iS_z0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>First seen on <a href="http://www.abstractmachine.net/blog/string-programming/">abstractmachine</a> (now that is a site with a design to remember).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2007/07/programming-in-the-first-sixties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Art III</title>
		<link>http://blog.hvidtfeldts.net/index.php/2007/06/virtual-art-iii/</link>
		<comments>http://blog.hvidtfeldts.net/index.php/2007/06/virtual-art-iii/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 17:06:06 +0000</pubDate>
		<dc:creator>Mikael Christensen</dc:creator>
				<category><![CDATA[Digital Art]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://hvidtfeldts.net/blog/?p=13</guid>
		<description><![CDATA[Digital Art Software showdown:
Processing is a Java-based environment for creating digital art. ProcessingBlogs often showcases examples of Processing creations. This Flock of birds demo and the Webcam controlled video pong are nice examples. 
Eno Henze: Reality Foam.

VVVV is a realtime video synthesis framework. It is a Windows only flowgraph based system, which seems to be [...]]]></description>
			<content:encoded><![CDATA[<p>Digital Art Software showdown:</p>
<p><a href="http://processing.org/">Processing</a> is a Java-based environment for creating digital art. <a href="http://www.processingblogs.org/">ProcessingBlogs</a> often showcases examples of Processing creations. This <a href="http://www.flight404.com/blog/?p=81">Flock of birds demo</a> and the <a href="http://lux.vu/blog/2007/04/18/video-pong-exhibit/">Webcam controlled video pong</a> are nice examples. </p>
<p></p><div class="photo"><p><a class="snap_noshots" href="/media/henze.jpg" rel="gb_imageset[va3]" title="Eno Henzo: Reality Foam"><img src="http://hvidtfeldts.net/media/henze2.jpg" alt="Eno Henzo: Reality Foam" /></a></p><div class="caption"><a href="http://www.enohenze.de/current/wirklichkeitsschaum/ws.html">Eno Henze: Reality Foam.</a></div></div><p></p>
<p>
<a href="http://vvvv.org/tiki-index.php">VVVV</a> is a realtime video synthesis framework. It is a Windows only flowgraph based system, which seems to be built on top of DirectX and DirectShow. As seen on the <a href="http://www.enohenze.de">Eno Henze</a> image above, VVVV is also very suitable for creating static pictures. </p>
<div class="photo">
<p><a href="media/nodebox.jpg" rel="gb_imageset[va3]" title="NodeBox: Organic Universe by Tom De Smedt"><br />
   <img src="http://hvidtfeldts.net/media/nodebox1.jpg" alt="Nodebox" /></a></p>
<div class="caption">Nodebox</div>
</div>
<p>For Mac OS X users, <a href="http://nodebox.net/code/index.php/Home">NodeBox</a> looks very impressive (short summary: &#8220;<i><a href="http://createdigitalmotion.com/2007/05/10/illuminating-lettering-as-digital-process-in-elegant-open-source-mac-nodebox/">NodeBox does less, prettier, in Python. Processing does more, uglier, in Java</a></i>&#8220;) Their <a href="http://nodebox.net/code/index.php/Gallery">gallery page</a> has <a href="http://nodebox.net/code/index.php/Organic_Universe">lots</a> <a href="http://nodebox.net/code/index.php/Twisted_world">of</a> <a href="http://nodebox.net/code/index.php/Superfolia">good</a> <a href="http://nodebox.net/code/index.php/Supercurly">examples</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hvidtfeldts.net/index.php/2007/06/virtual-art-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
