Native Dependency Metadata - bryanedds/Nu GitHub Wiki

Metadata (source, revision, build params, whatever) for the native DLL/SO/DYLIB's in ./Nu/Nu or ./Nu/Nu.Dependencies -

Assimp (assimp.dll, libassimp.dylib, libassimp.so) versions appear to be Assimp 5.2.5 and originate from here - https://bitbucket.org/Starnick/assimpnet/commits/f505f979e2dbb55b937b7f1702e2bfaf82d20787

Bullet for Windows and Linux (libbulletc.dll, libbulletc.dylib, libbulletc.so) originate from and built with instructions from here - https://github.com/AndresTraks/BulletSharpPInvoke/commit/22261cff5dff618a6e012a6995be321ed595d2f1 and for native Bullet3 build - https://github.com/bulletphysics/bullet3/commit/39b8de74df93721add193e5b3d9ebee579faebf8

Zlib1 (zlib1.dll) seems to originate from here or earlier - https://github.com/assimp/assimp/tree/fcb1702162c044976d01e74162cb4fadb3f335de/contrib/zlib

ShaderC for Android (./Nu/Nu.Dependencies/ShaderC/android) originated from a build from source of Android NDK 28.2.13676358 (aka r28c).

Twizzle.ImGui-Bundle for Android (./Nu/Nu.Dependencies/ImGui/android) w/ ImGui v1.91.5 originated from https://github.com/JoeTwizzle/ImGui.NET-nativebuild with cimgui checked out to tag 1.91.5dock and cimgui/imgui checked out to tag v1.91.5-docking using ./Nu/Nu.Dependencies/ImGui/android/build-android.sh