SDK 3.7.0-sdk2 released

We have released our first bug fix release to SDK 3.7.0 series. Mainly to address some of the regressions we had on the first stable release, but also already a few handy new features:

Highlights

  • Based on Netbeans 24 (up from 23)
  • Bug fixes & updated libraries (mainly for Ant projects)
  • GLSL now has basic auto-completion feature
  • Animation merging

I suppose currently known issues are related to the jME-tests template. Tests that load glTF models don’t work. Also some physics tests wont compile as the SDK is using latest revision of Minie rather than the default jBullet physics. We’ll keep working on those and we have some interesting new features in the works as well.

Get your fresh copy from Release SDK Release 3.7.0-sdk2 · jMonkeyEngine/sdk · GitHub.

10 Likes

The Minie repo includes adapted versions of all the physics apps in jme3-examples: Minie/Jme3Examples/src/main/java/jme3test at master · stephengold/Minie · GitHub

1 Like

Hmm, maybe we need some ultimate hack that first gets jme-tests and then your tests overwriting the jme ones… Phew, getting really complicated :smiley: And the more there is to maintain then

The long-term solution, I think, will be to remove jme3-jbullet (and all tests that depend on it) from the Engine.

2 Likes