|
@@ -1,5 +1,5 @@
|
|
|
---
|
|
|
-title: "jMonkeyEngine 3.3.2 released"
|
|
|
+title: "JMonkeyEngine version 3.3.2 is here!"
|
|
|
date: 2020-05-10T08:00:00+00:00
|
|
|
draft: false
|
|
|
type: "default"
|
|
@@ -7,21 +7,20 @@ layout: "default"
|
|
|
|
|
|
authors:
|
|
|
- "ItsMike54"
|
|
|
- - "sgold"
|
|
|
+ - "stephengold"
|
|
|
|
|
|
tags:
|
|
|
- "devlog"
|
|
|
- "release"
|
|
|
---
|
|
|
|
|
|
-# JMonkeyEngine version 3.3.2 is here!
|
|
|
-
|
|
|
After 3 months of beta testing, the Java game engine's long-awaited v3.3 release arrived on 30 March.
|
|
|
|
|
|
With it came exciting new features: AppState ids, light-probe blending, a better ragdoll control, and an animation system rewritten from the ground up.
|
|
|
|
|
|
As often happens, a few key bugfixes missed the cutoff for v3.3.0-stable. In its wake, the JMonkeyEngine team came together and identified a handful of existing fixes that could be safely backported into v3.3. With the help of volunteers, candidate builds received extensive testing on multiple platforms. Their efforts culminated in version 3.3.2-stable, a production-ready patch release from the v3.3 line.
|
|
|
-
|
|
|
+ <!--more-->
|
|
|
+
|
|
|
The 3.3.2-stable libraries are tested, approved, and ready-to-rock!
|
|
|
|
|
|
For projects built with Maven or Gradle, artifacts are available from JCenter. If you are looking for the source code, go to https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.3.2-stable
|