MonoGame / MonoGame.Dependencies

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

Added FreeImage binaries #10

Closed RayBatts closed 10 years ago

RayBatts commented 10 years ago

This PR contains both the binary and C# wrapper for the FreeImage library, to be implemented in MGCB.

The 64-bit version requires the source to be downloaded and compiled from Visual Stuio. These binaries are built from r3160. The C# Wrapper library was built against AnyCPU.

No changes or hacks were needed to get this working.

This is part of https://github.com/mono/MonoGame/issues/2478. When this is merged, I'll submit another PR that adds FreeImage support into our TextureImporter.

KonajuGames commented 10 years ago

Will Mac and Linux binaries be added later?

tomspilman commented 10 years ago

Can you add in the license text file (the FIPL version) in the root of the FreeImage.Net folder? We'll need to include that with the installer and/or docs eventually.

RayBatts commented 10 years ago

@tomspilman - Done. @KonajuGames - Not in this PR. Someone will have to build them as I can't.

KonajuGames commented 10 years ago

Merged.

tomspilman commented 10 years ago

@KonajuGames - We're leaving Mac and Linux to people that actually run it and can test it well.