JMonkeyStore library with lwjgl2

This library on the JMonkeyStore uses LWJGL2, and if you depend on it then you cannot use LWJGL3.

This incompatibility should be stated on the store page…

You can exclude it like this

implementation ( 'com.github.Jeddic:particlemonkey:1.0.2') {
        exclude group: 'org.jmonkeyengine', module: 'jme3-lwjgl'
}
1 Like

That’s cool, didn’t know you could do that with gradle.

Separating out the examples from the core library is on my todo list to avoid problems like this. It’s only included to run the examples.