Skip to content

Releases: husker-dev/openglfx

openglfx 4.0.5

01 Dec 14:59
d3015e3
Compare
Choose a tag to compare
  • Module dependency fixes

openglfx 4.0.4

01 Dec 09:31
Compare
Choose a tag to compare
  • Fixed crash when GLCanvas width or height is zero
  • Added LWJGL2 module
  • Added some improvements in LibGDX module

openglfx 4.0.3

30 Nov 17:04
Compare
Choose a tag to compare
  • Fixed flickering when resize on Linux
  • Canvas creation changed from GLCanvas.create(...) to new GLCanvas(...)

openglfx 4.0.2

27 Nov 20:40
Compare
Choose a tag to compare
  • Fixed wrong thread in disposing

openglfx 4.0.1

26 Nov 13:04
Compare
Choose a tag to compare
  • Bug fixes;
  • Optimized BlitCanvasImpl and AsyncBlitCanvasImpl;
  • Fixed some possible memory leaks;
  • Fixed crashes when invoking dispose();
  • Fixed rendering issues with two or more GLCanvas.

openglfx 4.0

20 Nov 13:27
Compare
Choose a tag to compare

A lot of new improvements!

OpenGLFX 3.0.5

12 Jun 10:31
152c1e1
Compare
Choose a tag to compare
  • OJGL version changed to 1.3
  • Removed Debug C++ dependency on windows

OpenGLFX 3.0.4.1

11 Jan 10:37
a73531b
Compare
Choose a tag to compare
  • Changed licence to Apache-2.0 licence

OpenGLFX 3.0.4

02 Jun 18:38
Compare
Choose a tag to compare
  • Custom context creation replaced by OJGL
  • Internal refactoring

OpenGLFX 3.0.3

28 May 19:49
Compare
Choose a tag to compare
  • Small fixes