<?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>dyn4j</title>
	<atom:link href="http://www.dyn4j.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dyn4j.org</link>
	<description>Java Collision Detection and Physics Engine</description>
	<lastBuildDate>Tue, 14 May 2013 00:07:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Version 3.1.4</title>
		<link>http://www.dyn4j.org/archives/268</link>
		<comments>http://www.dyn4j.org/archives/268#comments</comments>
		<pubDate>Tue, 14 May 2013 00:06:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dyn4j.org/?p=268</guid>
		<description><![CDATA[This release of dyn4j is a small maintenance release to fix a bug introduced in 3.1.3. With this some flip methods have been added to the Geometry class to allow flipping of polygons about arbitrary axes and points. This release should not contain any breaking changes unless you were using or storing shape, fixture, body, [...]]]></description>
				<content:encoded><![CDATA[<p>This release of dyn4j is a small maintenance release to fix a bug introduced in 3.1.3.  With this some flip methods have been added to the Geometry class to allow flipping of polygons about arbitrary axes and points.</p>
<p>This release should not contain any breaking changes unless you were using or storing shape, fixture, body, joint, etc. ids.  These ids were of type String, but have been changed to UUID for performance (they were actually UUID.toString() anyway).  You can still get the old String value by getId().toString().</p>
<p>No new release of the Sandbox was published for this release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dyn4j.org/archives/268/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.1.3</title>
		<link>http://www.dyn4j.org/archives/264</link>
		<comments>http://www.dyn4j.org/archives/264#comments</comments>
		<pubDate>Mon, 13 May 2013 00:01:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dyn4j.org/?p=264</guid>
		<description><![CDATA[This release fixes a bug in the Polygon inertia and center of mass calculations. This bug would also throw off multi-fixture body&#8217;s inertia. This bug would manifest if a polygon was created away from the origin. This version has no API changes. No new release of the Sandbox was published for this release.]]></description>
				<content:encoded><![CDATA[<p>This release fixes a bug in the Polygon inertia and center of mass calculations.  This bug would also throw off multi-fixture body&#8217;s inertia.  This bug would manifest if a polygon was created away from the origin. This version has no API changes.</p>
<p>No new release of the Sandbox was published for this release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dyn4j.org/archives/264/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.1.2</title>
		<link>http://www.dyn4j.org/archives/256</link>
		<comments>http://www.dyn4j.org/archives/256#comments</comments>
		<pubDate>Sat, 10 Nov 2012 02:50:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dyn4j.org/?p=256</guid>
		<description><![CDATA[This release of dyn4j is a small maintenance release to add unique contact ids to the engine. This allows you identify a contact throughout the ContactListener events (begin, persist, end, etc). You can test if a contact is the same as another by using the ContactId.equals method. This release should not contain any breaking changes [...]]]></description>
				<content:encoded><![CDATA[<p>This release of dyn4j is a small maintenance release to add unique contact ids to the engine.  This allows you identify a contact throughout the ContactListener events (begin, persist, end, etc).  You can test if a contact is the same as another by using the ContactId.equals method.</p>
<p>This release should not contain any breaking changes unless you were manually creating ContactPoints or subclasses thereof.  See the <a href="http://code.google.com/p/dyn4j/source/browse/trunk/release-notes.txt" title="Latest Release Notes" target="_blank">Release Notes</a> for more details.</p>
<p>No new release of the Sandbox was published for this release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dyn4j.org/archives/256/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.1.1</title>
		<link>http://www.dyn4j.org/archives/245</link>
		<comments>http://www.dyn4j.org/archives/245#comments</comments>
		<pubDate>Sat, 21 Jul 2012 19:49:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dyn4j.org/?p=245</guid>
		<description><![CDATA[This release of dyn4j was focused on performance and the API. Many API changes, both breaking and non-breaking, have been made. See the Release Notes for more details. Many new small features have been made as well. You can see them on the Features page or in the Release Notes. The Sandbox app. reflects the [...]]]></description>
				<content:encoded><![CDATA[<p>This release of dyn4j was focused on performance and the API.  Many API changes, both breaking and non-breaking, have been made.  See the <a href="http://code.google.com/p/dyn4j/source/browse/trunk/release-notes.txt" title="Latest Release Notes" target="_blank">Release Notes</a> for more details. Many new small features have been made as well.  You can see them on the <a href="http://www.dyn4j.org/features" title="Features">Features</a> page or in the <a href="http://code.google.com/p/dyn4j/source/browse/trunk/release-notes.txt" title="Latest Release Notes" target="_blank">Release Notes</a>.</p>
<p>The Sandbox app. reflects the changes above.  The biggest change is the addition of the Help Contents.  This will provide those unfamiliar with dyn4j with help on how to use the application.</p>
<div style="text-align: center;">
<table cellspacing="0" cellpadding="0" style="border: none; width: 100%;">
<tr>
<td style="border: none;">
<img src="http://www.dyn4j.org/files/screen-v1.0.4.png" />
</td>
</tr>
<tr>
<td style="border: none;">Launch the Sandbox (Sandbox-v1.0.4/dyn4j-v3.1.1)</td>
</tr>
<tr>
<td style="border: none;"><a href="http://www.dyn4j.org/Sandbox/latest/dyn4j-Sandbox.jnlp" target="_self"><img src="http://www.dyn4j.org/images/jws_launch.gif" /></a></td>
</tr>
</table>
</div>
<blockquote><p>When running the Sandbox application you may be asked to accept a certificate from me (I just self signed the JARs).  The certificates will expire six months from today.</p></blockquote>
<p>The Sandbox has no dependencies and requires Java 1.6 or higher.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dyn4j.org/archives/245/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.1.0</title>
		<link>http://www.dyn4j.org/archives/239</link>
		<comments>http://www.dyn4j.org/archives/239#comments</comments>
		<pubDate>Sun, 06 May 2012 02:08:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dyn4j.org/?p=239</guid>
		<description><![CDATA[The latest release of dyn4j adds a number of new features. See the features page for more details or the release notes. It also contains a number of important bug fixes. On the other hand, the API has been changed slightly and may break code written against older versions. The Sandbox app has also seen [...]]]></description>
				<content:encoded><![CDATA[<p>The latest release of dyn4j adds a number of new features.  See the <a href="http://www.dyn4j.org/features" title="Features">features</a> page for more details or the <a href="http://code.google.com/p/dyn4j/" title="Latest Release Notes" target="_blank">release notes</a>.  It also contains a number of important bug fixes.  On the other hand, the API has been changed slightly and may break code written against older versions.</p>
<p>The Sandbox app has also seen some changes.  Many bug fixes along with the features in dyn4j have been added.  In addition, the threading issue on some platforms has been resolved by using the Newt-AWT bridge offered by JOGL.  This makes the app far more efficient at handling input.  The Sandbox includes precompiled tests along with the declarative (xml) tests.  This allows the deprecation of the TestBed application.  The Sandbox will take its place as the sole testing application.</p>
<div style="text-align: center;">
<table cellspacing="0" cellpadding="0" style="border: none; width: 100%;">
<tr>
<td style="border: none;">Launch the Sandbox</td>
</tr>
<tr>
<td style="border: none;"><a href="http://www.dyn4j.org/Sandbox/latest/dyn4j-Sandbox.jnlp" target="_self"><img src="http://www.dyn4j.org/images/jws_launch.gif" /></a></td>
</tr>
</table>
</div>
<blockquote><p>When running the Sandbox application you may be asked to accept a certificate from me (I just self signed the JARs).  The certificates will expire six months from today.</p></blockquote>
<p>Both applications require Java 1.6+.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dyn4j.org/archives/239/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.0.3</title>
		<link>http://www.dyn4j.org/archives/234</link>
		<comments>http://www.dyn4j.org/archives/234#comments</comments>
		<pubDate>Sat, 03 Mar 2012 22:07:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dyn4j.org/?p=234</guid>
		<description><![CDATA[Version 3.0.3 is a maintenance release with very few changes. The primary change was the move of the Settings class from being a singleton to being a member of the World class. This allows each instance of the World class to have different settings. The changes may break compatibility with previous versions, although they should [...]]]></description>
				<content:encoded><![CDATA[<p>Version 3.0.3 is a maintenance release with very few changes.  The primary change was the move of the Settings class from being a singleton to being a member of the World class.  This allows each instance of the World class to have different settings.  The changes may break compatibility with previous versions, although they should be minimal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dyn4j.org/archives/234/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.0.2</title>
		<link>http://www.dyn4j.org/archives/225</link>
		<comments>http://www.dyn4j.org/archives/225#comments</comments>
		<pubDate>Tue, 20 Dec 2011 21:44:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dyn4j.org/?p=225</guid>
		<description><![CDATA[3.0.2 introduces significant changes in the Sandbox application along with some minor bug fixes to dyn4j and some new features. Specifically, small CCD improvements, a new fixture filter TypeFilter, and tangent speed settings on contacts. Bug fixes include: a fix to the Body.setMass(Mass.Type) method, auto-sleeping bug, and a rotation disc computation bug. In addition, both [...]]]></description>
				<content:encoded><![CDATA[<p>3.0.2 introduces significant changes in the Sandbox application along with some minor bug fixes to dyn4j and some new features.  Specifically, small CCD improvements, a new fixture filter TypeFilter, and tangent speed settings on contacts.  Bug fixes include: a fix to the Body.setMass(Mass.Type) method, auto-sleeping bug, and a rotation disc computation bug.  In addition, both dyn4j and Sandbox have been internationalized (any volunteers for translating?).</p>
<p>The Sandbox includes many new features and fixes.  First, is the ability to add Rays to test raycasting.  Next, all output angles are in Degrees (GUI, xml, and java files).  Finally there is a new Export feature to export a simulation to a Java class file.  This allows you to create a simulation inside the Sandbox application and export it for use in your application.</p>
<p>Soon I plan to post some videos on how to get started and some of the useful features contained in the Sandbox application.<br />
</p>
<div style="text-align: center;">
<img src="http://www.dyn4j.org/Sandbox/screenshot-v3.0.2.png" width="350" height="269" /></p>
<table cellspacing="0" cellpadding="0" style="border: none; width: 100%;">
<tr>
<td style="border: none;">Launch the TestBed</td>
<td style="border: none; width: 30px;"></td>
<td style="border: none;">Launch the Sandbox</td>
</tr>
<tr>
<td style="border: none;"><a href="http://www.dyn4j.org/TestBed/latest/dyn4j-TestBed.jnlp" target="_self"><img src="http://www.dyn4j.org/images/jws_launch.gif" /></a></td>
<td style="border: none; width: 30px;"></td>
<td style="border: none;"><a href="http://www.dyn4j.org/Sandbox/latest/dyn4j-Sandbox.jnlp" target="_self"><img src="http://www.dyn4j.org/images/jws_launch.gif" /></a></td>
</tr>
</table>
</div>
<blockquote><p>When running either test application you may be asked to accept a certificate from me (I just self signed the JARs).  The certificates will expire six months from today.</p></blockquote>
<p>Both applications require Java 1.6+.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dyn4j.org/archives/225/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.0.1</title>
		<link>http://www.dyn4j.org/archives/214</link>
		<comments>http://www.dyn4j.org/archives/214#comments</comments>
		<pubDate>Tue, 04 Oct 2011 02:22:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dyn4j.org/?p=214</guid>
		<description><![CDATA[3.0.1 incorporates many small changes. JUnit test, the TestBed and a new testing/demo application, Sandbox, have been moved around to better structure the project. Many major and minor bug fixes have been made. The most visible change is the normalization of the Joint class methods. In addition, the WeldJoint class now supports a soft joint [...]]]></description>
				<content:encoded><![CDATA[<p>3.0.1 incorporates many small changes.  JUnit test, the TestBed and a new testing/demo application, Sandbox, have been moved around to better structure the project.  Many major and minor bug fixes have been made.  The most visible change is the normalization of the Joint class methods.  In addition, the WeldJoint class now supports a soft joint setting.<br />
</p>
<div style="text-align: center;">
<img src="http://www.dyn4j.org/Sandbox/screenshot-v3.0.1.png" width="350" height="311" /></p>
<table cellspacing="0" cellpadding="0" style="border: none; width: 100%;">
<tr>
<td style="border: none;">Launch the TestBed</td>
<td style="border: none; width: 30px;"></td>
<td style="border: none;">Launch the Sandbox</td>
</tr>
<tr>
<td style="border: none;"><a href="http://www.dyn4j.org/TestBed/latest/dyn4j-TestBed.jnlp" target="_self"><img src="http://www.dyn4j.org/images/jws_launch.gif" /></a></td>
<td style="border: none; width: 30px;"></td>
<td style="border: none;"><a href="http://www.dyn4j.org/Sandbox/latest/dyn4j-Sandbox.jnlp" target="_self"><img src="http://www.dyn4j.org/images/jws_launch.gif" /></a></td>
</tr>
</table>
</div>
<blockquote><p>When running either test application you may be asked to accept a certificate from me (I just self signed the JARs).  The certificates will expire six months from today&#8230;</p></blockquote>
<p>Both applications require Java 1.6+.</p>
<p>In the TestBed application, be sure to type the &#8220;c&#8221; key to get the TestBed Control Panel so you can play with the simulator.  Use the Controls tab to view all the key board and mouse options.  Use the Tests tab to run a test of your choosing.  Use the Draw Options tab to set what is drawn to the screen.  And finally, use the Simulation Settings tab to play with all the different settings allowed by the engine.</p>
<p>In the Sandbox application, use the menus, toolbar and the tree (right click for context menus) to run tests, save them, add bodies/joints, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dyn4j.org/archives/214/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.0.0</title>
		<link>http://www.dyn4j.org/archives/206</link>
		<comments>http://www.dyn4j.org/archives/206#comments</comments>
		<pubDate>Sun, 05 Jun 2011 19:15:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dyn4j.org/?p=206</guid>
		<description><![CDATA[3.0.0 incorporates big changes to the library. The base package has been changed, the broadphase collision detection code has been updated adding 3 new implementations, many bug fixes and performance enhancements, a new joint, better documentation, many more JUnit tests, new example applications, and more. Show Me The TestBed! When running you may be asked [...]]]></description>
				<content:encoded><![CDATA[<p>3.0.0 incorporates big changes to the library.  The base package has been changed, the broadphase collision detection code has been updated adding 3 new implementations, many bug fixes and performance enhancements, a new joint, better documentation, many more JUnit tests, new example applications, and more.<br />
</p>
<div style="text-align: center;">
<a href="http://www.dyn4j.org/TestBed/latest/dyn4j-TestBed.jnlp" target="_self"><br />
<img src="http://www.dyn4j.org/TestBed/screenshot-v3.0.0.png" width="300" height="234" /><br />
Show Me The TestBed!<br />
</a>
</div>
<div style="text-align: center;">
</div>
<blockquote><p>When running you may be asked to accept a certificate from me (I just self signed the JARs).  The certificates will expire six months from today&#8230;</p></blockquote>
<p>All the releases require Java 1.6+.  Be sure to type the &#8220;c&#8221; key to get the TestBed Control Panel so you can play with the simulator.</p>
<p>Use the Controls tab to view all the key board and mouse options.  Use the Tests tab to run a test of your choosing.  Use the Draw Options tab to set what is drawn to the screen.  And finally, use the Simulation Settings tab to play with all the different settings allowed by the engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dyn4j.org/archives/206/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 2.2.3</title>
		<link>http://www.dyn4j.org/archives/193</link>
		<comments>http://www.dyn4j.org/archives/193#comments</comments>
		<pubDate>Sun, 30 Jan 2011 01:39:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dyn4j.org/?p=193</guid>
		<description><![CDATA[The new version, 2.2.3, features updated Javadocs, 3 different CCD modes, and a new JOGL based TestBed. Show Me The TestBed! When running you may be asked to accept a certificate from me (I just self signed the JARs). The certificates will expire six months from today&#8230; All the releases require Java 1.6+. Be sure [...]]]></description>
				<content:encoded><![CDATA[<p>The new version, 2.2.3, features updated Javadocs, 3 different CCD modes, and a new <a href="http://www.jogamp.org">JOGL</a> based TestBed.<br />
</p>
<div style="text-align: center;">
<a href="http://www.dyn4j.org/TestBed/latest/dyn4j-TestBed.jnlp" target="_self"><br />
<img src="http://www.dyn4j.org/TestBed/screenshot-v2.2.3.png" width="300" height="234" /><br />
Show Me The TestBed!<br />
</a>
</div>
<div style="text-align: center;">
</div>
<blockquote><p>When running you may be asked to accept a certificate from me (I just self signed the JARs).  The certificates will expire six months from today&#8230;</p></blockquote>
<p>All the releases require Java 1.6+.  Be sure to type the &#8220;c&#8221; key to get the TestBed Control Panel so you can play with the simulator.</p>
<p>Use the Controls tab to view all the key board and mouse options.  Use the Tests tab to run a test of your choosing.  Use the Draw Options tab to set what is drawn to the screen.  And finally, use the Simulation Settings tab to play with all the different settings allowed by the engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dyn4j.org/archives/193/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
