Skip to content

KTX 1.9.8-b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@czyzby czyzby released this 01 Jun 10:33
· 729 commits to master since this release

The first release to feature the new ktx-graphics module with ShapeRenderer extensions and various graphics-related utilities moved from the ktx-app module.


  • [UPDATE] Updated to Kotlin 1.2.41.
  • [UPDATE] Updated to Gradle 4.7.
  • [FEATURE] (ktx-graphics) Added new graphics module with the following ShapeRenderer extension methods:
    • arc
    • box
    • circle
    • cone
    • ellipse
    • rect
    • rectLine
    • rotate
    • scale
    • translate
    • triangle
  • [CHANGE] (ktx-app, ktx-graphics) Utility functions moved from ktx-app to the new ktx-graphics:
    • color
    • Color.copy
    • Batch.use
    • ShaderProgram.use
  • [MISC] Removed migration guides from very old versions. If you are in a process of migrating an existing application to the latest KTX and facing any errors, see README files in 1.9.8-b2 tag.