Skip to content

v0.6.1

Compare
Choose a tag to compare
@LeHaine LeHaine released this 08 Feb 13:21
· 173 commits to master since this release
e8992c9

v0.6.1

This contains fixes for JVM Mac support. Major thanks to @jsm174 for helping out with all the Mac support.

Fixes

  • Add new HdpiMode for JVM platforms. Setting to HdpiMode.PIXELS will allow correct display on Macs with retina displays.
  • Update GlVersion to handle comparisons of versions correctly. This fixes issues in the GlslGenerator.
  • Update LjwglGL to only use the extension framebuffer and renderbuffer calls if the OpenGL version is < 3.
  • Fix shader compilation errors on Macs.