<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Computational Media Final</title>
      <link>http://itp.nyu.edu/~cb1591/CompMediaFinal/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2006</copyright>
      <lastBuildDate>Fri, 08 Dec 2006 18:53:49 +0000</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Finished ICM Final.....</title>
         <description><![CDATA[<p><img alt="image44.jpg" src="http://itp.nyu.edu/~cb1591/CompMediaFinal/images/image44.jpg" width="400" height="266" /></p>

<p><br />
Well, last night I finished the code for pulling me around the room.  I didn't think it would work when using both the X and Y axis but I figured out a way to set a "threshold" so once the values were greater than the "threshold" in a certain axis it will continue in that direction.  With a little tweaking, it works really well now.  Here is the <a href="http://itp.nyu.edu/~cb1591/CompMediaFinal/Final_Rope.pde">code</a>.</p>

<p>Actually, what I would like to do is make my images much larger.  I orginally tried using images that were about 1000 wide and 667 high, and I would run out of memory.  I would get an error called a Java Heap Space error.  So I am currently using much smaller images and it works great, but I don't think it is as effective with such small images.  Maybe I'll find a work around after I get the accelerometer working for P-Comp.</p>

<p>UPDATE:  All i had to do is use the updated version of Processing 123 and it works great with large images.</p>]]></description>
         <link>http://itp.nyu.edu/~cb1591/CompMediaFinal/2006/12/finished_icm_final.html</link>
         <guid>http://itp.nyu.edu/~cb1591/CompMediaFinal/2006/12/finished_icm_final.html</guid>
         <category></category>
         <pubDate>Fri, 08 Dec 2006 18:53:49 +0000</pubDate>
      </item>
            <item>
         <title>Progress......</title>
         <description><![CDATA[<p>For my final i've decided on using a SMS sensor in my Mac Book to make it seem like you are tossing me around a room by shaking my laptop.  So far I have the X-axis working but the idea won't really work unless I build something for the laptop to sit in and always some back to center before the user shifts the laptop.  So far here is the <a href="http://itp.nyu.edu/~cb1591/CompMedia/Final_images2.pde">code</a>.</p>

<p>I order to accelerometers inorder to possibly use that instead of my computer.  This way I can build something that a user can really physically move a contraption without breaking an expensive computer. </p>]]></description>
         <link>http://itp.nyu.edu/~cb1591/CompMediaFinal/2006/11/progress.html</link>
         <guid>http://itp.nyu.edu/~cb1591/CompMediaFinal/2006/11/progress.html</guid>
         <category></category>
         <pubDate>Wed, 29 Nov 2006 15:59:44 +0000</pubDate>
      </item>
            <item>
         <title>Computational Media Final Project - &quot;Pull a Christian&quot;</title>
         <description><![CDATA[<p>My final project will be throwing me around a room using the built in <a href="http://docs.info.apple.com/article.html?artnum=300781">SMS sensor</a> in the macbooks.  <br />
<img alt="axes.jpg" src="http://itp.nyu.edu/~cb1591/CompMediaFinal/images/axes.jpg" width="160" height="116" /><br />
I would like to do something similar to my <a href="http://itp.nyu.edu/~cb1591/ICM/graphic/equalizer_16wEqualizer2.pde">Human Graphic Equalizer</a><br />
<img alt="HEqualizer.jpg" src="http://itp.nyu.edu/~cb1591/CompMediaFinal/images/HEqualizer.jpg" width="500" height="185" /><br />
Where you will use the data being read from the SMS sensor to throw me around a room.  I know it will get a little to complicated if the user will has the ability to tilt the computer at any angle or direction, so I'm also thinking of building an enclosure to put the computer which will limit the tilt to only the X and Y axes.  </p>

<p>In order to execute this I'm will be using <a href="http://www.shiffman.net/p5/sms">Dan Shiffman's</a> SMS library along with his sample code:<br />
import sms.*;</p>

<p>void setup() {<br />
  size(200,200);<br />
}</p>

<p>void draw() {<br />
  int[] vals = Unimotion.getSMSArray();<br />
  println(vals[0] + " " + vals[1] + " " + vals[2]);<br />
}</p>

<p>Which reads the values of the X, Y and Z axes.</p>]]></description>
         <link>http://itp.nyu.edu/~cb1591/CompMediaFinal/2006/11/computational_media_final_proj.html</link>
         <guid>http://itp.nyu.edu/~cb1591/CompMediaFinal/2006/11/computational_media_final_proj.html</guid>
         <category></category>
         <pubDate>Sun, 12 Nov 2006 22:05:08 +0000</pubDate>
      </item>
      
   </channel>
</rss>

