Hi all, I’m a little confused. I would like to know more about the difference between the libraries
- ‘jme3-lwjgl:3.3.2-stable’
- ‘jme3-lwjgl3:3.3.2-stable’
Running the https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-examples/src/main/java/jme3test/input/TestJoystick.java class with a pc joystick, two different key combinations are detected based on the library configured in the build.gradle file.
Which one do you recommend me to use and why?
Here is the screenshot using:
- runtimeOnly ‘org.jmonkeyengine:jme3-lwjgl:3.3.2-stable’
Here is the screenshot using:
- runtimeOnly ‘org.jmonkeyengine:jme3-lwjgl3:3.3.2-stable’