
<?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>daniel shiffman &#187; physics</title>
	<atom:link href="http://www.shiffman.net/category/physics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shiffman.net</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 03:00:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>VerletPhysics and Toxiclibs</title>
		<link>http://www.shiffman.net/2010/02/14/verletphysics-and-toxiclibs/</link>
		<comments>http://www.shiffman.net/2010/02/14/verletphysics-and-toxiclibs/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 22:23:30 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[library]]></category>
		<category><![CDATA[nature of code]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[processing.org]]></category>
		<category><![CDATA[toxiclibs]]></category>

		<guid isPermaLink="false">http://www.shiffman.net/?p=546</guid>
		<description><![CDATA[Building off of last week&#8217;s Box2D and Processing post, I have now posted a short tutorial about the physics package in toxiclibs. The force directed graph example is a simplified version of toxi&#8217;s wonderful fidgen project. Link: http://www.shiffman.net/teaching/nature/toxiclibs/]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.shiffman.net/teaching/nature/toxiclibs/"><img src="http://www.shiffman.net/itp/classes/nature/toxiclibs_2010/fdg.jpg"/></a></p>
<p>Building off of last week&#8217;s <a href="http://www.shiffman.net/2010/02/08/box2d-and-processing/">Box2D and Processing</a> post, I have now posted <a href="http://www.shiffman.net/teaching/nature/toxiclibs/">a short tutorial</a> about the physics package in <a href="http://toxiclibs.org/">toxiclibs</a>.   The <a href="http://www.shiffman.net/itp/classes/nature/toxiclibs_2010/forcedirectedgraph">force directed graph example</a> is a simplified version of toxi&#8217;s wonderful <a href="http://code.google.com/p/fidgen/">fidgen</a> project. </p>
<p>Link: <a href="http://www.shiffman.net/teaching/nature/toxiclibs/">http://www.shiffman.net/teaching/nature/toxiclibs/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiffman.net/2010/02/14/verletphysics-and-toxiclibs/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Box2D and Processing</title>
		<link>http://www.shiffman.net/2010/02/08/box2d-and-processing/</link>
		<comments>http://www.shiffman.net/2010/02/08/box2d-and-processing/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 03:03:00 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[box2d]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[nature of code]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[processing.org]]></category>

		<guid isPermaLink="false">http://www.shiffman.net/?p=531</guid>
		<description><![CDATA[&#160; I&#8217;m pleased to announce I&#8217;ve published a first draft of a tutorial about using Box2D in Processing. Tutorial: http://www.shiffman.net/teaching/nature/box2d-processing/ Google code repository: http://code.google.com/p/pbox2d/ I&#8217;m struggling here to figure out whether I&#8217;m (a) creating a Processing Box2D library or (b) &#8230; <a href="http://www.shiffman.net/2010/02/08/box2d-and-processing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.shiffman.net/itp/classes/nature/box2d_2010/boxes.jpg"/>&nbsp; <img src="http://www.shiffman.net/itp/classes/nature/box2d_2010/blob.jpg"/></p>
<p>I&#8217;m pleased to announce I&#8217;ve <a href="http://www.shiffman.net/teaching/nature/box2d-processing/">published a first draft of a tutorial</a> about using <a href="http://www.box2d.org/">Box2D</a> in <a href="http://www.processing.org">Processing</a>. </p>
<p>Tutorial: <a href="http://www.shiffman.net/teaching/nature/box2d-processing/">http://www.shiffman.net/teaching/nature/box2d-processing/</a><br />
Google code repository: <a href="http://code.google.com/p/pbox2d/">http://code.google.com/p/pbox2d/</a></p>
<p>I&#8217;m struggling here to figure out whether I&#8217;m (a) creating a Processing Box2D library or (b) simply creating a tutorial and set of examples piggybacking off of JBox2D.  For now, I&#8217;m doing a little bit of both.  The library is just a few helper functions, but the examples require you to dig into actual Box2D code.  These examples aren&#8217;t nearly as comprehensive as what you&#8217;ll find in the <a href="http://jbox2d.org">JBox2D demos</a>.  It&#8217;s my goal, however, to make the material accessible and easy to use.  Hopefully, with some feedback and more time, I&#8217;ll be able to publish a more sophisticated library and thorough suite of example.  Who knows, maybe no one will ever need any of my previous Nature of Code tutorials any more!</p>
<p>Next up, I&#8217;m planning on creating a few simple examples that use the fantastic and awe-inspiring <a href="http://toxiclibs.org/">toxiclibs</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiffman.net/2010/02/08/box2d-and-processing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

