MonoGame / MonoGame.Dependencies

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

Updated libs for texture compression #56

Closed KonajuGames closed 9 years ago

KonajuGames commented 9 years ago

Added PVRTexLibNet. Replaces ManagedPVRTC. Updated FreeImage to 3.17.0. Added Linux library.

This is part of the larger update to support all types of texture compression (ETC1, PVRTC, DXT, ATC, 16-bit) and proper handling of bitmap conversion in the texture processing of the content build pipeline.

tomspilman commented 9 years ago

Thanks Steve!

harry-cpp commented 8 years ago

@KonajuGames The Linux library for freeimage you provided doesn't seem to work with Ubuntu 14.04

KonajuGames commented 8 years ago

I don't know what to do to fix it, because it was built on Ubuntu 14 with latest updates at that time and passed all the unit tests at that time.