Releases: jMonkeyEngine/lwjgl2
Releases · jMonkeyEngine/lwjgl2
LWJGL 2.9.5
LWJGL 2.9.4
What's Changed
- Updated GitHub workflow to build it with java 8 (Fix MeFisto94#2) and disabled compiling natives and instead uploaded the precompiled Linux natives. The liblwjgl64.so is compiled with java 11 I grabbed from @MeFisto94 fork.
- The newly compiled
liblwjgl64.so
resolves jMonkeyEngine/jmonkeyengine#1247 and jMonkeyEngine/jmonkeyengine#1215 - Applied lwjgl2-primarymonitor-patch-xrandr made by @riccardobl that partially fix jMonkeyEngine/jmonkeyengine#947 (we still have the AWT issue sometimes returning incorrect display mode that needs to be settled as well. see jMonkeyEngine/jmonkeyengine#1890 (comment)).
- Updated GitHub workflow to also generate & publish maven artifacts into the released assets.
- Changed groupId to
org.jmonkeyengine
on the required modules (lwjgl and lwjgl-platform)