<?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>Barely Concealed Narcissism &#187; flickr</title>
	<atom:link href="http://www.gaboosh.com/blog/tag/flickr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gaboosh.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 13:49:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quartz Composer Flickr Screen Saver</title>
		<link>http://www.gaboosh.com/blog/2009/02/quartz-composer-flickr-screen-saver/</link>
		<comments>http://www.gaboosh.com/blog/2009/02/quartz-composer-flickr-screen-saver/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 19:15:18 +0000</pubDate>
		<dc:creator>gaboosh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Motion]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[quartz composer]]></category>

		<guid isPermaLink="false">http://www.gaboosh.com/blog/?p=148</guid>
		<description><![CDATA[
Decided to open up Quartz Composer the other day for the first time. Pretty sweet.
After a little playing around I came up with an extremely basic screen saver idea that floats three cubes around your screen, displaying the first 18 images from a given Flickr RSS feed. You can change the feed to whichever you&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gaboosh.com/download/FlickrCubeScreenSaver.zip"><img class="aligncenter size-full wp-image-149" title="qc_flickr_ss" src="http://www.gaboosh.com/blog/wp-content/uploads/2009/02/qc_flickr_ss.jpg" alt="qc_flickr_ss" width="400" height="295" /></a></p>
<p>Decided to open up <a href="http://developer.apple.com/graphicsimaging/quartz/quartzcomposer.html" target="_blank">Quartz Composer</a> the other day for the first time. Pretty sweet.</p>
<p>After a little playing around I came up with an extremely <a href="http://www.gaboosh.com/download/FlickrCubeScreenSaver.zip">basic screen saver</a> idea that floats three cubes around your screen, displaying the first 18 images from a given <a href="http://flickr.com/services/feeds/docs/photos_public/" target="_blank">Flickr RSS feed</a>. You can change the feed to whichever you&#8217;d like; the default is <a href="http://api.flickr.com/services/feeds/photos_public.gne?id=35137304@N00&amp;lang=en-us&amp;format=rss_200" target="_blank">mine</a>.</p>
<p>Included my patch macros, below. If you have any thoughts, please let me know– I&#8217;m extremely eager to get better at this.</p>
<p><span id="more-148"></span></p>
<p style="text-align: center;">
<div id="attachment_150" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.gaboosh.com/blog/wp-content/uploads/2009/02/rootmacropatch.png"><img class="size-full wp-image-150" title="rootmacropatch" src="http://www.gaboosh.com/blog/wp-content/uploads/2009/02/rootmacropatch.png" alt="Root Macro Patch" width="300" height="231" /></a><p class="wp-caption-text">Root Macro Patch</p></div>
<div id="attachment_154" class="wp-caption aligncenter" style="width: 268px"><a href="http://www.gaboosh.com/blog/wp-content/uploads/2009/02/cuberotatingpatch.png"><img class="size-medium wp-image-154" title="cuberotatingpatch" src="http://www.gaboosh.com/blog/wp-content/uploads/2009/02/cuberotatingpatch-258x300.png" alt="Controlling cube position" width="258" height="300" /></a><p class="wp-caption-text">Controlling cube position</p></div>
<div id="attachment_151" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.gaboosh.com/blog/wp-content/uploads/2009/02/timersamplerpatch.png"><img class="size-medium wp-image-151" title="timersamplerpatch" src="http://www.gaboosh.com/blog/wp-content/uploads/2009/02/timersamplerpatch-300x280.png" alt="Timed Sampler Patch" width="300" height="280" /></a><p class="wp-caption-text">Timed Sampler Patch</p></div>
<div id="attachment_153" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.gaboosh.com/blog/wp-content/uploads/2009/02/cubeinsidespatch.png"><img class="size-medium wp-image-153" title="cubeinsidespatch" src="http://www.gaboosh.com/blog/wp-content/uploads/2009/02/cubeinsidespatch-300x266.png" alt="Passing Flickr RSS to parsers which output images to cube sides" width="300" height="266" /></a><p class="wp-caption-text">Passing Flickr RSS to parsers which output images to cube sides</p></div>
<div id="attachment_152" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.gaboosh.com/blog/wp-content/uploads/2009/02/flickrxmlparserpatch.png"><img class="size-medium wp-image-152" title="flickrxmlparserpatch" src="http://www.gaboosh.com/blog/wp-content/uploads/2009/02/flickrxmlparserpatch-300x171.png" alt="Flickr RSS Parser which downloads the thumbnail and passes to output" width="300" height="171" /></a><p class="wp-caption-text">Flickr RSS Parser which downloads the thumbnail and passes to output</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.gaboosh.com/blog/2009/02/quartz-composer-flickr-screen-saver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
