KTX 1.9.8-b3
Pre-release
Pre-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 followingShapeRenderer
extension methods:arc
box
circle
cone
ellipse
rect
rectLine
rotate
scale
translate
triangle
- [CHANGE] (
ktx-app
,ktx-graphics
) Utility functions moved fromktx-app
to the newktx-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 in1.9.8-b2
tag.