<?xml version="1.0" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Marc ten Bosch</title>
    <link>http://marctenbosch.com/</link>
    <description>News Feed</description>
    <language>en-us</language>

	  <item>
		  <title>Whole site revamp</title>
		  <link>http://marctenbosch.com/</link>
		  <description>
			  I updated the whole site.
		  </description>
	  </item>

    <item>
      <title>Physics Engine</title>
      <link>http://marctenbosch.com/projects_rigidbody.html</link>
      <description>
        Demo is up.
      </description>
    </item>

    <item>
      <title>New feed</title>
      <link>http://feeds.feedburner.com/marctenbosch</link>
      <description>
        New feed address: http://feeds.feedburner.com/marctenbosch
      </description>
    </item>
    
    <item>
      <title>Physics Engine</title>
      <link>http://marctenbosch.com/projects_rigidbody.html</link>
      <description>
        I rewrote my physics engine and some implementation notes that you can take a look at in case you're having trouble understanding the way impulses are computed in the paper.
        In the end, I think writing out impulses is much cleaner this way, without all the cross products lying around. Demo comming soon.
      </description>
    </item>

    <item>
      <title>Can i haz RSS?</title>
      <link>http://marctenbosch.com/</link>
      <description>
        Finally starting the news feed. It was about time, given that I almost exclusively use Google Reader now.
        I'll go old school and write it by hand, let's hope that works out.
      </description>
    </item>

  </channel>
</rss>