<?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>Seth Sandler&#187; demo</title>
	<atom:link href="http://sethsandler.com/tag/demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://sethsandler.com</link>
	<description>Just another abstract, thought, art, code, and multitouch weblog</description>
	<lastBuildDate>Fri, 27 Jan 2012 00:12:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Introducing AS3 Multitouch Gesture Demo Application/Utility</title>
		<link>http://sethsandler.com/software/introducing-as3-multitouch-gesture-demo-applicationutility/</link>
		<comments>http://sethsandler.com/software/introducing-as3-multitouch-gesture-demo-applicationutility/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:26:19 +0000</pubDate>
		<dc:creator>SethSandler</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gesture]]></category>
		<category><![CDATA[multitouch]]></category>
		<category><![CDATA[TouchGesture]]></category>

		<guid isPermaLink="false">http://sethsandler.com/?p=656</guid>
		<description><![CDATA[<p style="text-align: left;">On my last project I had to use a gesture to initiate an event. Due to this, I recently started experimenting in creating a simple multitouch version of some gesture engines that are available. I&#8217;ve come across three that are already available in AS3 and chose to start with the $1 gesture algorithm <a href="http://depts.washington.edu/aimgroup/proj/dollar/" target="_blank">http://depts.washington.edu/aimgroup/proj/dollar/</a>. It only seems fitting to start with this one since Andy Wilson of microsoft research (and many multitouch devices) had a hand in it&#8217;s development.</p>
<p style="text-align: center;"><img class="aligncenter" title="gestureDemo" src="/wp-content/uploads/2009/10/gestureDemo.JPG" alt=" Introducing AS3 Multitouch Gesture Demo Application/Utility" width="654" height="482" /></p>
<p>Like most algorithms, this one matches points drawn with a template that&#8217;s already stored. After the gesture is finished, it is matched up against templates in the database and given a percentage of how much it matched it&#8217;s closest template </p>]]></description>
		<wfw:commentRss>http://sethsandler.com/software/introducing-as3-multitouch-gesture-demo-applicationutility/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Flocking around with AS3 and Multitouch</title>
		<link>http://sethsandler.com/software/flocking-as3/</link>
		<comments>http://sethsandler.com/software/flocking-as3/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 20:31:53 +0000</pubDate>
		<dc:creator>SethSandler</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[boids]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flocking]]></category>
		<category><![CDATA[multitouch]]></category>

		<guid isPermaLink="false">http://sethsandler.com/?p=548</guid>
		<description><![CDATA[<p style="text-align: left;">For a while I&#8217;ve been interested in <a href="http://en.wikipedia.org/wiki/Emergence" target="_blank">emergent behavior</a> where simple rules can create complex behavior. One of the most known examples of such behavior is <a href="http://www.red3d.com/cwr/index.html">Craig Reynolds</a> &#8216;boids&#8217; where a few simple rules can recreate the flocking behavior of birds.</p>
<p style="text-align: center;"><a rel="shadowbox height=640;width=800" href="http://static.sethsandler.com/wp-content/uploads/2009/07/Boids.swf"> <img class="aligncenter" title="boids" src="http://sethsandler.com/wp-content/uploads/2009/07/boids1.jpg" alt="boids1 Flocking around with AS3 and Multitouch"  /></a></p>
<p style="text-align: left;">I recently came across a great and clean example of some boids code by <a href="http://blog.soulwire.co.uk/flash/actionscript-3/as3-flocking-steering-behaviors/">soulwire</a> (make sure to check out his whole site; it&#8217;s great). Since we&#8217;ve seen various examples of this behavior on multitouch tables (like on the iBar), I decided to add some basic touch support to soulwire&#8217;s example. So, now we have it&#8230;multitouchable boids!<a rel="shadowbox height=640;width=800" href="http://static.sethsandler.com/wp-content/uploads/2009/07/Boids.swf"><br />
</a><span id="more-548"></span></p>
<p style="text-align: left;">Right now, the demo only supports multitouch (TUIO), but mouse interaction can be easily added back in. I&#8217;ve purposely left this demo </p>]]></description>
		<wfw:commentRss>http://sethsandler.com/software/flocking-as3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: sethsandler.com @ 2012-02-04 09:42:53 by W3 Total Cache -->
