<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: iPhone - Yellowtail</title>
	<atom:link href="http://leebyron.com/how/2008/08/31/iphone-yellowtail/feed/" rel="self" type="application/rss+xml" />
	<link>http://leebyron.com/how/2008/08/31/iphone-yellowtail/</link>
	<description>The process work of Lee Byron</description>
	<pubDate>Tue, 06 Jan 2009 22:49:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff W</title>
		<link>http://leebyron.com/how/2008/08/31/iphone-yellowtail/comment-page-1/#comment-402</link>
		<dc:creator>Jeff W</dc:creator>
		<pubDate>Thu, 18 Dec 2008 14:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://leebyron.com/how/2008/08/31/iphone-yellowtail/#comment-402</guid>
		<description>I gotta admit, I havent worked with C++ since college so I'm lost with all of the technical stuff but that video is pretty damn cool!</description>
		<content:encoded><![CDATA[<p>I gotta admit, I havent worked with C++ since college so I&#8217;m lost with all of the technical stuff but that video is pretty damn cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://leebyron.com/how/2008/08/31/iphone-yellowtail/comment-page-1/#comment-373</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Mon, 27 Oct 2008 00:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://leebyron.com/how/2008/08/31/iphone-yellowtail/#comment-373</guid>
		<description>Hey, this looks very cool! Have you come further with the release of the code? Would love to give it a look.</description>
		<content:encoded><![CDATA[<p>Hey, this looks very cool! Have you come further with the release of the code? Would love to give it a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Byron</title>
		<link>http://leebyron.com/how/2008/08/31/iphone-yellowtail/comment-page-1/#comment-344</link>
		<dc:creator>Lee Byron</dc:creator>
		<pubDate>Tue, 02 Sep 2008 04:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://leebyron.com/how/2008/08/31/iphone-yellowtail/#comment-344</guid>
		<description>vade &#038; Zach,

You certainly could use Objective C instead of C++, there is no performance hit for choosing either one to my knowledge.

My personal benefit is that I am not very comfortable with writing Objective C, and C++ is more homey to me. Add on to that many of my previous apps that I'd like to port to the iPhone are in C++, there are tons of libraries available in C++ and to top if off there is a big community of interactive art hackers that I'm appealing to with this (openFrameworks).

You certainly could make this exact same thing without touching C++.

Perhaps the point is that the flexibility to choose between the languages (or mix them) lets me work the way I like!</description>
		<content:encoded><![CDATA[<p>vade &#038; Zach,</p>
<p>You certainly could use Objective C instead of C++, there is no performance hit for choosing either one to my knowledge.</p>
<p>My personal benefit is that I am not very comfortable with writing Objective C, and C++ is more homey to me. Add on to that many of my previous apps that I&#8217;d like to port to the iPhone are in C++, there are tons of libraries available in C++ and to top if off there is a big community of interactive art hackers that I&#8217;m appealing to with this (openFrameworks).</p>
<p>You certainly could make this exact same thing without touching C++.</p>
<p>Perhaps the point is that the flexibility to choose between the languages (or mix them) lets me work the way I like!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://leebyron.com/how/2008/08/31/iphone-yellowtail/comment-page-1/#comment-343</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Tue, 02 Sep 2008 03:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://leebyron.com/how/2008/08/31/iphone-yellowtail/#comment-343</guid>
		<description>Cool stuff. But I'll also ask: Why not Obj-C?</description>
		<content:encoded><![CDATA[<p>Cool stuff. But I&#8217;ll also ask: Why not Obj-C?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnny0</title>
		<link>http://leebyron.com/how/2008/08/31/iphone-yellowtail/comment-page-1/#comment-342</link>
		<dc:creator>johnny0</dc:creator>
		<pubDate>Mon, 01 Sep 2008 21:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://leebyron.com/how/2008/08/31/iphone-yellowtail/#comment-342</guid>
		<description>OK, that is sweet, especially with the multitouch.

Yellowtail could make a interesting signature verifier since it records both shape and speed.

How about some variants?  It would be interesting to see things bounce off each other.  Or closed shapes stay in place.  Or draw a circle (or any closed shape), and then things drawn *in* that circle stay within it.  Call it YellowCell...

Anyway, looking forward to draining my battery soon. :)</description>
		<content:encoded><![CDATA[<p>OK, that is sweet, especially with the multitouch.</p>
<p>Yellowtail could make a interesting signature verifier since it records both shape and speed.</p>
<p>How about some variants?  It would be interesting to see things bounce off each other.  Or closed shapes stay in place.  Or draw a circle (or any closed shape), and then things drawn *in* that circle stay within it.  Call it YellowCell&#8230;</p>
<p>Anyway, looking forward to draining my battery soon. <img src='http://leebyron.com/how/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vade</title>
		<link>http://leebyron.com/how/2008/08/31/iphone-yellowtail/comment-page-1/#comment-341</link>
		<dc:creator>vade</dc:creator>
		<pubDate>Mon, 01 Sep 2008 07:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://leebyron.com/how/2008/08/31/iphone-yellowtail/#comment-341</guid>
		<description>Out of curiosity, why would I not want to use Cocoa?/OBJ-C ?</description>
		<content:encoded><![CDATA[<p>Out of curiosity, why would I not want to use Cocoa?/OBJ-C ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
