SDK Release 3.6.1-sdk4
github-actions
released this
09 Dec 12:25
·
111 commits
to master
since this release
Highlights
- Some small paper cuts resolved
- Feature AssetBrowser (https://wiki.jmonkeyengine.org/docs/3.4/sdk/assetbrowser.html)
- Gradle template with LWGJL3 now works on MacOS
- Java 21 ready (not included in the release)
- Built-in old Blender is no more
- Based on Netbeans 20 (up from 19)
- Comes with JDK 17.0.9 (up from 17.0.8)
- Replaced native bullet with Minie (https://github.com/stephengold/Minie)
What's Changed
- Assetbrowser by @neph1 in #506
- Assetbrowser fix branch2 by @neph1 in #530
- Gui fixes by @neph1 in #531
- update version numbers for libraries in com.github.stephengold by @stephengold in #538
- add 5 optional libraries from com.simsilica by @stephengold in #539
- add back unit test that has gone missing by @neph1 in #537
- This adds samplerCube and sampler2DArray to the shadernode definition… by @neph1 in #535
- Feature/gradle template improvements by @tonihele in #545
- Issue#534 scene composer panels scrolls with mouse movements by @neph1 in #546
- Replacing bullet-native with Minie by @neph1 in #547
- update minie to 7.8.0 by @neph1 in #549
- Added some module exceptions by @tonihele in #554
- Netbeans 20 by @tonihele in #553
- Get new Java 17 version by @tonihele in #552
- Feature/jdk download tweak by @tonihele in #555
Full Changelog: v3.6.1-stable-sdk2...v3.6.1-stable-sdk4
Note for upgrading from previous SDK versions
Note for upgrading from previous SDK versions
There is no upgrade path per se, but if you have had any older SDK version on your computer. This new version might fail to start. To fix this you need to delete the following folder (old SDK settings):
C:\Users\user\AppData\Roaming\jmonkeyplatform
(Windows)
/home/user/.jmonkeyplatform
(Linux)