Skip to content

Releases: silenium-dev/compose-gl

0.7.1

07 Jan 12:45
b0ebb3e

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

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

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

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

Choose a tag to compare

Full Changelog: 0.5.0...0.5.1

0.5.0

06 Oct 21:39
9912f61

Choose a tag to compare

Full Changelog: 0.4.2...0.5.0

0.4.2

06 Oct 21:31
e196ff1

Choose a tag to compare

Full Changelog: 0.4.1...0.4.2

0.4.1

06 Oct 10:03
06f5824

Choose a tag to compare

Full Changelog: 0.4.0...0.4.1

0.4.0

04 Oct 21:30
d8b253b

Choose a tag to compare

New features:

  • Add parameter for overriding the size of the underlying FBOs (e.g. for rendering something with a known resolution and allowing user controlled zoom)

Full Changelog: 0.3.3...0.4.0

0.3.3

15 Sep 12:00
98f3a4f

Choose a tag to compare

Full Changelog: 0.3.2...0.3.3