index.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <title>jMonkeyEngine | JMonkeyEngine 3.7.0-stable release</title>
  5. <meta name="viewport" content="width=device-width,minimum-scale=1">
  6. <meta name="description"
  7. content="jMonkeyEngine is a modern developer friendly game engine written primarily in Java. ">
  8. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
  9. <link rel="stylesheet" href="/css/style.css">
  10. <meta name="twitter:card" content="summary"/>
  11. <meta name="twitter:title" content="JMonkeyEngine 3.7.0-stable release"/>
  12. <meta name="twitter:description" content="We&rsquo;re proud to announce the release of version 3.7.0-stable of the JMonkeyEngine game engine.
  13. And here&rsquo;s a big &ldquo;thank you!&rdquo; to Adi Barda, who managed that release.
  14. The new release is featured in version v3.7.0-stable-sdk2 of our Software Development Kit.
  15. Pre-compiled libraries are available from the Maven Central repository under the &ldquo;org.jmonkeyengine&rdquo; groupID.
  16. Release notes are online at https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.7.0-stable
  17. Development of a 3."/>
  18. <meta property="og:title" content="JMonkeyEngine 3.7.0-stable release" />
  19. <meta property="og:description" content="We&rsquo;re proud to announce the release of version 3.7.0-stable of the JMonkeyEngine game engine.
  20. And here&rsquo;s a big &ldquo;thank you!&rdquo; to Adi Barda, who managed that release.
  21. The new release is featured in version v3.7.0-stable-sdk2 of our Software Development Kit.
  22. Pre-compiled libraries are available from the Maven Central repository under the &ldquo;org.jmonkeyengine&rdquo; groupID.
  23. Release notes are online at https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.7.0-stable
  24. Development of a 3." />
  25. <meta property="og:type" content="article" />
  26. <meta property="og:url" content="https://jmonkeyengine.org/devlog/jme370/" /><meta property="article:section" content="devlog" />
  27. <meta property="article:published_time" content="2025-01-28T08:00:00+00:00" />
  28. <meta property="article:modified_time" content="2025-01-28T08:00:00+00:00" />
  29. <meta itemprop="name" content="JMonkeyEngine 3.7.0-stable release">
  30. <meta itemprop="description" content="We&rsquo;re proud to announce the release of version 3.7.0-stable of the JMonkeyEngine game engine.
  31. And here&rsquo;s a big &ldquo;thank you!&rdquo; to Adi Barda, who managed that release.
  32. The new release is featured in version v3.7.0-stable-sdk2 of our Software Development Kit.
  33. Pre-compiled libraries are available from the Maven Central repository under the &ldquo;org.jmonkeyengine&rdquo; groupID.
  34. Release notes are online at https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.7.0-stable
  35. Development of a 3."><meta itemprop="datePublished" content="2025-01-28T08:00:00+00:00" />
  36. <meta itemprop="dateModified" content="2025-01-28T08:00:00+00:00" />
  37. <meta itemprop="wordCount" content="100">
  38. <meta itemprop="keywords" content="devlog,release,blog," />
  39. <script src="/js/old-browser.js"></script>
  40. <link rel="stylesheet" href="/css/old-browser.css">
  41. <script src="/highlight/highlight.pack.js"></script>
  42. <script
  43. src="//cdnjs.cloudflare.com/ajax/libs/highlightjs-line-numbers.js/2.8.0/highlightjs-line-numbers.min.js"></script>
  44. <link rel="stylesheet" href="/highlight/styles/railscasts.css">
  45. <script type="text/javascript">
  46. hljs.initHighlightingOnLoad();
  47. hljs.initLineNumbersOnLoad();
  48. </script>
  49. <script src="/js/utils.js"></script>
  50. <script src="/js/showcase.js"></script>
  51. <script type="module" src="/js/Main.js"></script>
  52. <script src="https://cdnjs.cloudflare.com/ajax/libs/later/1.2.0/later.min.js" integrity="sha512-4OyNDMl5KLKjS8F1ImVwUvmthM8HkXbR6vMafCmT5zBTd9I/sA3z3zM0JLBosHW6/3K2jq2RoBo/eTUNS2hOGA==" crossorigin="anonymous"></script>
  53. <script src="/js/maintenance/maintenance.js"></script>
  54. <link rel="stylesheet" href="/js/maintenance/maintenance.css">
  55. <script src="/js/christmas/Christmas.js"></script>
  56. <script>
  57. Christmas.init(
  58. "https://jmonkeyengine.org/js/christmas/",
  59. ["figure.githubUser img", 'img.avatar', "#showcase button"],
  60. [
  61. {
  62. type: "attribute",
  63. value: "src",
  64. transform:function(src){
  65. if(src.startsWith("/user_avatar/hub.jmonkeyengine.org/")) {
  66. return src.substring("/user_avatar/hub.jmonkeyengine.org/".length).split("/")[0];
  67. }
  68. return src;
  69. }
  70. },
  71. {
  72. type: "attribute",
  73. value: "title"
  74. },
  75. {
  76. type: "text"
  77. }
  78. ],
  79. ["header img.avatar"]
  80. );
  81. </script>
  82. </head>
  83. <body>
  84. <header> <nav class="responsiveWidth " id="topmenu">
  85. <div class="expandable">
  86. <a href="https://jmonkeyengine.org/" alt-href="https://jmonkeyengine.org/tags,https://jmonkeyengine.org/authors,https://jmonkeyengine.org/devlog,https://jmonkeyengine.org/blog,,https://jmonkeyengine.org/communitylog">
  87. <button class="genericCl responsiveIcon expandable ">
  88. <i class="fas fa-home"></i> <span>Home</span>
  89. </button>
  90. </a>
  91. <a href="https://jmonkeyengine.org/tags/showcase" alt-href="https://jmonkeyengine.org/showcase">
  92. <button class="genericCl responsiveIcon expandable ">
  93. <i class="fas fa-images"></i> <span>Showcase</span>
  94. </button>
  95. </a>
  96. <a href="https://hub.jmonkeyengine.org">
  97. <button class="genericCl responsiveIcon expandable ">
  98. <i class="fab fa-discourse"></i> <span>Discussions</span>
  99. </button>
  100. </a>
  101. <a href="https://library.jmonkeyengine.org" >
  102. <button class="genericCl responsiveIcon expandable ">
  103. <i class="fas fa-puzzle-piece"></i> <span>Library</span>
  104. </button>
  105. </a>
  106. <a href="https://jmonkeyengine.org/docs">
  107. <button class="genericCl responsiveIcon expandable ">
  108. <i class="fas fa-book"></i> <span>Docs</span>
  109. </button>
  110. </a>
  111. <a href="https://jmonkeyengine.org/license">
  112. <button class="genericCl responsiveIcon expandable toggleable toggledOffPortrait">
  113. <i class="fas fa-balance-scale-right"></i> <span>License</span>
  114. </button>
  115. </a>
  116. </div>
  117. <div class="toggleable toggledOffPortrait expandable">
  118. <a href="https://github.com/jMonkeyEngine/jmonkeyengine" rel='noopener noreferrer' target="_blank">
  119. <button class="icon toggleable toggledOffPortrait codeCl expandable " title="Github">
  120. <i class="fab fa-github-square"></i> <span>Github</span>
  121. </button>
  122. </a>
  123. <a href="https://twitter.com/jmonkeyengine" rel='noopener noreferrer' target="_blank">
  124. <button class="icon twitterCl toggleable toggledOffPortrait expandable " title="Follow on Twitter">
  125. <i class="fab fa-twitter"></i> <span>Twitter</span>
  126. </button>
  127. </a>
  128. <a href="https://www.youtube.com/channel/UC-Fs3R5Q6wW_XYspOXGZgPw" rel='noopener noreferrer'
  129. target="_blank">
  130. <button class="icon youtubeCl toggleable toggledOffPortrait expandable " title="Follow on Youtube">
  131. <i class="fab fa-youtube"></i> <span>Youtube</span>
  132. </button>
  133. </a>
  134. <a href="https://discord.gg/Rv8sfVu" rel='noopener noreferrer' target="_blank">
  135. <button class="icon discordCl toggleable toggledOffPortrait expandable " title="Discord">
  136. <i class="fab fa-discord"></i> <span>Discord</span>
  137. </button>
  138. </a>
  139. <a href="https://jmonkeyengine.org/donate" >
  140. <button class="icon donateCl toggleable toggledOffPortrait expandable " title="Donate">
  141. <i class="fas fa-donate"></i> <span>Donate!</span>
  142. </button>
  143. </a>
  144. </div>
  145. </nav>
  146. <script>
  147. !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.stringSimilarity=e():t.stringSimilarity=e()}(self,(function(){return t={138:t=>{function e(t,e){if((t=t.replace(/\s+/g,""))===(e=e.replace(/\s+/g,"")))return 1;if(t.length<2||e.length<2)return 0;let r=new Map;for(let e=0;e<t.length-1;e++){const n=t.substring(e,e+2),o=r.has(n)?r.get(n)+1:1;r.set(n,o)}let n=0;for(let t=0;t<e.length-1;t++){const o=e.substring(t,t+2),s=r.has(o)?r.get(o):0;s>0&&(r.set(o,s-1),n++)}return 2*n/(t.length+e.length-2)}t.exports={compareTwoStrings:e,findBestMatch:function(t,r){if(!function(t,e){return"string"==typeof t&&!!Array.isArray(e)&&!!e.length&&!e.find((function(t){return"string"!=typeof t}))}(t,r))throw new Error("Bad arguments: First argument should be a string, second should be an array of strings");const n=[];let o=0;for(let s=0;s<r.length;s++){const i=r[s],f=e(t,i);n.push({target:i,rating:f}),f>n[o].rating&&(o=s)}return{ratings:n,bestMatch:n[o],bestMatchIndex:o}}}}},e={},function r(n){if(e[n])return e[n].exports;var o=e[n]={exports:{}};return t[n](o,o.exports,r),o.exports}(138);var t,e}));
  148. window.initJmeMenu=function () {
  149. const selectionClass= window.selectedTopMenuClass || "highlightedCl";
  150. const topmenu = document.querySelector('#topmenu');
  151. if (window.location.href.startsWith("http://localhost:1313")) {
  152. for (const a of topmenu.querySelectorAll("a")) {
  153. a.href = a.href.replace("https://jmonkeyengine.org", "http://localhost:1313");
  154. }
  155. }
  156. const likelyScore=[];
  157. for (const a of topmenu.querySelectorAll("a")) {
  158. const pageUrl=window.location.href.endsWith("/")?window.location.href.substring(0,window.location.href.length-1):window.location.href;
  159. const process = (linkUrls) => {
  160. if(!linkUrls)return;
  161. for(let linkUrl of linkUrls){
  162. if (linkUrl != null) {
  163. if (window.location.href.startsWith("http://localhost:1313")) {
  164. linkUrl = linkUrl.replace("https://jmonkeyengine.org", "http://localhost:1313");
  165. }
  166. if (linkUrl.endsWith("/")) {
  167. linkUrl = linkUrl.substring(0, linkUrl.length - 1);
  168. }
  169. const score = stringSimilarity.compareTwoStrings(linkUrl, pageUrl);
  170. likelyScore.push(
  171. {
  172. score: score,
  173. el: a.querySelector("button")
  174. }
  175. );
  176. }
  177. }
  178. }
  179. process([a.href]);
  180. process(a.getAttribute("alt-href")?a.getAttribute("alt-href").split(","):undefined);
  181. }
  182. likelyScore.sort((a, b) => b.score - a.score);
  183. likelyScore.forEach(el=>el.el.classList.remove(selectionClass));
  184. likelyScore[0].el.classList.add(selectionClass);
  185. };
  186. document.addEventListener('DOMContentLoaded', function(){
  187. window.initJmeMenu();
  188. });
  189. </script>
  190. <div id="siteTitle" class="list hlist responsiveWidth">
  191. <div id="logo">
  192. <a href="/">
  193. <img src="/images/jme-logo.png" />
  194. </a>
  195. <i class="toggleNavOnPortraitButton fas fa-bars" toggle="topmenu"></i>
  196. </div>
  197. <div id="contributionsBanner">
  198. <div> <i class="fas fa-donate"></i>
  199. Backed by:
  200. <a rel='noopener nofollow noreferrer' target="_blank" id="backerName">The Community</a>
  201. <a rel='noopener nofollow noreferrer' target="_blank"
  202. href="https://opencollective.com/jmonkeyengine#section-contributors"> and more...</a>
  203. </div>
  204. <div>
  205. <i class="fab fa-github-alt"></i>
  206. Contributed by:
  207. <a rel='noopener nofollow noreferrer' target="_blank" id="contributorName">The Community</a>
  208. <a rel='noopener nofollow noreferrer' target="_blank"
  209. href="https://github.com/jMonkeyEngine/jmonkeyengine/graphs/contributors">and more...</a>
  210. </div>
  211. </div>
  212. </div>
  213. </header>
  214. <main>
  215. <section id="showcase" mode="banner">
  216. <i id="playButton" class=" fas fa-play"></i>
  217. <div class="showcaseElement" style='display: block '>
  218. <div class="cover blur" style ="background-image: url('/images/showcase/depthris/1.webp'); " ></div>
  219. <div class="cover" style ="background-image: url('/images/showcase/depthris/1.webp'); " ></div>
  220. </div>
  221. <div class="showcaseElement" style='display: none '>
  222. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/depthris/6.webp'); " ></div>
  223. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/depthris/6.webp'); " ></div>
  224. </div>
  225. <div class="showcaseElement" style='display: none '>
  226. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/depthris/2.webp'); " ></div>
  227. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/depthris/2.webp'); " ></div>
  228. </div>
  229. <div class="showcaseElement" style='display: none '>
  230. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/depthris/4.webp'); " ></div>
  231. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/depthris/4.webp'); " ></div>
  232. </div>
  233. <div class="showcaseElement" style='display: none '>
  234. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/depthris/3.webp'); " ></div>
  235. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/depthris/3.webp'); " ></div>
  236. </div>
  237. <div class="showcaseElement" style='display: none '>
  238. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/depthris/5.webp'); " ></div>
  239. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/depthris/5.webp'); " ></div>
  240. </div>
  241. <div class="responsiveWidth" id="engineDescription">
  242. jMonkeyEngine is a modern developer friendly game engine written primarily in Java.
  243. <br />
  244. Its minimalistic and code first approach makes it perfect for developers who want the support of a game engine
  245. while retaining full control over their code with the ability to extend and adapt the engine to their workflow.
  246. <br />
  247. <br />
  248. <br />
  249. <a href="/start/"><button id="startbtn" class="highlightedCl" ><i class="fas fa-rocket"></i> Get Started </button></a>
  250. <a href="/#features" title="overview"><button id="startbtn" class="highlightedCl"><i class="fas fa-question-circle" style="padding:0"></i></button></a>
  251. <br />
  252. <br />
  253. </div>
  254. <div class="responsiveWidth" >
  255. <div id="gameDescription" >
  256. <h2><i class="far fa-images" ></i> DEPTHRIS powered by jMonkeyEngine</h2>
  257. 3D puzzle game inspired by the classic title for DOS.
  258. Move and rotate the pieces so they fit in the spaces and fill as much floors as possibles.
  259. But on each level, the pieces will start falling …
  260. <br />
  261. <a class="readMore" href="/showcase/depthris/#showcase">See game page </a>
  262. </div>
  263. </div>
  264. </section>
  265. <br/>
  266. <section class="message list vlist">
  267. <div>
  268. <blockquote class="list vlist responsive">
  269. <span id="backerMessage">-</span>
  270. <i><a rel='noopener nofollow noreferrer' target="_blank" id="backerMessageName">-</a> </i>
  271. </blockquote>
  272. <a href="https://opencollective.com/jmonkeyengine">Become a
  273. backer and leave a message...</a>
  274. </div>
  275. </section>
  276. <br/>
  277. <a id="content"></a>
  278. <section class="full responsiveWidth">
  279. <article>
  280. <h1 >
  281. <i class="fas fa-code useless"></i>
  282. <a href="/devlog/jme370/">JMonkeyEngine 3.7.0-stable release</a></h1>
  283. <div class="content">
  284. <span>
  285. <p>We&rsquo;re proud to announce the release of version 3.7.0-stable of the JMonkeyEngine game engine.<br>
  286. And here&rsquo;s a big &ldquo;thank you!&rdquo; to Adi Barda, who managed that release.</p>
  287. <p>The new release is featured in <a href="https://github.com/jMonkeyEngine/sdk/releases/tag/v3.7.0-stable-sdk2">version v3.7.0-stable-sdk2 of our Software Development Kit</a>.<br>
  288. Pre-compiled libraries are available from the Maven Central repository under the &ldquo;org.jmonkeyengine&rdquo; groupID.<br>
  289. Release notes are online at <a href="https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.7.0-stable">https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.7.0-stable</a></p>
  290. <p>Development of a 3.8 release has already begun. Ryan McDonough is managing that effort. Please support him in any way you can.</p>
  291. <p>For the latest news and discussion of JMonkeyEngine software development, visit <a href="https://hub.jmonkeyengine.org/c/development-discussion-jme3/9">the Development category at the JME Community Hub/Forum</a>.</p>
  292. </span>
  293. <nav>
  294. <ul class="tags smaller">
  295. <h3 class="tags">Tags</h3>
  296. <li><a class="devlog" href="/tags/devlog"><i class="fas fa-hashtag"></i>devlog</a></li>
  297. <li><a class="release" href="/tags/release"><i class="fas fa-hashtag"></i>release</a></li>
  298. <li><a class="blog" href="/tags/blog"><i class="fas fa-hashtag"></i>blog</a></li>
  299. </ul>
  300. <ul class="authors smaller">
  301. <h3 class="authors">Authors</h3>
  302. <li><a class="stephengold" href="/authors/stephengold"><i class="fas fa-at"></i>stephengold</a></li>
  303. </ul>
  304. <ul class="postedDate smaller">
  305. <h3 class="postedDate">Date</h3>
  306. <li><time datetime="2025-01-28 08:00:00 &#43;0000 UTC"><i class="fas fa-calendar"></i>28 January 2025</time> </li>
  307. </ul>
  308. <ul class="share">
  309. <h3 class="share">Share</h3>
  310. <li>
  311. <button><a href="https://twitter.com/share?ref_src=twsrc%5Etfw&text=We%e2%80%99re%20proud%20to%20announce%20the%20release%20of%20version%203.7.0-stable%20of%20the%20JMonkeyEngine%20game%20engine.%0aAnd%20here%e2%80%99s%20a%20big%20%e2%80%9cthank%20you%21%e2%80%9d%20to%20Adi%20Barda%2c%20who%20managed%20%e2%80%a6 " >
  312. <i class="fab fa-twitter-square"></i> Share on Twitter</a></button></li>
  313. </ul>
  314. </nav>
  315. </div>
  316. </article>
  317. </section>
  318. <section class="full responsiveWidth">
  319. <article>
  320. <h1 id="comments"><i class="useless fas fa-comments"></i> Comments</h1>
  321. <div class="content" id='discourse-comments'></div>
  322. <script type="text/javascript">
  323. var eurl=window.location.href ;
  324. eurl=eurl.split("#")[0];
  325. eurl=eurl.split("?")[0];
  326. eurl=eurl.trim();
  327. if(eurl.endsWith("/index.html"))eurl=eurl.substring(0,eurl.length-"/index.html".length).trim();
  328. if(eurl.charAt(eurl.length-1)=="/") eurl=eurl.substring(0,eurl.length-1);
  329. if(eurl.startsWith("http://")) eurl="https://"+eurl.substring("http://".length);
  330. if(eurl.endsWith("/communitylog/new-website")){
  331. eurl+="/#content";
  332. }
  333. DiscourseEmbed = {
  334. discourseUrl: 'https://hub.jmonkeyengine.org/',
  335. discourseEmbedUrl: eurl
  336. };
  337. (function() {
  338. var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
  339. d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
  340. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
  341. })();
  342. </script>
  343. </article>
  344. </section>
  345. </main>
  346. <footer>
  347. © 2020 jMonkeyEngine.
  348. All other trademarks, logos and featured content are property of their respective owners.
  349. <br />
  350. <a title="Github repo" rel='noopener nofollow noreferrer' target="_blank"
  351. href="https://github.com/jMonkeyEngine/jmonkeyengine-website">
  352. <i class="fab fa-github"></i> Source on Github
  353. </a>
  354. |
  355. <a title="Report issue" rel='noopener nofollow noreferrer' target="_blank"
  356. href="https://github.com/jMonkeyEngine/jmonkeyengine-website/issues">
  357. <i class="fas fa-bug"></i> Report an issue
  358. </a>
  359. <br />
  360. <br />
  361. Website designed and developed by
  362. <a href="https://github.com/riccardobl">Riccardo Balbo</a>
  363. for the jMonkeyEngine's Community.
  364. </footer>
  365. <div id="poweredBy" >
  366. <a rel='noopener nofollow noreferrer' target="_blank" href="https://www.macstadium.com/">
  367. <img src="/images/macstadium-logo.png" />
  368. </a>
  369. <a rel='noopener nofollow noreferrer' target="_blank" href="https://www.java.com/">
  370. <img src="/images/java-logo.png" />
  371. </a>
  372. <a rel='noopener nofollow noreferrer' target="_blank" href="https://opengl.org/">
  373. <img src="/images/opengl-logo.png" />
  374. </a>
  375. </div>
  376. </body>
  377. </html>