<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Simplifying Box2DAS3&#8230;</title>
	<atom:link href="http://www.psyked.co.uk/actionscript/simplifying-box2das3.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.psyked.co.uk/actionscript/simplifying-box2das3.htm</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 13:08:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: James</title>
		<link>http://www.psyked.co.uk/actionscript/simplifying-box2das3.htm/comment-page-1#comment-7400</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 02 Feb 2011 09:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://OneofthedownsidestotheBox2DAS3project-andprobablyoneofthemajorhurdlestomostFlashdevelopers-isthefactthatit&#039;sinheritedalotofthesyntaxfromtheC++projectthatit&#039;sderivedfrom. Maybeit&#039;sjustbecausewe&#039;reusedtoit,bu#comment-7400</guid>
		<description>Unfortunately no - no immediate plans to update to Box2D 2.1.  I&#039;ve tried once, but it blew my mind trying to make the changes to 2.1.</description>
		<content:encoded><![CDATA[<p>Unfortunately no &#8211; no immediate plans to update to Box2D 2.1.  I&#8217;ve tried once, but it blew my mind trying to make the changes to 2.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MC</title>
		<link>http://www.psyked.co.uk/actionscript/simplifying-box2das3.htm/comment-page-1#comment-7399</link>
		<dc:creator>MC</dc:creator>
		<pubDate>Sun, 30 Jan 2011 08:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://OneofthedownsidestotheBox2DAS3project-andprobablyoneofthemajorhurdlestomostFlashdevelopers-isthefactthatit&#039;sinheritedalotofthesyntaxfromtheC++projectthatit&#039;sderivedfrom. Maybeit&#039;sjustbecausewe&#039;reusedtoit,bu#comment-7399</guid>
		<description>Great! 
Any chance to port this to the last Box2D version? (2.1a)

Regards</description>
		<content:encoded><![CDATA[<p>Great!<br />
Any chance to port this to the last Box2D version? (2.1a)</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mnu7</title>
		<link>http://www.psyked.co.uk/actionscript/simplifying-box2das3.htm/comment-page-1#comment-7321</link>
		<dc:creator>mnu7</dc:creator>
		<pubDate>Fri, 12 Nov 2010 11:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://OneofthedownsidestotheBox2DAS3project-andprobablyoneofthemajorhurdlestomostFlashdevelopers-isthefactthatit&#039;sinheritedalotofthesyntaxfromtheC++projectthatit&#039;sderivedfrom. Maybeit&#039;sjustbecausewe&#039;reusedtoit,bu#comment-7321</guid>
		<description>how to add any other object other than polygons 
I like to add image in place of polygons.</description>
		<content:encoded><![CDATA[<p>how to add any other object other than polygons<br />
I like to add image in place of polygons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.psyked.co.uk/actionscript/simplifying-box2das3.htm/comment-page-1#comment-6464</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 10 Jan 2010 10:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://OneofthedownsidestotheBox2DAS3project-andprobablyoneofthemajorhurdlestomostFlashdevelopers-isthefactthatit&#039;sinheritedalotofthesyntaxfromtheC++projectthatit&#039;sderivedfrom. Maybeit&#039;sjustbecausewe&#039;reusedtoit,bu#comment-6464</guid>
		<description>Quick update for y&#039;all - next version has some cleverness for creating complex, convex polygons - from points in an Array and even library shape data.  Releasing as soon as I&#039;ve finished cleaning up the code!</description>
		<content:encoded><![CDATA[<p>Quick update for y&#8217;all &#8211; next version has some cleverness for creating complex, convex polygons &#8211; from points in an Array and even library shape data.  Releasing as soon as I&#8217;ve finished cleaning up the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.psyked.co.uk/actionscript/simplifying-box2das3.htm/comment-page-1#comment-6462</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 08 Jan 2010 14:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://OneofthedownsidestotheBox2DAS3project-andprobablyoneofthemajorhurdlestomostFlashdevelopers-isthefactthatit&#039;sinheritedalotofthesyntaxfromtheC++projectthatit&#039;sderivedfrom. Maybeit&#039;sjustbecausewe&#039;reusedtoit,bu#comment-6462</guid>
		<description>It appears the idea of an AS3-syntax wrapper for Box2D is not quite so original as first thought!

QuickBox2D - I saw it when I started learning Box2D, but never really picked it up.  Looks good, and definitely has a few ideas I&#039;ll pinch myself.  Not quite sure why I didn&#039;t try it out - but at least when I write my own classes I can extend them easier (I have some crazy things planned).

@reyco1 - Cool wrapper library - amazing how similar the solutions are already!</description>
		<content:encoded><![CDATA[<p>It appears the idea of an AS3-syntax wrapper for Box2D is not quite so original as first thought!</p>
<p>QuickBox2D &#8211; I saw it when I started learning Box2D, but never really picked it up.  Looks good, and definitely has a few ideas I&#8217;ll pinch myself.  Not quite sure why I didn&#8217;t try it out &#8211; but at least when I write my own classes I can extend them easier (I have some crazy things planned).</p>
<p>@reyco1 &#8211; Cool wrapper library &#8211; amazing how similar the solutions are already!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 1/20 queries in 0.012 seconds using disk: basic
Object Caching 610/627 objects using disk: basic

Served from: www.psyked.co.uk @ 2012-02-10 08:48:26 -->
