libgdx / libgdx.github.io

Github hosted site for libGDX
63 stars 200 forks source link

Bullet Wrapper compilation outdated documentation #225

Open yahel-ck opened 2 weeks ago

yahel-ck commented 2 weeks ago

Issue details

The Wiki contains outdated documentation on how to compile the bullet wrapper here.

The doc says the native library should be compiled like so:

cd libgdx/extensions/gdx-bullet/jni
ant -f build.xml all

However libgdx/extensions/gdx-bullet/jni/build.xml was deleted in this PR.

The PR says the newer way to compile it is to use the gradle task jnigen/jnigenBuild but I couldn't get it to work yet. The builds were successfull but it seems like my CPP changes weren't actually compiled in (I got a No implementation found exception for my new JNI method).

If anyone knows what's the correct way to compile the wrapper please let me know! thanks

crykn commented 2 weeks ago

@PokeMMO, @Berstanio: could one of you update the docs?