Skip to content

ORX 0.4.1

Compare
Choose a tag to compare
@edwinRNDR edwinRNDR released this 18 Aug 14:36
· 494 commits to master since this release

Thanks to @hamoid, @Vechro for their kind contributions!

Changes since 0.4.0

orx

  • Upgrade to Gradle 7.5 (d0ec547)
  • Upgrade to kotlinx.coroutines 1.6.4 (f29d84d)
  • Change build action to run on pull requests (#251)
  • Rename org.openrndr.extras -> org.openrndr.extra (#250)
  • Update jarchivelib, add task to list all dependencies, target JVM 11 (#256)

orx-boofcv

  • Upgrade boofcv to 0.40.1 (#259)

orx-color

  • Changes for compatibility with openrndr/openrndr#326 (#246)
  • Rename ColorOKHSL.kt to ColorOKHSLa.kt and ColorOKHSV.kt to ColorOKHSVa.kt (#260)
  • ColorOKHSLa.toRGBa result will now always be in SRGB linearity and will include the alpha value of the receiver. (#260)
  • ColorOKLABa.toRGBa result now includes the alpha value of the receiver. (#260)

orx-image-fit

  • Add Rectangle.fit(Rectangle):Matrix44, FitMethod.Fill, FitMethod.None (#253)

orx-keyframer

  • Add mod and round functions (b85fb91)
  • Add support for backticked identifier names (5fa4e72)

orx-kotlin-parser

  • Upgrade to Antlr 4.10.1, upgrade Kotlin grammar (1719309)

orx-mesh-generators

  • Add comments for resolveMesh(), capMesh() (#254)

orx-rabbitcontrol

  • Update RCP dependencies (#255)

orx-shapes

  • Fix Rectangle.grid rounding error (#252)

orx-video-profiles

  • Add video profile extension functions (a6de46d)

orx-tensorflow

  • Upgrade Tensorflow to 0.4.1 (#259)

Full Changelog: v0.4.0.1...v0.4.1