Browse Source

add a blog post for the JME 3.5.0-stable release (#22)

Stephen Gold 3 năm trước cách đây
mục cha
commit
fe2b98e4f0
1 tập tin đã thay đổi với 21 bổ sung0 xóa
  1. 21 0
      content/devlog/jme350.md

+ 21 - 0
content/devlog/jme350.md

@@ -0,0 +1,21 @@
+---
+title: "JMonkeyEngine 3.5.0-stable release"
+date: 2022-01-24T08:00:00+00:00
+draft: false
+type: "default"
+layout: "post_layout_default"
+enable_comments: true
+authors:
+    - "stephengold"
+
+tags:
+    - "devlog"
+    - "release"
+    - "blog"
+---
+
+We're proud to present the 3.5.0-stable release of our open-source 3-D game engine for Java programmers. This is the first release of jMonkeyEngine to leverage LWJGL v3.3, and it includes many bugfixes and new features. For details, see the release notes at https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.5.0-stable
+
+Pre-compiled 3.5.0-stable libraries are available from the Maven Central repository under the "org.jmonkeyengine" groupID.
+
+For the latest news and discussion of JMonkeyEngine software development, visit [the Development category at the JME Community Hub/Forum](https://hub.jmonkeyengine.org/c/development-discussion-jme3/9).