Search found 40 matches

by jezek2
Mon Mar 03, 2008 2:11 pm
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1036840

Re: Java port of Bullet

New version available on JBullet homepage.

Changes in release 20080303:
- Refactored enums
- Fixed bug that caused occasional jitter
- Added ConvexConcaveCollisionAlgorithm
- Memory optimalizations
- Implemented quantized BVH nodes
- Made ConcaveDemo working
by jezek2
Wed Feb 06, 2008 11:19 pm
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1036840

Re: Java port of Bullet

Erwin Coumans wrote:Did you already make effort to isolate the problem, figuring out when this 'jumping' happens?
Not yet. I'm now focusing on other things and to actually use it in my applications. I will try to look into it soon though.
by jezek2
Wed Feb 06, 2008 11:05 pm
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1036840

Re: Java port of Bullet

New version available on JBullet homepage.

Changes in release 20080206:
- Memory optimalizations
- Added heap info
- Implemented HeapSort
- Added optional support for GNU Trove
- Added BspDemo and fixed ConvexHullShape
- Added ConcaveDemo and it's supporting classes
- Abstracted OpenGL rendering
by jezek2
Wed Jan 23, 2008 9:09 am
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1036840

Re: Java port of Bullet

Very impressive, it looks almost identical to the C++ version. It looks quite stable and fast, except for some occasional jitter, you might have noticed that? Yes, some bug is still crawling somewhere :) If its a port, how come the webstart wants to run without permissions? The demo uses OpenGL (LW...
by jezek2
Tue Jan 22, 2008 4:24 pm
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1036840

Re: Java port of Bullet

New version: http://jezek2.advel.cz/tmp/jbullet-20080122.zip Webstart demos: BasicDemo GenericJointDemo Changes: - Fixed convex/plane collision detection - Added GLDebugDrawer and fixed some bugs - Added CapsuleShape - Added ConeTwistConstraint, HingeConstraint and Generic6DofConstraint - Added Gen...
by jezek2
Tue Jan 22, 2008 12:27 pm
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1036840

Re: Java port of Bullet

jfelrod1960 wrote:This is impressive! Do you plan to have a website for jBullet?
Thanks :) Yes, I'll create one in near future.
by jezek2
Wed Jan 16, 2008 8:07 am
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1036840

Re: Java port of Bullet

I've uploaded new version: http://jezek2.advel.cz/tmp/jbullet-20080116.zip Webstart: http://jezek2.advel.cz/tmp/jbullet/jbullet-test.jnlp Changes: - Moved all push/popProfile to try/finally blocks - Added final for Vectors/Transforms/etc fields where applicable, and fixed some discovered bugs - Fixe...
by jezek2
Sun Jan 13, 2008 10:54 pm
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1036840

Re: Java port of Bullet

Wow, that is impressive work, how long have you been working on this? Can you describe your porting approach, did you use any automated tools, or manual find/replace? Hi, thanks :) I've been working on this for a few days (or better, nights) nearly full time. I translated manually every line, maint...
by jezek2
Sun Jan 13, 2008 10:46 pm
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1036840

Re: Java port of Bullet

I already posted over at JGO - but I post here again, in case you visit this board more often: Having a complete physics engine in Java would be awesome. JOODE never got finished, unfortunately. Any estimates for release dates or a road map? How large is your team? (first post reads like size==1) S...
by jezek2
Fri Jan 11, 2008 2:08 pm
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1036840

Java port of Bullet

Hello, I've ported Bullet 2.66 to Java. The first alpha version is available here: http://jezek2.advel.cz/tmp/jbullet-20080111.zip And webstart on: http://jezek2.advel.cz/tmp/jbullet/jbullet-test.jnlp Currently only the BasicDemo is partly working, there is some problem with box/plane for ground, so...