<?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>silentlyCrashing::net &#187; Code</title>
	<atom:link href="http://www.silentlycrashing.net/blog/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.silentlycrashing.net/blog</link>
	<description>animation and code</description>
	<lastBuildDate>Sun, 23 May 2010 14:02:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Text on a Curve</title>
		<link>http://www.silentlycrashing.net/blog/2010/02/26/text-on-a-curve/</link>
		<comments>http://www.silentlycrashing.net/blog/2010/02/26/text-on-a-curve/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 21:22:05 +0000</pubDate>
		<dc:creator>ez</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.silentlycrashing.net/blog/?p=617</guid>
		<description><![CDATA[Here&#8217;s a simple sketch I made that draws text on a curve. Drag the mouse horizontally to set the letter spacing, drag vertically to set the arc radius, type to edit the text.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple <a href="http://labs.silentlycrashing.net/curvedText/">sketch</a> I made that draws text on a curve. Drag the mouse horizontally to set the letter spacing, drag vertically to set the arc radius, type to edit the text.</p>
<p><APPLET name="CurvedText" WIDTH="400" HEIGHT="400" archive="http://labs.silentlycrashing.net/curvedText/CurvedText.jar" standby="Loading Processing software…" codebase="http://labs.silentlycrashing.net/curvedText/" code="CurvedText" mayscript="true" scriptable="true" image="http://labs.silentlycrashing.net/curvedText/loading.gif" boxmessage="Loading Processing software…" boxcolor="#FFFFFF"><IMG SRC="http://labs.silentlycrashing.net/foodTriad/loading.gif" WIDTH="1" HEIGHT="1" /></APPLET></p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentlycrashing.net/blog/2010/02/26/text-on-a-curve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Navigation w/ iPhone</title>
		<link>http://www.silentlycrashing.net/blog/2010/01/03/3d-navigation-w-iphone/</link>
		<comments>http://www.silentlycrashing.net/blog/2010/01/03/3d-navigation-w-iphone/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 15:01:46 +0000</pubDate>
		<dc:creator>ez</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[jocode]]></category>

		<guid isPermaLink="false">http://www.silentlycrashing.net/blog/?p=532</guid>
		<description><![CDATA[A rough sketch where I am navigating in a 3D world using the iPhone as an interface. Tilting the phone moves the camera and dragging on the screen rotates it (similarly to how mouse look works in FPS games). The communication with the iPhone is done through OSC using Mrmr on the phone and OscP5 [...]]]></description>
			<content:encoded><![CDATA[<p>A rough sketch where I am navigating in a 3D world using the iPhone as an interface. Tilting the phone moves the camera and dragging on the screen rotates it (similarly to how mouse look works in FPS games). </p>
<p><a href="http://www.silentlycrashing.net/blog/2010/01/03/3d-navigation-w-iphone/"><em>Click here to view the embedded video.</em></a></p>
<p>The communication with the iPhone is done through OSC using <a href="http://poly.share.dj/wiki/index.php/Mrmr">Mrmr</a> on the phone and <a href="http://www.sojamo.de/libraries/oscP5/">OscP5</a> on the laptop. The 3D environment was built with JOCode for Processing, an OpenGL framework I have been working on with <a href="http://www.potatoland.org/">Mark Napier</a>. We are in the process of finalizing the library and it will be available within the next two weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentlycrashing.net/blog/2010/01/03/3d-navigation-w-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monome Game of Life</title>
		<link>http://www.silentlycrashing.net/blog/2009/12/12/monome-game-of-life/</link>
		<comments>http://www.silentlycrashing.net/blog/2009/12/12/monome-game-of-life/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 03:50:15 +0000</pubDate>
		<dc:creator>ez</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[monome]]></category>

		<guid isPermaLink="false">http://www.silentlycrashing.net/blog/?p=530</guid>
		<description><![CDATA[I finally got around to making a patch for the Monome today, Conway&#8217;s Game of Life mapped to sounds generated by cfxr. Built with Processing, coz that&#8217;s how I roll.]]></description>
			<content:encoded><![CDATA[<p>I finally got around to making a patch for the <a href="http://monome.org/">Monome</a> today, Conway&#8217;s Game of Life mapped to sounds generated by <a href="http://thirdcog.eu/apps/cfxr">cfxr</a>. Built with <a href="http://processing.org/">Processing</a>, coz that&#8217;s how I roll.</p>
<p><a href="http://www.silentlycrashing.net/blog/2009/12/12/monome-game-of-life/"><em>Click here to view the embedded video.</em></a></p>
<p><a href="http://www.silentlycrashing.net/blog/2009/12/12/monome-game-of-life/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentlycrashing.net/blog/2009/12/12/monome-game-of-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typ09 Workshops</title>
		<link>http://www.silentlycrashing.net/blog/2009/10/29/typ09-workshops/</link>
		<comments>http://www.silentlycrashing.net/blog/2009/10/29/typ09-workshops/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 23:44:19 +0000</pubDate>
		<dc:creator>ez</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Teaching]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[mexico]]></category>
		<category><![CDATA[mrsoftie]]></category>
		<category><![CDATA[nexttext]]></category>
		<category><![CDATA[typ09]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://www.silentlycrashing.net/blog/?p=507</guid>
		<description><![CDATA[We gave our NextText and Mr. Softie workshops today and it went really well. The turnout was a little lower than expected but that ended up being a good thing as we almost had a one-to-one presenter-student ratio. I was a little nervous leading up to the workshops as I realized over the first few [...]]]></description>
			<content:encoded><![CDATA[<p>We gave our <a href="http://www.nexttext.net/">NextText</a> and <a href="http://www.mrsoftie.net/">Mr. Softie</a> workshops today and it went really well. The turnout was a little lower than expected but that ended up being a good thing as we almost had a one-to-one presenter-student ratio. I was a little nervous leading up to the workshops as I realized over the first few days that type designers are not too keen on having their meticulously constructed glyphs tweaked by our software.</p>
<p>The <a href="http://www.atypi.org/04_Mexico/40_timetables/view_presentation_html?presentid=602">NextText workshop</a> had an extra challenge which was that we had to also teach the basics of programming in that 3-hour slot. It was a lot to cover, but the participants made it through and seemed to have a good handle on things towards the end. A few points to keep in mind for next time:</p>
<ul>
<li>When going over the basics of programming, starting with functions before covering variables makes more sense. Functions can be used with literals at first and then variables.</li>
<li>When building a set of behaviours, it is really helpful to draw the behaviour tree, and to modify it as the code progresses.</li>
<li>We should have a basic sample sketch for each behaviour to show what it does. This should be included in the documentation, similarly to how it is done in the <a href="http://processing.org/reference/">Processing reference</a>.</li>
<li>Some of the behaviours should be renamed to something more intuitive.</li>
<li>We need a simpler way of creating behaviours. Perhaps bringing back the factories would be a good solution for this.</li>
</ul>
<p>I would be very interested in trying this out again with experienced programmers. This would be ideal to test out the documentation and see how easy it is to understand, navigate, etc. It would also allow more time for free play, resulting in more complex and polished sketches.</p>
<p>The <a href="http://www.atypi.org/04_Mexico/40_timetables/view_presentation_html?presentid=603">Mr. Softie workshop</a> was a lot of fun and was actually the most time I ever spent in the software. In comparison with NextText, it was easier to grasp as the participants could start working on their visual sketches fairly quickly, and a lot of good looking work came out of it. A good measure of the success was that most people came back after the second break and some even told their friends to pass by and check it out.</p>
<ul>
<li>The Textpad is a great tool and has a lot of potential. One feature that would be good to add is to toggle whether white space is sprayed or not.</li>
<li>The GUI could use a few improvements, mainly swapping the many drop-down menus for sliders, checkboxes, and radio buttons.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silentlycrashing.net/blog/2009/10/29/typ09-workshops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ezGestures chapter in Programming Interactivity</title>
		<link>http://www.silentlycrashing.net/blog/2009/08/12/ezgestures-chapter-in-programming-interactivity/</link>
		<comments>http://www.silentlycrashing.net/blog/2009/08/12/ezgestures-chapter-in-programming-interactivity/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 15:16:21 +0000</pubDate>
		<dc:creator>ez</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.silentlycrashing.net/blog/?p=472</guid>
		<description><![CDATA[Joshua Noble&#8216;s latest book, Programming Interactivity, has a whole section on ezGestures, my gesture recognition library for Processing. I haven&#8217;t tried the example yet but it uses a camera and looks fancy&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://thefactoryfactory.com/wordpress/">Joshua Noble</a>&#8216;s latest book, <a href="http://oreilly.com/catalog/9780596154141/">Programming Interactivity</a>, has a whole section on <a href="http://silentlycrashing.net/ezgestures/">ezGestures</a>, my gesture recognition library for <a href="http://www.processing.org">Processing</a>. I haven&#8217;t tried the example yet but it uses a camera and looks fancy&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentlycrashing.net/blog/2009/08/12/ezgestures-chapter-in-programming-interactivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Homes Fix</title>
		<link>http://www.silentlycrashing.net/blog/2009/03/24/social-homes-fix/</link>
		<comments>http://www.silentlycrashing.net/blog/2009/03/24/social-homes-fix/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 15:20:58 +0000</pubDate>
		<dc:creator>ez</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.silentlycrashing.net/blog/?p=415</guid>
		<description><![CDATA[So, I totally overlooked the fact that the new version of Social Homes erased all the settings from version 2.x. I just made another update that fixes this; version 3.1 will import all your old settings and generate the new URLs for you. If you had already updated to version 3.0, this will not work, [...]]]></description>
			<content:encoded><![CDATA[<p>So, I totally overlooked the fact that the new version of <a href="http://www.silentlycrashing.net/blog/repository/social-homes/">Social Homes</a> erased all the settings from version 2.x. I just made another update that fixes this; version 3.1 will import all your old settings and generate the new URLs for you.</p>
<p>If you had already updated to version 3.0, this will not work, but you can always roll back to version 2.5, copy all your settings, then re-update and add them manually. If you don&#8217;t know how to do this, just send me an e-mail with your usernames and services, and it will be my pleasure to generate the new addresses for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentlycrashing.net/blog/2009/03/24/social-homes-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Major Update to Social Homes</title>
		<link>http://www.silentlycrashing.net/blog/2009/03/24/major-update-to-social-homes/</link>
		<comments>http://www.silentlycrashing.net/blog/2009/03/24/major-update-to-social-homes/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 05:01:01 +0000</pubDate>
		<dc:creator>ez</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.silentlycrashing.net/blog/?p=413</guid>
		<description><![CDATA[By popular request, I&#8217;ve just made a major update to the Social Homes plugin for WordPress. The new version allows you to add any service you want just by typing in the page URL; the title and favicon are found automatically (but you can also use a custom title if you want).¬† Enjoy!]]></description>
			<content:encoded><![CDATA[<p>By popular request, I&#8217;ve just made a major update to the <a href="http://www.silentlycrashing.net/blog/repository/social-homes/">Social Homes</a> plugin for <a href="http://wordpress.org/">WordPress</a>. The new version allows you to add any service you want just by typing in the page URL; the title and favicon are found automatically (but you can also use a custom title if you want).¬†</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentlycrashing.net/blog/2009/03/24/major-update-to-social-homes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ezGestures updated</title>
		<link>http://www.silentlycrashing.net/blog/2008/11/21/ezgestures-updated/</link>
		<comments>http://www.silentlycrashing.net/blog/2008/11/21/ezgestures-updated/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 02:38:38 +0000</pubDate>
		<dc:creator>ez</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.silentlycrashing.net/blog/?p=260</guid>
		<description><![CDATA[A new version of the ezGestures library for Processing is now available. Version .40, which is now hosted on Google Code, has no functionality changes, but the download now includes the examples, the source, and the documentation pages. These changes were implemented for the upcoming Processing 1.0 release.]]></description>
			<content:encoded><![CDATA[<p>A new version of the <a href="http://www.silentlycrashing.net/ezgestures">ezGestures</a> library for <a href="http://www.processing.org">Processing</a> is now available. <a href="http://ezjlibs.googlecode.com/files/ezgestures-0.40.zip">Version .40</a>, which is now hosted on <a href="http://code.google.com/p/ezjlibs/">Google Code</a>, has no functionality changes, but the download now includes the examples, the source, and the documentation pages. These changes were implemented for the upcoming Processing 1.0 release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentlycrashing.net/blog/2008/11/21/ezgestures-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AirXY</title>
		<link>http://www.silentlycrashing.net/blog/2008/09/30/airxy/</link>
		<comments>http://www.silentlycrashing.net/blog/2008/09/30/airxy/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 14:03:21 +0000</pubDate>
		<dc:creator>ez</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.silentlycrashing.net/blog/?p=146</guid>
		<description><![CDATA[AirXY is a multimedia installation combining real time animation, sensors, haze, light and sound that was conceived for the 2008 Architecture Biennale in Venice. Large-scale screen and floor projections confront and engage visitors passing through the massive space of the¬†Corderie dell‚ÄôArsenale.¬†The screen is a clock and responsive real time capture of the presence of visitors [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://airxy.org">AirXY</a> is a multimedia installation combining real time animation, sensors, haze, light and sound that was conceived for the <a href="http://www.labiennale.org/en/architecture/">2008 Architecture Biennale</a> in Venice.</p>
<p><a class="tt-flickr tt-flickr-Medium" href="http://www.flickr.com/photos/50512780@N00/2756735913/in/set-72157606983066359/"><img class="alignleft thumb" src="http://farm4.static.flickr.com/3084/2756735913_119cb51c54_d.jpg" alt="AirXY_261_anke" width="500" height="333" /></a></p>
<p>Large-scale screen and floor projections confront and engage visitors passing through the massive space of the¬†Corderie dell‚ÄôArsenale.¬†The screen is a clock and responsive real time capture of the presence of visitors while the floor projection gradually reveals a fleeting, ethereal architecture.</p>
<p><a class="tt-flickr tt-flickr-Medium" href="http://www.flickr.com/photos/50512780@N00/2756730967/in/set-72157606983066359/"><img class="alignright thumb" src="http://farm4.static.flickr.com/3186/2756730967_22b6f7120f_d.jpg" alt="AirXY_back_ea" width="500" height="400" /></a></p>
<p>The AirXY facade was implemented by <a href="http://www.smallfly.com">Hugues Bruy?®re</a> and myself. The software is written in C++ using the <a href="http://www.openframeworks.cc">openFrameworks</a> library. The video is captured using 4 infra-red cameras, and is processed using OpenCV and the <a href="http://freeframe.sourceforge.net/">FreeFrame</a> 1.5 video plugin architecture. Rendering is done in traditional OpenGL and using GLSL shaders. The output image is split and output to 2 projectors for display on the screens.</p>
<p><a class="tt-flickr tt-flickr-Medium" href="http://www.flickr.com/photos/50512780@N00/2756739081/in/set-72157606983066359/"><img class="alignnone thumb" src="http://farm4.static.flickr.com/3026/2756739081_90800a435d_d.jpg" alt="AirXY_415_anke" width="500" height="400" /></a></p>
<p>Check out <a href="http://airxy.org">airxy.org</a> for more information.</p>
<p>Conceived by <a href="http://adigard.com/">Erik Adigard</a>, <a href="http://www.madxs.com/">M-A-D</a>/<a href="http://chrissalter.com/">Chris Salter</a><br />
Technical Direction and Lighting :: <a href="http://harrysmoak.com/">Harry Smoak</a><br />
Interaction Development :: <a href="http://www.smallfly.com">Hugues Bruy?®re</a> &amp; Elie Zananiri<br />
Project Management :: Patricia McShane<br />
Special Thanks :: Patrick Harrop, Antonio Cataldo, Mariagiovanna Nuzzi &amp; Thomas Spier</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentlycrashing.net/blog/2008/09/30/airxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Homes updated</title>
		<link>http://www.silentlycrashing.net/blog/2008/09/20/social-homes-updated/</link>
		<comments>http://www.silentlycrashing.net/blog/2008/09/20/social-homes-updated/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 00:57:01 +0000</pubDate>
		<dc:creator>ez</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.silentlycrashing.net/blog/?p=121</guid>
		<description><![CDATA[I&#8217;ve updated the Social Homes plug-in to version 2.3. Based on everyone&#8217;s requests, I added the BlogCatalog, Blogger, BUMPzee, Ma.gnolia, MyBlogLog, reddit, Technorati, and XING services. I also had to put all the services in alphabetical order, so you&#8217;ll need to re-configure the plugin once you update. Get it here.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated the <a href="http://silentlycrashing.net/blog/repository/social-homes/">Social Homes</a> plug-in to version 2.3. Based on everyone&#8217;s requests, I added the <a href="http://www.blogcatalog.com/">BlogCatalog</a>, <a href="http://www.blogger.com/">Blogger</a>, <a href="http://www.bumpzee.com/">BUMPzee</a>, <a href="http://ma.gnolia.com/">Ma.gnolia</a>, <a href="http://www.mybloglog.com/">MyBlogLog</a>, <a href="http://www.reddit.com/">reddit</a>, <a href="http://technorati.com/">Technorati</a>, and <a href="http://www.xing.com/">XING</a> services. I also had to put all the services in alphabetical order, so you&#8217;ll need to re-configure the plugin once you update.</p>
<p>Get it <a href="http://wordpress.org/extend/plugins/social-homes/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentlycrashing.net/blog/2008/09/20/social-homes-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

