Skip to content

KTX 1.12.1-rc2

Latest
Compare
Choose a tag to compare
@czyzby czyzby released this 25 Aug 07:29
· 2 commits to master since this release

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) The pool factory method now attempts to reset Poolable objects with the default discard lambda 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, height
    • Ellipse: x, y, width, height
    • Circle: x, y, radius
    • Polygon: x, y
    • Polyline: x, y
  • [CHANGE] (ktx-scene2d) image factory method can now be called without parameters or with null to create an Image without a Drawable.
  • [FEATURE] (ktx-tiled) Added use extension method to BatchTiledMapRenderer that automatically calls beginRender() and endRender().