Libgdx Bullet Wrapper now in Nightlies
We got a few very nice contributions over the last two weeks for our Bullet SWIG/JNI wrapper, originally contributed by the now lost Sterwill. I added bullet back into our nightlies build, so you can now enjoy the extension on all desktop operating systems and Android. Note that it won’t work with GWT (and i have no plans to remedy this). I will eventually port it to iOS as well, where by port i mean great a freaking XCode project for it…
Here’s a screenshot of one of the tests, you can find the source here
If you want to play around with the extension, you need to add gdx-bullet.jar and gdx-bullet-natives.jar to your desktop project, and gdx-bullet.jar to your Android project. You’ll also need to copy the libgdx-bullet.so files from the extensions/gdx-bullet/armeabi and armeabi-v7a folders to your Android project’s libs/armeabi and armeabi-v7a folders of course.
Enjoy, and thanks to all the awesome contributors who keep working on this!


