<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Privateer - the game</title>
	<atom:link href="http://privateergame.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://privateergame.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 03 Nov 2008 10:07:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='privateergame.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Privateer - the game</title>
		<link>http://privateergame.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://privateergame.wordpress.com/osd.xml" title="Privateer - the game" />
	<atom:link rel='hub' href='http://privateergame.wordpress.com/?pushpress=hub'/>
		<item>
		<title>OpenGL ES 2.0 &#8230; learning about shaders</title>
		<link>http://privateergame.wordpress.com/2008/11/03/opengl-es-20-learning-about-shaders/</link>
		<comments>http://privateergame.wordpress.com/2008/11/03/opengl-es-20-learning-about-shaders/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 10:04:55 +0000</pubDate>
		<dc:creator>privateergame</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://privateergame.wordpress.com/2008/11/03/opengl-es-20-learning-about-shaders/</guid>
		<description><![CDATA[Yeah, I know, I am behind the times, but I tended to use the fixed pipeline when I made things with OpenGL and never got around to learning about shaders. Now, the iPhone and other, new mobile phones have appeared, with them saying &#8216;OpenGL ES 2.0 compliant&#8217; in their tech specs. The Pandora is also [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=privateergame.wordpress.com&amp;blog=5325664&amp;post=14&amp;subd=privateergame&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yeah, I know, I am behind the times, but I tended to use the fixed pipeline when I made things with OpenGL and never got around to learning about shaders. Now, the iPhone and other, new mobile phones have appeared, with them saying &#8216;OpenGL ES 2.0 compliant&#8217; in their tech specs. The Pandora is also capable of this, so I figured it was about time to learn what all the new fangled stuff is about.</p>
<p>Amazon kindly delivered the Addison-Wesley guide for it yesterday and I&#8217;ve read a little of it so far. OpenGl 2.0 (ogl) had both a backward-compatible fixed pipeline and the dynamic pipeline, and applications and games used one or the other of these. OpenGL ES (egl) is aimed at the mobile market, and for good reason, only supports the dynamic pipeline.</p>
<p>From reading the 4-page &#8216;Hello Triangle&#8217; application, it seems that the basic change from a normal fixed pipeline is that you set up a &#8216;program&#8217;, a vertex shader (works before gl primitives &#8211; tris, polygons &#8211; are calculated) and a fragment shader (primarly dealing with colour and shading work after the primitives and base is done). The two shaders are bound to the program. So not too formidable so far.</p>
<p>However, the shading language itself is mostly unintuitive due to its use of undeclared globals (certain important variables exist, that you simply just have to know what they do and what they are for.) I&#8217;m certain that with a bit more time hacking away with this, it will be more clear.</p>
<p>All in all, I am still reasonable confident that using egl for the graphics of what I am trying to do is a good thing, even if I have to learn it as I go <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/privateergame.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/privateergame.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/privateergame.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/privateergame.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/privateergame.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/privateergame.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/privateergame.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/privateergame.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/privateergame.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/privateergame.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/privateergame.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/privateergame.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/privateergame.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/privateergame.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=privateergame.wordpress.com&amp;blog=5325664&amp;post=14&amp;subd=privateergame&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://privateergame.wordpress.com/2008/11/03/opengl-es-20-learning-about-shaders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb5145445ddda9f11b3e8cabe0910d5f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">privateergame</media:title>
		</media:content>
	</item>
		<item>
		<title>Physics engine is running :)</title>
		<link>http://privateergame.wordpress.com/2008/10/27/physics-engine-is-running/</link>
		<comments>http://privateergame.wordpress.com/2008/10/27/physics-engine-is-running/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 19:29:00 +0000</pubDate>
		<dc:creator>privateergame</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://privateergame.wordpress.com/2008/10/27/physics-engine-is-running/</guid>
		<description><![CDATA[Want to see a screenshot of how the game is coming? Well, this is the first one! http://pastebin.com/f69317261 x y angle 0.00 3.99 0.01 0.00 3.94 0.02 0.00 3.87 0.03 0.01 3.74 0.04 0.01 3.61 0.04 0.01 3.40 0.05 0.01 3.22 0.06 0.01 2.93 0.07 0.01 2.60 0.08 0.01 2.32 0.09 &#8230;. &#8230;. 2.44 -98.01 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=privateergame.wordpress.com&amp;blog=5325664&amp;post=7&amp;subd=privateergame&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Want to see a screenshot of how the game is coming? Well, this is the first one!</p>
<p><a href="http://pastebin.com/f69317261">http://pastebin.com/f69317261</a></p>
<p>x    y    angle<br />
0.00 3.99 0.01<br />
0.00 3.94 0.02<br />
0.00 3.87 0.03<br />
0.01 3.74 0.04<br />
0.01 3.61 0.04<br />
0.01 3.40 0.05<br />
0.01 3.22 0.06<br />
0.01 2.93 0.07<br />
0.01 2.60 0.08<br />
0.01 2.32 0.09<br />
&#8230;.<br />
&#8230;.<br />
2.44 -98.01 0.00<br />
2.52 -98.01 0.00<br />
2.57 -98.01 0.00<br />
2.63 -98.01 0.00<br />
2.68 -98.01 0.00<br />
2.70 -98.01 0.00<br />
2.73 -98.01 0.00<br />
2.75 -98.01 0.00<br />
2.75 -98.01 0.00</p>
<p>Pretty sexy, huh?</p>
<p>Okay, so it&#8217;s not terribly exciting. Suffice it to say that this is a test box being dropped, with a small initial impulse, just to rotate it a little and give it a little side velocity to check friction/sliding. It comes to rest at -98 which is pretty much as intended (world is 100,100 to -100,-100 with a 2 unit wide barrier round all the edges.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/privateergame.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/privateergame.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/privateergame.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/privateergame.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/privateergame.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/privateergame.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/privateergame.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/privateergame.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/privateergame.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/privateergame.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/privateergame.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/privateergame.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/privateergame.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/privateergame.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=privateergame.wordpress.com&amp;blog=5325664&amp;post=7&amp;subd=privateergame&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://privateergame.wordpress.com/2008/10/27/physics-engine-is-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb5145445ddda9f11b3e8cabe0910d5f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">privateergame</media:title>
		</media:content>
	</item>
		<item>
		<title>Heat and Sentry mechanics</title>
		<link>http://privateergame.wordpress.com/2008/10/27/heat-and-sentry-mechanics/</link>
		<comments>http://privateergame.wordpress.com/2008/10/27/heat-and-sentry-mechanics/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 12:45:00 +0000</pubDate>
		<dc:creator>privateergame</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://privateergame.wordpress.com/2008/10/27/heat-and-sentry-mechanics/</guid>
		<description><![CDATA[Heat I want to explore how to use heat and heat transfer in this game. My current thinking for a (non-environmental) source of heat is the grapple &#8211; grapple something -&#62; button press to heat it up. Some &#8216;ore&#8217; will be heat-sensitive &#8211; too hot or too cold will damage it. Some areas will have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=privateergame.wordpress.com&amp;blog=5325664&amp;post=6&amp;subd=privateergame&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight:bold;">Heat</span></p>
<p>I want to explore how to use heat and heat transfer in this game. My current thinking for a (non-environmental) source of heat is the grapple &#8211; grapple something -&gt; button press to heat it up.
<ul>
<li>Some &#8216;ore&#8217; will be heat-sensitive &#8211; too hot or too cold will damage it.</li>
<li>Some areas will have a latent temperature</li>
<li>Some level vegetation/amoebas/etc can be ignited by a hot rock</li>
<li>Some areas are unstable and will explode on heat</li>
<li>Areas can be blocked by ice/fire unreachable by the grapple &#8211; limited puzzle possibility</li>
</ul>
<p><span style="font-weight:bold;">Side-effects of heat on the ship</span></p>
<p>Ideas: (hot &gt;&gt; AMBIENT_T &gt;&gt; cold)
<ul>
<li>A hot ship leads to weaker propulsion</li>
<li>A hot ship is easy to spot by IR sentry guns (see later)</li>
<li>A hot ship can damage &#8216;ice&#8217; ore that it grapples</li>
<li>A cold ship responds slowly (delay til thrusting jets ignite)</li>
<li>A cold ship can get stuck to likewise cold objects</li>
</ul>
<p><span style="font-weight:bold;">Sentry guns</span></p>
<p>Base game type is for a person to reach a certain level of refined and stored in their base, but refined ore can be used to make gun defences to defend the base (or repair the refinery, should it be damaged.)</p>
<p>Gun types
<ul>
<li>IR guns &#8211; shoots at the hottest thing it can see.</li>
<ul>
<li>Distract with a hot boulder, or intentionally cool the ship to pass it by</li>
</ul>
<li>Jet detector &#8211; shoots at the vapour created by manouvering thrusters</li>
<ul>
<li>Don&#8217;t use jets &#8211; grapple between moving asteroids, or fling ship past gun</li>
</ul>
<li>Motion detector &#8211; shoots at the fastest thing it can see</li>
<ul>
<li>Move very slowly&#8230;.</li>
</ul>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/privateergame.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/privateergame.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/privateergame.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/privateergame.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/privateergame.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/privateergame.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/privateergame.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/privateergame.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/privateergame.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/privateergame.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/privateergame.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/privateergame.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/privateergame.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/privateergame.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=privateergame.wordpress.com&amp;blog=5325664&amp;post=6&amp;subd=privateergame&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://privateergame.wordpress.com/2008/10/27/heat-and-sentry-mechanics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb5145445ddda9f11b3e8cabe0910d5f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">privateergame</media:title>
		</media:content>
	</item>
		<item>
		<title>Chipmunk vs. Box2D</title>
		<link>http://privateergame.wordpress.com/2008/10/27/chipmunk-vs-box2d/</link>
		<comments>http://privateergame.wordpress.com/2008/10/27/chipmunk-vs-box2d/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 09:43:00 +0000</pubDate>
		<dc:creator>privateergame</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://privateergame.wordpress.com/2008/10/27/chipmunk-vs-box2d/</guid>
		<description><![CDATA[(Just my observations) Chipmunk Nice lightweight 2D physics solver, based on a Euler style integration under the hood (beware of implementing springs!) Written in C, and does use C-style function callbacks which proved to be a headache for me trying to add it into a C++ framework. I&#8217;m sure it can be done, but I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=privateergame.wordpress.com&amp;blog=5325664&amp;post=5&amp;subd=privateergame&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(Just my observations)</p>
<p>Chipmunk</p>
<p>Nice lightweight 2D physics solver, based on a Euler style integration under the hood (beware of implementing springs!)  Written in C, and does use C-style function callbacks which proved to be a headache for me trying to add it into a C++ framework. I&#8217;m sure it can be done, but I found it too difficult to do, with my limited C-in-C++ skillz.</p>
<p>The demos run well, and the collision solver seems to be very fast indeed &#8211; from reading on the forums, it uses a spacial hash mechanism to handle this, and does look very shiny indeed. However, the documentation for the library is a bit sparse, it lacks a really good helloworld, and for my needs, a little more infomation on how to inject it into a C++ program would have been handy.</p>
<p>Box2D</p>
<p>This was the inspiration for the Chipmunk library (afaik) and is a less lightweight, C++ 2D solver. I haven&#8217;t peeked under the hood of the code yet, but the fact that it uses a constant time-step suggests that it too is a Euler based solver. It boasts some nice tricks such as a &#8216;bullet&#8217; flag for dynamic bodies (sweeps the area covered by fast moving objects for collision testing), resting body optimisation, option for the centre of mass to be derived from shape and density, and a built in way to attach user pointers to an object (for per-object data).</p>
<p>The documentation is good, the build feels solid with an excellent testsuite and helloworld examples. The final feature that showed the maturity of the library, was that there was a (fast, ~ log n) inbuilt method for returning the objects within a viewport of the world &#8211; perfect for a scrolling viewport, which I happen to need <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Conclusion</p>
<p>Box2D has the features I need, in a well-documented enough manner that enabled me to add it to my skeleton code (C++), with the hooks I need to add in the other features I need (heat + heat conductivity).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/privateergame.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/privateergame.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/privateergame.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/privateergame.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/privateergame.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/privateergame.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/privateergame.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/privateergame.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/privateergame.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/privateergame.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/privateergame.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/privateergame.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/privateergame.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/privateergame.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=privateergame.wordpress.com&amp;blog=5325664&amp;post=5&amp;subd=privateergame&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://privateergame.wordpress.com/2008/10/27/chipmunk-vs-box2d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb5145445ddda9f11b3e8cabe0910d5f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">privateergame</media:title>
		</media:content>
	</item>
		<item>
		<title>Physics engine &#8211; 2D</title>
		<link>http://privateergame.wordpress.com/2008/10/25/physics-engine-2d/</link>
		<comments>http://privateergame.wordpress.com/2008/10/25/physics-engine-2d/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 23:14:00 +0000</pubDate>
		<dc:creator>privateergame</dc:creator>
				<category><![CDATA[physics]]></category>

		<guid isPermaLink="false">http://privateergame.wordpress.com/2008/10/25/physics-engine-2d/</guid>
		<description><![CDATA[Game PhysicsI am not to fussed about tapping into the full 3D wonderfulness that is the OpenGL ES 2.0 support on the Pandora board, and besides, I do prefer a good top-down 2D game anyday So, while ODE is nice, yet complicated and seems to have a steep learning curve, it does too much; It [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=privateergame.wordpress.com&amp;blog=5325664&amp;post=4&amp;subd=privateergame&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight:bold;">Game Physics</span><br />I am not to fussed about tapping into the full 3D wonderfulness that is the OpenGL ES 2.0 support on the Pandora board, and besides, I do prefer a good top-down 2D game anyday <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So, while <a href="http://opende.sourceforge.net/">ODE</a> is nice, yet complicated and seems to have a steep learning curve, it does too much; It is a 3D physics solver, and <a href="http://opende.sourceforge.net/mediawiki-1.6.10/index.php/HOWTO_constrain_objects_to_2d">extra work would need to be done to constrain it to 2D</a></p>
<p>So, I looked around for an open source, straightforward 2D solver. And what did I find? The shiny, <a href="http://wiki.slembcke.net/main/published/Chipmunk">Chipmonk library</a>. Small, and covers all the main physics I need it to (momentum, moments and constraints) this looks ideal. The demos run smoothly enough, and it definitely looks like the prime candidate for my use. The documentation is mostly helpful, (could use some better parameter documentation though) and the demos cover a lot of what most people might need. Running code can be the best documentation after all.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/privateergame.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/privateergame.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/privateergame.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/privateergame.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/privateergame.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/privateergame.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/privateergame.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/privateergame.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/privateergame.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/privateergame.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/privateergame.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/privateergame.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/privateergame.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/privateergame.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=privateergame.wordpress.com&amp;blog=5325664&amp;post=4&amp;subd=privateergame&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://privateergame.wordpress.com/2008/10/25/physics-engine-2d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb5145445ddda9f11b3e8cabe0910d5f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">privateergame</media:title>
		</media:content>
	</item>
		<item>
		<title>Basic Ideas &#8211; diagrams</title>
		<link>http://privateergame.wordpress.com/2008/10/25/basic-ideas-diagrams/</link>
		<comments>http://privateergame.wordpress.com/2008/10/25/basic-ideas-diagrams/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 18:46:00 +0000</pubDate>
		<dc:creator>privateergame</dc:creator>
				<category><![CDATA[diagram]]></category>
		<category><![CDATA[idea]]></category>

		<guid isPermaLink="false">http://privateergame.wordpress.com/2008/10/25/basic-ideas-diagrams/</guid>
		<description><![CDATA[(Click to enlarge)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=privateergame.wordpress.com&amp;blog=5325664&amp;post=3&amp;subd=privateergame&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(Click to enlarge)</p>
<div id="attachment_10" class="wp-caption alignnone" style="width: 310px"><a href="http://privateergame.files.wordpress.com/2008/10/basics.png"><img class="size-medium wp-image-10" title="basics" src="http://privateergame.files.wordpress.com/2008/10/basics.png?w=300&#038;h=223" alt="Diagram of some of the basic game mechanics" width="300" height="223" /></a><p class="wp-caption-text">Diagram of some of the basic game mechanics</p></div>
<div id="attachment_11" class="wp-caption alignnone" style="width: 310px"><a href="http://privateergame.files.wordpress.com/2008/10/attacking_basics.png"><img class="size-medium wp-image-11" title="attacking_basics" src="http://privateergame.files.wordpress.com/2008/10/attacking_basics.png?w=300&#038;h=223" alt="Some ideas on how offensive actions work" width="300" height="223" /></a><p class="wp-caption-text">Some ideas on how offensive actions work</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/privateergame.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/privateergame.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/privateergame.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/privateergame.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/privateergame.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/privateergame.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/privateergame.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/privateergame.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/privateergame.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/privateergame.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/privateergame.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/privateergame.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/privateergame.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/privateergame.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=privateergame.wordpress.com&amp;blog=5325664&amp;post=3&amp;subd=privateergame&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://privateergame.wordpress.com/2008/10/25/basic-ideas-diagrams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb5145445ddda9f11b3e8cabe0910d5f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">privateergame</media:title>
		</media:content>

		<media:content url="http://privateergame.files.wordpress.com/2008/10/basics.png?w=300" medium="image">
			<media:title type="html">basics</media:title>
		</media:content>

		<media:content url="http://privateergame.files.wordpress.com/2008/10/attacking_basics.png?w=300" medium="image">
			<media:title type="html">attacking_basics</media:title>
		</media:content>
	</item>
	</channel>
</rss>
