Supply Dylib for Assimp

Issue #14 resolved
Former user created an issue

Hello,

Although it is not officially supported, it is possible compile the c++ assimp project on a mac. Since DotNet Core is now cross platform, would it therefore be possible to supply a dylib for the AssimpNet project?

Best, Marc

Comments (4)

  1. Eric Mellino

    I know it's not exactly what you're asking for, but it's really easy to install assimp via homebrew on mac.

    brew install assimp

  2. Nicholas Woodfield repo owner

    Anyone is welcomed to contribute a dylib that matches the assimp version in the /libs folder (currently 4.1.0)

    The only new binary I'm intending to support out of the box is a 64-bit .so for linux, since I don't own a mac/use one.

  3. Nicholas Woodfield repo owner

    FYI, I got a MacOS (High Sierra) VM up and running so I can test building/running and I have a dylib up in the repo. So the next nuget package will support Mac out of the box :)

  4. Log in to comment