Skip to content

Releases: silenium-dev/compose-gl

0.7.4

10 Jan 15:09
54e6d04
Compare
Choose a tag to compare

Full Changelog: 0.7.3...0.7.4

0.7.3

10 Jan 14:33
f18490e
Compare
Choose a tag to compare

Full Changelog: 0.7.2...0.7.3

0.7.2

07 Jan 21:21
aceb238
Compare
Choose a tag to compare

Fixes:

  • fix egl context throwing an 0x506 gl error
  • adapt to new lwjgl behavior

Full Changelog: 0.7.1...0.7.2

0.7.1

07 Jan 12:45
b0ebb3e
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump ch.qos.logback:logback-classic from 1.5.10 to 1.5.12 by @dependabot in #23
  • build(deps): bump me.saket.telephoto:zoomable from 0.13.0 to 0.14.0 by @dependabot in #24
  • build(deps): bump lwjgl from 3.3.4 to 3.3.5 by @dependabot in #25
  • build(deps): bump lwjgl from 3.3.5 to 3.3.6 by @dependabot in #29
  • build(deps): bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.16 by @dependabot in #28
  • build(deps): bump kotlinx-coroutines from 1.9.0 to 1.10.1 by @dependabot in #27

Full Changelog: 0.7.0...0.7.1

0.7.0

16 Oct 01:14
9a4966e
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.10 by @dependabot in #20

Full Changelog: 0.6.1...0.7.0

0.6.1

08 Oct 17:23
0b20238
Compare
Choose a tag to compare

Changes:

  • minimize synchronization in swap-chains
  • add GLDrawScope.terminate() for stopping the render thread from within the render loop

Full Changelog: 0.6.0...0.6.1

0.6.0

08 Oct 16:41
11c0133
Compare
Choose a tag to compare

Changes:

  • improve render timings by using a plain Java thread for rendering
  • replace glFinish() with glFlush() after rendering each frame
  • remove suspend modifier from all render methods to allow blocking calls like Thread.sleep() inside the render block

Full Changelog: 0.5.1...0.6.0

0.5.1

07 Oct 00:08
b484368
Compare
Choose a tag to compare

Full Changelog: 0.5.0...0.5.1

0.5.0

06 Oct 21:39
9912f61
Compare
Choose a tag to compare

Full Changelog: 0.4.2...0.5.0

0.4.2

06 Oct 21:31
e196ff1
Compare
Choose a tag to compare

Full Changelog: 0.4.1...0.4.2