-
Using this with 1.8.1 libgdx nightly back end
if I set :
```
cfg.fullscreen = true;
cfg.width = LwjglApplicationConfiguration.getDesktopDisplayMode().width;
cfg.height = LwjglApplicationConfiguratio…
-
I am opening this ticket since I am about to create a revised SWT GLCanvas based on the old/current SWT-provided GLCanvas as a drop-in replacement with additional features such as specifying sample bu…
-
It seems like AWT/Swing is still a very popular solution for doing GUI programming in Java.
As such, the need for a LWJGL 3/AWT/Swing integration often arises.
Therefore, I'd like to revive LWJGL 2's …
-
From what I've seen in most of your code you seem to want to direct people to use your more convenient methods and classes so while it is possible to set the mouse cursor already using `Display.getWin…
-
Add an article in the Wiki explaining how to convert from JOGL's ~~vecmath~~ math classes to JOML.
This will help people switching from JOGL's ~~to LWJGL 3~~ math classes to using JOML.
-
```
The following libraries need to have specialized packages created for them
for use with Maven 2.
* LWJGL2
* Custom FengGUI build compatible w/ LWJGL2
* jME2
* JMEContext
* MD5Importer
* Ogre…
-
LWJGL update site has 2.9.1 but plugin wants 2.8.4, can you update to match the LWJGL version?
Thanks