Search found 5 matches

by debio264
Mon Dec 21, 2009 5:18 pm
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1032651

Re: Java port of Bullet

Yes, the same way you would with plain old Bullet. Check the demos for examples.
A physics library wouldn't be very useful if it could only use hardcoded primitives.
by debio264
Sat Dec 19, 2009 5:02 am
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1032651

Re: Java port of Bullet

Take a look at the build instructions - you've missed a step somewhere if you're getting that error.
Are you sure you built the project with Ant, and if so, what command did you use?
by debio264
Wed Dec 09, 2009 6:47 am
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1032651

Re: Java port of Bullet

Why are you using a separate library for stack allocation when automatic stack allocation was added in Java 6? ( http://www.ibm.com/developerworks/java/library/j-jtp09275.html ) Please note the article publish date, it was written before Java 6 release and the actual release didn't have such capabi...
by debio264
Fri Dec 04, 2009 1:47 am
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1032651

Re: Java port of Bullet

I stumbled onto JBullet today, and I'm very impressed with it. It runs very well and, at least on my system, it's hard to tell it apart from the original Bullet. I do, however, have some questions: Why are you using a separate library for stack allocation when automatic stack allocation was added in...
by debio264
Fri Nov 13, 2009 4:21 am
Forum: General Bullet Physics Support and Feedback
Topic: Linker errors with COLLADA + CodeBlocks
Replies: 4
Views: 5171

Re: Linker errors with COLLADA + CodeBlocks

I'm trying to build Bullet on Windows with MinGW as well, and I've used CMake to generate MinGW Makefiles. When building, I get the same linker errors as the first post in BulletColladaConverter. What's not getting linked and why does the same CMake system work on Linux? I'm poking around to try and...