| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.12.1-rc2.zip | 2024-08-25 | 10.1 MB | |
| KTX 1.12.1-rc2 source code.tar.gz | 2024-08-25 | 1.1 MB | |
| KTX 1.12.1-rc2 source code.zip | 2024-08-25 | 1.3 MB | |
| README.md | 2024-08-25 | 1.1 kB | |
| Totals: 4 Items | 12.5 MB | 0 | |
Maintenance release with some minor improvements and dependency updates. The last planned release to officially support Kotlin 1.
- [UPDATE] Updated to Kotlin 1.9.25.
- [UPDATE] Updated to Kotlin Coroutines 1.8.1.
- [UPDATE] Updated to Gradle 7.6.4.
- [UPDATE] Updated to Dokka 1.9.20.
- [MISC] JDK 11 or newer is now required to build the KTX project.
- [CHANGE] (
ktx-assets) Thepoolfactory method now attempts to resetPoolableobjects with the defaultdiscardlambda to match the default libGDX pool behavior. Pass a custom function to override it. - [FEATURE] (
ktx-math) Added component deconstructing operators for 2D shapes: Rectangle: x, y, width, heightEllipse: x, y, width, heightCircle: x, y, radiusPolygon: x, yPolyline: x, y- [CHANGE] (
ktx-scene2d)imagefactory method can now be called without parameters or withnullto create anImagewithout aDrawable. - [FEATURE] (
ktx-tiled) Addeduseextension method toBatchTiledMapRendererthat automatically callsbeginRender()andendRender().