You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PrBoom 4 Android
Just wanted to chime in and let everyone know that the native code can
now be easily compiled using the Android NDK. The library is now
compiled as libprboom_jni.so and is almost half the size of the
previous library. All you need to do is run ndk-build from the
project directory, where Application.mk is located, and sit back while
the library is compiled.
Now that this is all patched up, I will start spending some time on
the native code. Primarily I would like to get sounds and music
playing from the actual .WAD files rather than have to use external
files to accomplish that.