Releases: silenium-dev/compose-gl
Releases · silenium-dev/compose-gl
0.7.4
Full Changelog: 0.7.3...0.7.4
0.7.3
Full Changelog: 0.7.2...0.7.3
0.7.2
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
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
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
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
Changes:
- improve render timings by using a plain Java thread for rendering
- replace
glFinish()
withglFlush()
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
Full Changelog: 0.5.0...0.5.1
0.5.0
Full Changelog: 0.4.2...0.5.0
0.4.2
Full Changelog: 0.4.1...0.4.2