Following up on a discussion from October, I’m assembling a list of JME-related libraries that can be added to Gradle projects as dependencies—in other words, those with Maven coordinates (groupid : artifactId : version).
My plan is brainstorm suggestions here, assemble and format the list, then add it to the JME wiki. (Should be much simpler than creating JmonkeyStore pages for all of them.) Does this plan make sense?
Here are a few examples to get the ball rolling…
name: Minie
maintainer: sgold
purpose: 3-D physics simulation
readme URL: https://stephengold.github.io/Minie/minie/overview.html
coordinates of latest release: com.github.stephengold:Minie:3.0.0
at JCenter? yes
other repositories: Jitpack [unofficial]
name: Lemur
maintainer: pspeed
purpose: user-interface toolkit
readme URL: https://github.com/jMonkeyEngine-Contributions/Lemur#readme
coordinates of latest release: com.simsilica:lemur:1.14.0
at JCenter? yes
name: jme-easing
maintainer: none
purpose: easing functions for animation
readme URL: https://github.com/jMonkeyEngine-archive/jme-easings-jayfella-github#readme
coordinates of latest release: com.jayfella:jme-easing:1.0
at JCenter? yes
name: jME-TTF
maintainer: Tryder
purpose: render TrueType fonts
readme URL: https://1337atr.weebly.com/jttf.html
coordinates of latest release: com.atr:jme-ttf:2.2.2
at JCenter? yes
…