JME Physics Project Retracted

The following project proposal has been retracted:

[quote]jME Physics System provides an interface between jME (Java Monkey Engine) and ODE (Open Dynamics Engine). It sits on top of a slightly modified version of odejava, and provides a way to very easily set up a physics world and add objects to it - a simple box-falling-on-a-floor application is only a matter of a few lines. Yet, the goal is to provide advanced and powerful features such as rag dolls and vehicles.

The original idea came from Nicolaas de Bruyn, who built the foundation. Later Per Thulin and Ahmed Al-Hindawi joined up and are now actively developing and adding new features.

jME Physics Library is completely open source under the BSD license.
[/quote]

Hi, me and per are the current developers of this physics system.

I just wanted to show you all a demo of what can currently be achieved.

Heres a zip containing a batch file to run the demo. And for those who can’t be bothered to see it in action, heres a screenshot too:

http://www.myjavaserver.com/~digiwired/images/GDC_demo.png

And here is the zip…

Enjoy!

DP

Mmm, pwetty.
;D

But I thought this had a sf account alread?

yes, we sent out emails to both of them, we got through sf first, then we sent a letter to java.net saying we retract our request, but they still put it on here…

When it was posted, Per sent them a second email of retraction, but the post was still up! So i thought id take the opportunity and give us some free advertisement :stuck_out_tongue:

It seems that they only read their emails once a week :wink:

We are currently happy with sf as it can provide us with a sandbox feature whereby certain developers can only commit to certain modules. So really, we dont need this anymore.

Sorry about the confusion.

DP

sob


13-Mar-2005 23:15:58 com.jme.app.FixedFramerateGame start
INFO: Application started.
13-Mar-2005 23:15:58 com.jme.system.PropertiesIO <init>
INFO: PropertiesIO created
13-Mar-2005 23:15:58 com.jme.system.PropertiesIO load
WARNING: Could not load properties: java.io.FileNotFoundException: properties.cf
g (The system cannot find the file specified)
java.lang.IllegalAccessError: tried to access method org.lwjgl.Sys.initialize()V
 from class org.lwjgl.opengl.Display
        at org.lwjgl.opengl.Display.<clinit>(Display.java:93)
        at com.jme.system.lwjgl.LWJGLPropertiesDialog.<init>(LWJGLPropertiesDial
og.java:133)
        at com.jme.app.AbstractGame.getAttributes(AbstractGame.java:180)
        at com.jme.app.FixedFramerateGame.start(FixedFramerateGame.java:144)
        at jmextest.physics.GDC.BuggeDemo.main(BuggeDemo.java:367)
13-Mar-2005 23:15:59 com.jme.app.FixedFramerateGame start
INFO: Application ending.
Exception in thread "main" java.lang.NullPointerException
        at com.jme.app.FixedFramerateGame.start(FixedFramerateGame.java:177)
        at jmextest.physics.GDC.BuggeDemo.main(BuggeDemo.java:367)


debug.txt


13-Mar-2005 23:15:26 com.jme.app.FixedFramerateGame start
INFO: Application started.
13-Mar-2005 23:15:27 com.jme.system.PropertiesIO <init>
INFO: PropertiesIO created
13-Mar-2005 23:15:27 com.jme.system.PropertiesIO load
WARNING: Could not load properties: java.io.FileNotFoundException: properties.cfg (The system cannot find the file specified)
13-Mar-2005 23:15:28 com.jme.app.FixedFramerateGame start
INFO: Application ending.

hmmm, perhaps we should move this discussion over to the jme-physics camp? I think its better suited over there…

But from the looks of it, it seems to be a lwjgl error. Can you please make sure you dont have lwjgl in your default path as jme currently requires 0.94 specifically.

btw, heres the url to the physics board.

PS. That demo was windows only, i forgot to include linux’s and macosx’s native libs…

DP