JBullet source code

If someone interested : I push my wip fork of jbullet at GitHub - davidB/jmbullet: This is a JBullet fork where I merge changes made by 3rd party since the last release of jbullet.

@david.bernard.31 said: If someone interested : I push my wip fork of jbullet at https://github.com/davidB/jmbullet

Cool, did you incorporate the latest changes of the original jbullet source? I stopped merging them at some point.

I started from a fork based on the latest source of jbullet, the fork add 6dofspring (I’m “playing” with it). I did a diff with your version and apply diff stupidly, as I use jme version as target. I also did some code clean, remove useless var detected by IDE (eclipse), and fix a swap in collision pair.

you can see the diff from jme at add patches from jme (https://code.google.com/p/jbullet-jme/source/br… · davidB/jmbullet@c793a17 · GitHub

Note, in my working version of jmbullet, I fully include jme3-bullet source as I can’t use jme3-bullet with another jar for jbullet.