<?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>Weather the Weather</title>
	<atom:link href="http://myo.cias.rit.edu/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://myo.cias.rit.edu/blog</link>
	<description></description>
	<lastBuildDate>Sun, 17 May 2009 00:46:17 +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>Video from Imagine RIT and Spring Fest</title>
		<link>http://myo.cias.rit.edu/blog/?p=421</link>
		<comments>http://myo.cias.rit.edu/blog/?p=421#comments</comments>
		<pubDate>Sun, 17 May 2009 00:33:07 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://myo.cias.rit.edu/blog/?p=421</guid>
		<description><![CDATA[<div class="hvlog"> <a href="http://myo.cias.rit.edu/Presentation/Compressed.mov" rel="enclosure"> <img src="http://myo.cias.rit.edu/blog/vid.jpg"><br />Weather the Weather in Action</a> </div>
<p>Video Footage from Imagine RIT, and RIT Spring Fest.  Edited by Dan. </p>
<div style="clear: both;"></div>]]></description>
			<content:encoded><![CDATA[<div class="hvlog"> <a href="http://myo.cias.rit.edu/Presentation/Compressed.mov" rel="enclosure"> <img src="http://myo.cias.rit.edu/blog/vid.jpg"><br />Weather the Weather in Action</a> </div>
<p>Video Footage from Imagine RIT, and RIT Spring Fest.  Edited by Dan. </p>
<div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://myo.cias.rit.edu/blog/?feed=rss2&amp;p=421</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://myo.cias.rit.edu/Presentation/Compressed.mov" length="22605941" type="video/quicktime" />
		</item>
		<item>
		<title>Infrared Trackin&#8217;</title>
		<link>http://myo.cias.rit.edu/blog/?p=215</link>
		<comments>http://myo.cias.rit.edu/blog/?p=215#comments</comments>
		<pubDate>Tue, 12 May 2009 00:58:24 +0000</pubDate>
		<dc:creator>Zach</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://myo.cias.rit.edu/blog/?p=215</guid>
		<description><![CDATA[<p>Aight, so I&#8217;m going to go back in time to when I started working on our tracking system. The year is 1923, alcohol is illegal. That must have sucked. Fast forward to 2008. I had a decent tracking system working using color tracking with the JMyron library for processing, a webcam, and glow sticks but decided that it wasn&#8217;t reliable enough because the tracking system kept loosing the points. The distance and angle of the glow stick changed the color that the webcam was seeing.</p>
<p>Infrared seemed like the next logical step. Communication with another team working on New Media Team Project lead to the use of another processing library. Wrj4P5 grabs the image from the infrared camera in a wiimote and tracks ir points in a processing sketch. Combining this with the work I had already done with JMyron resulted in a prototype that was used in a presentation.</p>
<p>What next? Make it work better. I was running into trouble with the wiimote swapping points causing the paddle to flip. I spent some time devising a system that could tell point A from point B. The wiimote assigns the points to an array based on the x and y values of the point starting from the top left corner, so I wrote a class that each paddle end could be assigned to. This class keeps track of its last known point and goes through the wiimote IR points array and its current point is assigned to which ever point is closest to its last point. This seemed to have fixed the flipping problem for the most part. But there was still some funny business going on.</p>
<p>When you point the wands away from the wiimote the sketch loses the point and when it comes back it likes to flip. You can&#8217;t expect the user to be aware of pointing the wand directly at the wiimote. I added some more if statements that check how far the new point is from both ends of the paddle and a boolean that checks if the points array is less then two and thats were we are today, ever closer to a perfected tracking system.</p>
<p>There are still more bugs to be fixed. I tend to be a perfectionist when it comes to my development, especially when I&#8217;m working on something that I am excited about and interested in doing. I will continue to tweak the tracking engine in my spare time until I feel that its done.</p>
<div style="clear: both;"></div>]]></description>
			<content:encoded><![CDATA[<p>Aight, so I&#8217;m going to go back in time to when I started working on our tracking system. The year is 1923, alcohol is illegal. That must have sucked. Fast forward to 2008. I had a decent tracking system working using color tracking with the JMyron library for processing, a webcam, and glow sticks but decided that it wasn&#8217;t reliable enough because the tracking system kept loosing the points. The distance and angle of the glow stick changed the color that the webcam was seeing.</p>
<p>Infrared seemed like the next logical step. Communication with another team working on New Media Team Project lead to the use of another processing library. Wrj4P5 grabs the image from the infrared camera in a wiimote and tracks ir points in a processing sketch. Combining this with the work I had already done with JMyron resulted in a prototype that was used in a presentation.</p>
<p>What next? Make it work better. I was running into trouble with the wiimote swapping points causing the paddle to flip. I spent some time devising a system that could tell point A from point B. The wiimote assigns the points to an array based on the x and y values of the point starting from the top left corner, so I wrote a class that each paddle end could be assigned to. This class keeps track of its last known point and goes through the wiimote IR points array and its current point is assigned to which ever point is closest to its last point. This seemed to have fixed the flipping problem for the most part. But there was still some funny business going on.</p>
<p>When you point the wands away from the wiimote the sketch loses the point and when it comes back it likes to flip. You can&#8217;t expect the user to be aware of pointing the wand directly at the wiimote. I added some more if statements that check how far the new point is from both ends of the paddle and a boolean that checks if the points array is less then two and thats were we are today, ever closer to a perfected tracking system.</p>
<p>There are still more bugs to be fixed. I tend to be a perfectionist when it comes to my development, especially when I&#8217;m working on something that I am excited about and interested in doing. I will continue to tweak the tracking engine in my spare time until I feel that its done.</p>
<div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://myo.cias.rit.edu/blog/?feed=rss2&amp;p=215</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Please Stay Tuned &#8211; Updates Are Coming!</title>
		<link>http://myo.cias.rit.edu/blog/?p=267</link>
		<comments>http://myo.cias.rit.edu/blog/?p=267#comments</comments>
		<pubDate>Mon, 04 May 2009 15:13:03 +0000</pubDate>
		<dc:creator>ira</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://myo.cias.rit.edu/blog/?p=267</guid>
		<description><![CDATA[<p>Now that the initial rush to get to Imagine RIT is over, team MYO will be taking the time to finesse the game details and update this blog with our process work. Pictures and video from the festival will be coming soon, as well as a new website for the game! Please stay tuned <img src='http://myo.cias.rit.edu/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div style="clear: both;"></div>]]></description>
			<content:encoded><![CDATA[<p>Now that the initial rush to get to Imagine RIT is over, team MYO will be taking the time to finesse the game details and update this blog with our process work. Pictures and video from the festival will be coming soon, as well as a new website for the game! Please stay tuned <img src='http://myo.cias.rit.edu/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://myo.cias.rit.edu/blog/?feed=rss2&amp;p=267</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Imagine RIT</title>
		<link>http://myo.cias.rit.edu/blog/?p=263</link>
		<comments>http://myo.cias.rit.edu/blog/?p=263#comments</comments>
		<pubDate>Sun, 03 May 2009 13:40:00 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://myo.cias.rit.edu/blog/?p=263</guid>
		<description><![CDATA[<p>MYO would like to thank everyone that stopped by and watched and/or played <em>Weather the Weather</em>.   Seeing people enjoy our game made all our hard work worth it!  </p>
<div style="clear: both;"></div>]]></description>
			<content:encoded><![CDATA[<p>MYO would like to thank everyone that stopped by and watched and/or played <em>Weather the Weather</em>.   Seeing people enjoy our game made all our hard work worth it!  </p>
<div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://myo.cias.rit.edu/blog/?feed=rss2&amp;p=263</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Music To MYO&#8217;s Ears</title>
		<link>http://myo.cias.rit.edu/blog/?p=253</link>
		<comments>http://myo.cias.rit.edu/blog/?p=253#comments</comments>
		<pubDate>Tue, 28 Apr 2009 19:46:52 +0000</pubDate>
		<dc:creator>krista</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://myo.cias.rit.edu/blog/?p=253</guid>
		<description><![CDATA[<p>Team MYO is fortunate enough to have friends. Seriously, people like us. And we&#8217;re extremely grateful for that! Especially when they help us make great music and sound effects for our game.</p>
<p>Thank you to our <a title="Teo Acosta Illustration" href="http://www.teodorant.com/" target="_blank">illustration</a>, <a href="http://sauersdesign.com/">industrial design</a>, and <a title="WITR" href="http://witr.rit.edu/" target="_blank">radio station</a> friends, as well as <a title="Tom Lipps Music" href="http://www.myspace.com/tomlippsmusic" target="_blank">siblings</a>, for being awesome! <img src='http://myo.cias.rit.edu/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div style="clear: both;"></div>]]></description>
			<content:encoded><![CDATA[<p>Team MYO is fortunate enough to have friends. Seriously, people like us. And we&#8217;re extremely grateful for that! Especially when they help us make great music and sound effects for our game.</p>
<p>Thank you to our <a title="Teo Acosta Illustration" href="http://www.teodorant.com/" target="_blank">illustration</a>, <a href="http://sauersdesign.com/">industrial design</a>, and <a title="WITR" href="http://witr.rit.edu/" target="_blank">radio station</a> friends, as well as <a title="Tom Lipps Music" href="http://www.myspace.com/tomlippsmusic" target="_blank">siblings</a>, for being awesome! <img src='http://myo.cias.rit.edu/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://myo.cias.rit.edu/blog/?feed=rss2&amp;p=253</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where&#8217;s MYO?</title>
		<link>http://myo.cias.rit.edu/blog/?p=250</link>
		<comments>http://myo.cias.rit.edu/blog/?p=250#comments</comments>
		<pubDate>Tue, 28 Apr 2009 19:02:20 +0000</pubDate>
		<dc:creator>krista</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://myo.cias.rit.edu/blog/?p=250</guid>
		<description><![CDATA[<p>Team MYO was excited to find out where we will be during Imagine RIT!</p>
<p>You can join in the fun at <strong>Building 7A, Room 1560!</strong></p>
<div style="clear: both;"></div>]]></description>
			<content:encoded><![CDATA[<p>Team MYO was excited to find out where we will be during Imagine RIT!</p>
<p>You can join in the fun at <strong>Building 7A, Room 1560!</strong></p>
<div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://myo.cias.rit.edu/blog/?feed=rss2&amp;p=250</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Demo Video</title>
		<link>http://myo.cias.rit.edu/blog/?p=246</link>
		<comments>http://myo.cias.rit.edu/blog/?p=246#comments</comments>
		<pubDate>Tue, 28 Apr 2009 18:57:16 +0000</pubDate>
		<dc:creator>krista</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://myo.cias.rit.edu/blog/?p=246</guid>
		<description><![CDATA[<p>Our developers were playing— I mean, <em>working</em> hard when they shot this quick video to show your their progress.</p>
<p><a href="http://cias.rit.edu/~nmtp/nmtp/myo/MyoDemo.mp4">MYO&#8217;s Weather the Weather Demo Video</a></p>
<div style="clear: both;"></div>]]></description>
			<content:encoded><![CDATA[<p>Our developers were playing— I mean, <em>working</em> hard when they shot this quick video to show your their progress.</p>
<p><a href="http://cias.rit.edu/~nmtp/nmtp/myo/MyoDemo.mp4">MYO&#8217;s Weather the Weather Demo Video</a></p>
<div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://myo.cias.rit.edu/blog/?feed=rss2&amp;p=246</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://cias.rit.edu/~nmtp/nmtp/myo/MyoDemo.mp4" length="29433263" type="video/mp4" />
		</item>
		<item>
		<title>Securing Projectors</title>
		<link>http://myo.cias.rit.edu/blog/?p=216</link>
		<comments>http://myo.cias.rit.edu/blog/?p=216#comments</comments>
		<pubDate>Thu, 09 Apr 2009 17:17:30 +0000</pubDate>
		<dc:creator>krista</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://myo.cias.rit.edu/blog/?p=216</guid>
		<description><![CDATA[<p>As of right now, Team MYO is most grateful to our professors, Michelle and Adam, for allowing us to use their projector and screen, respectively.</p>
<p>We are still looking into the option of a short-throw projector, but are happy with what we have.</p>
<p>Color testing and calibration will commence shortly to ensure that the designers&#8217; gorgeous works looks as amazing as they should.</p>
<div style="clear: both;"></div>]]></description>
			<content:encoded><![CDATA[<p>As of right now, Team MYO is most grateful to our professors, Michelle and Adam, for allowing us to use their projector and screen, respectively.</p>
<p>We are still looking into the option of a short-throw projector, but are happy with what we have.</p>
<p>Color testing and calibration will commence shortly to ensure that the designers&#8217; gorgeous works looks as amazing as they should.</p>
<div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://myo.cias.rit.edu/blog/?feed=rss2&amp;p=216</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Have a Location!</title>
		<link>http://myo.cias.rit.edu/blog/?p=397</link>
		<comments>http://myo.cias.rit.edu/blog/?p=397#comments</comments>
		<pubDate>Wed, 08 Apr 2009 03:15:39 +0000</pubDate>
		<dc:creator>ira</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://myo.cias.rit.edu/blog/?p=397</guid>
		<description><![CDATA[<p>We now know where will be presenting our project for Imagine RIT on May 2nd! Building 7A, room 1560. It&#8217;s a nice big room, so we will not need an outer enclosure as previously thought. Instead we plan to build a pretty much ginormous screen for some ridiculous game play. We&#8217;re talking 10&#8242; by 10&#8242;. Huuuuuge, Rochesta, huuuuge.</p>
<p>I&#8217;d say come visit us on May 2nd, except I&#8217;m writing this post-fact. Oh well. <img src='http://myo.cias.rit.edu/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<div style="clear: both;"></div>]]></description>
			<content:encoded><![CDATA[<p>We now know where will be presenting our project for Imagine RIT on May 2nd! Building 7A, room 1560. It&#8217;s a nice big room, so we will not need an outer enclosure as previously thought. Instead we plan to build a pretty much ginormous screen for some ridiculous game play. We&#8217;re talking 10&#8242; by 10&#8242;. Huuuuuge, Rochesta, huuuuge.</p>
<p>I&#8217;d say come visit us on May 2nd, except I&#8217;m writing this post-fact. Oh well. <img src='http://myo.cias.rit.edu/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://myo.cias.rit.edu/blog/?feed=rss2&amp;p=397</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final Paddles</title>
		<link>http://myo.cias.rit.edu/blog/?p=389</link>
		<comments>http://myo.cias.rit.edu/blog/?p=389#comments</comments>
		<pubDate>Wed, 08 Apr 2009 02:56:42 +0000</pubDate>
		<dc:creator>ira</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://myo.cias.rit.edu/blog/?p=389</guid>
		<description><![CDATA[<p>After a bit of discussion the paddles have been finalized! Unfortunately, as it stands now, we are not able to include the extra animations bit we wanted originally, mostly because it would put our dear coders under even more pressure for time. Because of this, some tweaks needed to be made to the original designs, for example, the gloves are now holding on to the strings instead of dangling around, which would have needed to be animated.</p>
<p>We also decided that to keep continuity we should have hands on the paddle for every season. So, I present to you, the final paddle sheet! This has been cut up and handed off to Mike for implementation.</p>
<p><img class="aligncenter size-full wp-image-390" title="finalpaddlesheet" src="http://myo.cias.rit.edu/blog/wp-content/uploads/2009/05/finalpaddlesheet.jpg" alt="finalpaddlesheet" width="550" height="768" /></p>
<p>And this is how they look in their respective seasons:</p>
<p><img class="aligncenter size-full wp-image-394" title="picture-7-2-1" src="http://myo.cias.rit.edu/blog/wp-content/uploads/2009/05/picture-7-2-1.png" alt="picture-7-2-1" width="550" height="414" /></p>
<p><img class="aligncenter size-full wp-image-393" title="picture-5-2-1" src="http://myo.cias.rit.edu/blog/wp-content/uploads/2009/05/picture-5-2-1.png" alt="picture-5-2-1" width="550" height="413" /></p>
<p><img class="aligncenter size-full wp-image-392" title="picture-6-2-1" src="http://myo.cias.rit.edu/blog/wp-content/uploads/2009/05/picture-6-2-1.png" alt="picture-6-2-1" width="550" height="413" /></p>
<p><img class="aligncenter size-full wp-image-391" title="picture-4-3-1" src="http://myo.cias.rit.edu/blog/wp-content/uploads/2009/05/picture-4-3-1.png" alt="picture-4-3-1" width="550" height="413" /></p>
<div style="clear: both;"></div>]]></description>
			<content:encoded><![CDATA[<p>After a bit of discussion the paddles have been finalized! Unfortunately, as it stands now, we are not able to include the extra animations bit we wanted originally, mostly because it would put our dear coders under even more pressure for time. Because of this, some tweaks needed to be made to the original designs, for example, the gloves are now holding on to the strings instead of dangling around, which would have needed to be animated.</p>
<p>We also decided that to keep continuity we should have hands on the paddle for every season. So, I present to you, the final paddle sheet! This has been cut up and handed off to Mike for implementation.</p>
<p><img class="aligncenter size-full wp-image-390" title="finalpaddlesheet" src="http://myo.cias.rit.edu/blog/wp-content/uploads/2009/05/finalpaddlesheet.jpg" alt="finalpaddlesheet" width="550" height="768" /></p>
<p>And this is how they look in their respective seasons:</p>
<p><img class="aligncenter size-full wp-image-394" title="picture-7-2-1" src="http://myo.cias.rit.edu/blog/wp-content/uploads/2009/05/picture-7-2-1.png" alt="picture-7-2-1" width="550" height="414" /></p>
<p><img class="aligncenter size-full wp-image-393" title="picture-5-2-1" src="http://myo.cias.rit.edu/blog/wp-content/uploads/2009/05/picture-5-2-1.png" alt="picture-5-2-1" width="550" height="413" /></p>
<p><img class="aligncenter size-full wp-image-392" title="picture-6-2-1" src="http://myo.cias.rit.edu/blog/wp-content/uploads/2009/05/picture-6-2-1.png" alt="picture-6-2-1" width="550" height="413" /></p>
<p><img class="aligncenter size-full wp-image-391" title="picture-4-3-1" src="http://myo.cias.rit.edu/blog/wp-content/uploads/2009/05/picture-4-3-1.png" alt="picture-4-3-1" width="550" height="413" /></p>
<div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://myo.cias.rit.edu/blog/?feed=rss2&amp;p=389</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
