MonoGame / MonoGame.Dependencies

The MonoGame binary dependencies submodule.
38 stars 51 forks source link

Added MacOS versions of FreeImage.NET #29

Closed dellis1972 closed 10 years ago

dellis1972 commented 10 years ago

Added a universal Assembly which uses non unicode api calls when loading files. This should work on all platforms as the unicode versions only worked on windows.

The libfreeimage.dylib files were sourced from brew and are universal binaries and as such will work on both x64 and x86 system.

dellis1972 commented 10 years ago

Note the .diff file are the only code changes needed to get FreeImage working on MacOS and linux

KonajuGames commented 10 years ago

The config file lists a Linux .so, but there is no .so that I can find.

dellis1972 commented 10 years ago

I haven't built them on linux yet (need to create VM's etc). But that entry will be needed for this to work on linux. I didn't see the harm in including it.

I can remove it if you think that's best?

KonajuGames commented 10 years ago

That's fine. Will you be building the Linux VM soon?​

dellis1972 commented 10 years ago

I might try over the weekend if I have time