dotnet / Silk.NET

The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
https://dotnet.github.io/Silk.NET
MIT License
3.88k stars 378 forks source link

Build Assimp with Draco support #2025

Open alexrp opened 2 months ago

alexrp commented 2 months ago

Draco is a form of graphics compression for formats like glTF.

To do this, we'd like to avoid having to ship an extra shared library in the .Native NuGet package, and instead link Draco statically into the Assimp shared library. I've submitted an upstream PR to enable us to do this: https://github.com/assimp/assimp/pull/5535

alexrp commented 2 months ago

Upstream PR merged, now we just wait for a release tag that includes it.