Releases: crashinvaders/gdx-basis-universal
Releases · crashinvaders/gdx-basis-universal
1.0.2
1.0.1
A minor maintenance release.
- Updated to libGDX 1.12.1
- Possibly fixed: failed to load natives on old Android devices (5.1.1 and down). See #2
❌ | Loading of basisu-wrapper natives on old Android devices still fails in this release. The fix is ready and will be included in the upcoming v1.0.2 version. |
---|
1.0.0
The first stable and reliable release. It brings support for the freshly standardized KTX2 texture container and all the goodies that come along with it. Go ahead and save tons of GPU memory with the help of Basis Universal textures 😉
- Added: support for KTX2 textures.
- Added: support for decoding ZSTD compressed UASTC textures.
- Improved: better default ETC1S/UASTC transcoder selector.
- Fixed: Basis transcoded texture buffers weren't disposed properly (memleak).
0.2.0
A regular maintenance release to keep up with the latest library versions.
- Updated to libGDX 1.12.0
- Updated to Basis Universal 1.16.4
- Fixed: texture atlases with Basis pages fail to load through
AssetManager
. See #1 - Removed: support for Linux x86 and Windows x86 targets (the lib no longer provides native dependencies for these platforms).
- Added: support for macOS arm64 target.