I’ve read this thread [SOLVED] Does Bullet Physics Lib Work on IOS - #12 by GTWhite and as I would like to try to port my current project to iOS I’m interested on getting native bullet working on it. Does anyone know more details on how to get it working? The thread doesn’t say much and it was not documented in the wiki also.
jme3-jbullet is pure Java, so it should work on IOS without modification. To make jme3-bullet or Minie work on iOS, the C++ libraries (that is, jme3-bullet-native or Libbulletjme) would have to be recompiled.
I did it last year and I did have to make some minor changes to be able to use on iOS. You have to include the C code in your XCode project to compile it in