openrndr icon indicating copy to clipboard operation
openrndr copied to clipboard

OPENRNDR 0.4.1

Open edwinRNDR opened this issue 2 years ago • 1 comments

Changes since 0.4.0

openrndr

  • Introduce ExtensionDslMarker (#330)
  • Upgrade to Gradle 7.5 (db5555ba3868ff535c540a94db382ff2a7ddaaf9)
  • Remove ApplicationDslMarker (#336)
  • Upgrade to kotlinx.coroutines 1.6.4, kotlin-logging 2.1.23, spek 2.0.18 (5e70d5016f956519d2a3c04dfc7823e6bb2786ab)
  • Update versions and use caching (#341)
  • Target JVM 11 (#343)
  • Upgrade to Gradle 7.5.1 (73de895ccfdcc40a8a21a0eb57cf36ac2e33bfe8)

openrndr-color

  • Add 4-digit and 8-digit support for fromHex (#327)
  • Color model changes, rename a to alpha (#326)
  • Fix and simplify ColorHSVa, ColorHSLa (7166a9436759c879c6bb8b3c425e54833d916ab6)

openrndr-extensions

  • Fix multisample content scale bug in Screenshots (73de895ccfdcc40a8a21a0eb57cf36ac2e33bfe8)

openrndr-ffmpeg

  • Rename MP4Profile to H264Profile and improve its interface. Add fun ScreenRecorder.h264(configure:H264Profile.()->Unit) to configure h264 profile (8d508d7898bd940ed5994e3281a5c24ab361de23)

openrndr-gl3

  • Improve shader error reporting (4f7e84be8ec4557cdb47c6d415f250c6bfab109f, #329)
  • Place experimental pointer events behind -Dorg.openrndr.pointerevents (47fbbbddae8f94c75ecd2a30f62ebae77748163e)
  • Restore glfwPollEvents in setup (29a8cddbfd6de89718b56ff4f6a00aa606f105e9)

openrndr-math

  • Add TransformBuilder.rotate (#331)
  • Add pointAtLength (#333)
  • Remove inaccurate pointAtLength optimization (#341)

openndr-shape

  • Implement .segment/s() in CompositionDrawer (#332)

openrndr-webgl

  • Fix issue with render targets with stencil or depth-stencil attachments (#337, 8ed73fef04605a3b33fb3631a326ce9707140031)
  • Fix vertex buffer calls at non-zero offsets (#338)

edwinRNDR avatar Jul 12 '22 09:07 edwinRNDR

To be considered: (#319)

edwinRNDR avatar Jul 12 '22 09:07 edwinRNDR

What is the workflow for this issue? Are entries to be added here as comments? When? By who?

hamoid avatar Aug 17 '22 16:08 hamoid

I edit my issue text usually after I merged in PRs or committed to master. Comments can be used to point out I missed something or provide improved text.

edwinRNDR avatar Aug 18 '22 09:08 edwinRNDR