Physics System 0.3

I am very pleased to announce the release of version 0.3 of our physics system for jME.

This version has many bug fixes over the previous one, alot of changes to the API, as well as manyperformce improvements.

We have also upgraded the system to work with the latest ode version.

We have also removed odejava’s dependancy on both vecmath and log4j and used jME’s own internal formats. So thats its very tightly integrated into jME.

Anyways, enough rambling, grab it here while its hot! (btw, its at the bottom) :slight_smile:

DP

Nice work guys! Great to see this is moving forward. I don’t think many people know how useful this will be eventually!

Was there any major reason you coupled it so tightly to JME? (other than your obvious love for the platform ;))

Kev

Thanks :slight_smile:

jME already has its own math and log libraries, so we could replace vecmath and log4j with them, resulting in a size decrease of ~ 600kb, + the user now only has to deal with one jar.