index.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <title>jMonkeyEngine | JMonkeyEngine 3.5.1 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.5.1 release"/>
  12. <meta name="twitter:description" content="JMonkeyEngine is pleased to announce the 3.5.1-stable release of its 3-D game engine for Java programmers. JMonkeyEngine 3.5.1 is an interim release that patches a couple bugs and improves support for Macintosh systems containing Apple Silicon.
  13. The 3.5.1-stable libraries are available from the Maven Central repository under the &ldquo;org.jmonkeyengine&rdquo; group ID.
  14. To browse the change list and the source code, go to https://github."/>
  15. <meta property="og:title" content="JMonkeyEngine 3.5.1 release" />
  16. <meta property="og:description" content="JMonkeyEngine is pleased to announce the 3.5.1-stable release of its 3-D game engine for Java programmers. JMonkeyEngine 3.5.1 is an interim release that patches a couple bugs and improves support for Macintosh systems containing Apple Silicon.
  17. The 3.5.1-stable libraries are available from the Maven Central repository under the &ldquo;org.jmonkeyengine&rdquo; group ID.
  18. To browse the change list and the source code, go to https://github." />
  19. <meta property="og:type" content="article" />
  20. <meta property="og:url" content="https://jmonkeyengine.org/devlog/jme351/" /><meta property="article:section" content="devlog" />
  21. <meta property="article:published_time" content="2022-03-20T16:00:00+00:00" />
  22. <meta property="article:modified_time" content="2022-03-20T16:00:00+00:00" />
  23. <meta itemprop="name" content="JMonkeyEngine 3.5.1 release">
  24. <meta itemprop="description" content="JMonkeyEngine is pleased to announce the 3.5.1-stable release of its 3-D game engine for Java programmers. JMonkeyEngine 3.5.1 is an interim release that patches a couple bugs and improves support for Macintosh systems containing Apple Silicon.
  25. The 3.5.1-stable libraries are available from the Maven Central repository under the &ldquo;org.jmonkeyengine&rdquo; group ID.
  26. To browse the change list and the source code, go to https://github."><meta itemprop="datePublished" content="2022-03-20T16:00:00+00:00" />
  27. <meta itemprop="dateModified" content="2022-03-20T16:00:00+00:00" />
  28. <meta itemprop="wordCount" content="81">
  29. <meta itemprop="keywords" content="devlog,release,blog," />
  30. <script src="/js/old-browser.js"></script>
  31. <link rel="stylesheet" href="/css/old-browser.css">
  32. <script src="/highlight/highlight.pack.js"></script>
  33. <script
  34. src="//cdnjs.cloudflare.com/ajax/libs/highlightjs-line-numbers.js/2.8.0/highlightjs-line-numbers.min.js"></script>
  35. <link rel="stylesheet" href="/highlight/styles/railscasts.css">
  36. <script type="text/javascript">
  37. hljs.initHighlightingOnLoad();
  38. hljs.initLineNumbersOnLoad();
  39. </script>
  40. <script src="/js/utils.js"></script>
  41. <script src="/js/showcase.js"></script>
  42. <script type="module" src="/js/Main.js"></script>
  43. <script src="https://cdnjs.cloudflare.com/ajax/libs/later/1.2.0/later.min.js" integrity="sha512-4OyNDMl5KLKjS8F1ImVwUvmthM8HkXbR6vMafCmT5zBTd9I/sA3z3zM0JLBosHW6/3K2jq2RoBo/eTUNS2hOGA==" crossorigin="anonymous"></script>
  44. <script src="/js/maintenance/maintenance.js"></script>
  45. <link rel="stylesheet" href="/js/maintenance/maintenance.css">
  46. <script src="/js/christmas/Christmas.js"></script>
  47. <script>
  48. Christmas.init(
  49. "https://jmonkeyengine.org/js/christmas/",
  50. ["figure.githubUser img", 'img.avatar', "#showcase button"],
  51. [
  52. {
  53. type: "attribute",
  54. value: "src",
  55. transform:function(src){
  56. if(src.startsWith("/user_avatar/hub.jmonkeyengine.org/")) {
  57. return src.substring("/user_avatar/hub.jmonkeyengine.org/".length).split("/")[0];
  58. }
  59. return src;
  60. }
  61. },
  62. {
  63. type: "attribute",
  64. value: "title"
  65. },
  66. {
  67. type: "text"
  68. }
  69. ],
  70. ["header img.avatar"]
  71. );
  72. </script>
  73. </head>
  74. <body>
  75. <header> <nav class="responsiveWidth " id="topmenu">
  76. <div class="expandable">
  77. <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">
  78. <button class="genericCl responsiveIcon expandable ">
  79. <i class="fas fa-home"></i> <span>Home</span>
  80. </button>
  81. </a>
  82. <a href="https://jmonkeyengine.org/tags/showcase" alt-href="https://jmonkeyengine.org/showcase">
  83. <button class="genericCl responsiveIcon expandable ">
  84. <i class="fas fa-images"></i> <span>Showcase</span>
  85. </button>
  86. </a>
  87. <a href="https://hub.jmonkeyengine.org">
  88. <button class="genericCl responsiveIcon expandable ">
  89. <i class="fab fa-discourse"></i> <span>Discussions</span>
  90. </button>
  91. </a>
  92. <a href="https://library.jmonkeyengine.org" >
  93. <button class="genericCl responsiveIcon expandable ">
  94. <i class="fas fa-puzzle-piece"></i> <span>Library</span>
  95. </button>
  96. </a>
  97. <a href="https://jmonkeyengine.org/docs">
  98. <button class="genericCl responsiveIcon expandable ">
  99. <i class="fas fa-book"></i> <span>Docs</span>
  100. </button>
  101. </a>
  102. <a href="https://jmonkeyengine.org/license">
  103. <button class="genericCl responsiveIcon expandable toggleable toggledOffPortrait">
  104. <i class="fas fa-balance-scale-right"></i> <span>License</span>
  105. </button>
  106. </a>
  107. </div>
  108. <div class="toggleable toggledOffPortrait expandable">
  109. <a href="https://github.com/jMonkeyEngine/jmonkeyengine" rel='noopener noreferrer' target="_blank">
  110. <button class="icon toggleable toggledOffPortrait codeCl expandable " title="Github">
  111. <i class="fab fa-github-square"></i> <span>Github</span>
  112. </button>
  113. </a>
  114. <a href="https://twitter.com/jmonkeyengine" rel='noopener noreferrer' target="_blank">
  115. <button class="icon twitterCl toggleable toggledOffPortrait expandable " title="Follow on Twitter">
  116. <i class="fab fa-twitter"></i> <span>Twitter</span>
  117. </button>
  118. </a>
  119. <a href="https://www.youtube.com/channel/UC-Fs3R5Q6wW_XYspOXGZgPw" rel='noopener noreferrer'
  120. target="_blank">
  121. <button class="icon youtubeCl toggleable toggledOffPortrait expandable " title="Follow on Youtube">
  122. <i class="fab fa-youtube"></i> <span>Youtube</span>
  123. </button>
  124. </a>
  125. <a href="https://discord.gg/Rv8sfVu" rel='noopener noreferrer' target="_blank">
  126. <button class="icon discordCl toggleable toggledOffPortrait expandable " title="Discord">
  127. <i class="fab fa-discord"></i> <span>Discord</span>
  128. </button>
  129. </a>
  130. <a href="https://jmonkeyengine.org/donate" >
  131. <button class="icon donateCl toggleable toggledOffPortrait expandable " title="Donate">
  132. <i class="fas fa-donate"></i> <span>Donate!</span>
  133. </button>
  134. </a>
  135. </div>
  136. </nav>
  137. <script>
  138. !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}));
  139. window.initJmeMenu=function () {
  140. const selectionClass= window.selectedTopMenuClass || "highlightedCl";
  141. const topmenu = document.querySelector('#topmenu');
  142. if (window.location.href.startsWith("http://localhost:1313")) {
  143. for (const a of topmenu.querySelectorAll("a")) {
  144. a.href = a.href.replace("https://jmonkeyengine.org", "http://localhost:1313");
  145. }
  146. }
  147. const likelyScore=[];
  148. for (const a of topmenu.querySelectorAll("a")) {
  149. const pageUrl=window.location.href.endsWith("/")?window.location.href.substring(0,window.location.href.length-1):window.location.href;
  150. const process = (linkUrls) => {
  151. if(!linkUrls)return;
  152. for(let linkUrl of linkUrls){
  153. if (linkUrl != null) {
  154. if (window.location.href.startsWith("http://localhost:1313")) {
  155. linkUrl = linkUrl.replace("https://jmonkeyengine.org", "http://localhost:1313");
  156. }
  157. if (linkUrl.endsWith("/")) {
  158. linkUrl = linkUrl.substring(0, linkUrl.length - 1);
  159. }
  160. const score = stringSimilarity.compareTwoStrings(linkUrl, pageUrl);
  161. likelyScore.push(
  162. {
  163. score: score,
  164. el: a.querySelector("button")
  165. }
  166. );
  167. }
  168. }
  169. }
  170. process([a.href]);
  171. process(a.getAttribute("alt-href")?a.getAttribute("alt-href").split(","):undefined);
  172. }
  173. likelyScore.sort((a, b) => b.score - a.score);
  174. likelyScore.forEach(el=>el.el.classList.remove(selectionClass));
  175. likelyScore[0].el.classList.add(selectionClass);
  176. };
  177. document.addEventListener('DOMContentLoaded', function(){
  178. window.initJmeMenu();
  179. });
  180. </script>
  181. <div id="siteTitle" class="list hlist responsiveWidth">
  182. <div id="logo">
  183. <a href="/">
  184. <img src="/images/jme-logo.png" />
  185. </a>
  186. <i class="toggleNavOnPortraitButton fas fa-bars" toggle="topmenu"></i>
  187. </div>
  188. <div id="contributionsBanner">
  189. <div> <i class="fas fa-donate"></i>
  190. Backed by:
  191. <a rel='noopener nofollow noreferrer' target="_blank" id="backerName">The Community</a>
  192. <a rel='noopener nofollow noreferrer' target="_blank"
  193. href="https://opencollective.com/jmonkeyengine#section-contributors"> and more...</a>
  194. </div>
  195. <div>
  196. <i class="fab fa-github-alt"></i>
  197. Contributed by:
  198. <a rel='noopener nofollow noreferrer' target="_blank" id="contributorName">The Community</a>
  199. <a rel='noopener nofollow noreferrer' target="_blank"
  200. href="https://github.com/jMonkeyEngine/jmonkeyengine/graphs/contributors">and more...</a>
  201. </div>
  202. </div>
  203. </div>
  204. </header>
  205. <main>
  206. <section id="showcase" mode="banner">
  207. <i id="playButton" class=" fas fa-play"></i>
  208. <div class="showcaseElement" style='display: block '>
  209. <div class="cover blur" style ="background-image: url('/images/showcase/spoxel/2.jpg'); " ></div>
  210. <div class="cover" style ="background-image: url('/images/showcase/spoxel/2.jpg'); " ></div>
  211. </div>
  212. <div class="showcaseElement" style='display: none '>
  213. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/8.jpg'); " ></div>
  214. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/8.jpg'); " ></div>
  215. </div>
  216. <div class="showcaseElement" style='display: none '>
  217. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/7.jpg'); " ></div>
  218. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/7.jpg'); " ></div>
  219. </div>
  220. <div class="showcaseElement" style='display: none '>
  221. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/6.jpg'); " ></div>
  222. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/6.jpg'); " ></div>
  223. </div>
  224. <div class="showcaseElement" style='display: none '>
  225. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/1.jpg'); " ></div>
  226. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/1.jpg'); " ></div>
  227. </div>
  228. <video class="showcaseElement cover" style='display: none ' preload="none"
  229. class="cover">
  230. <source src="https://steamcdn-a.akamaihd.net/steam/apps/256746530/movie480.webm" type="video/webm">
  231. </video>
  232. </div>
  233. <video class="showcaseElement cover" style='display: none ' preload="none"
  234. class="cover">
  235. <source src="https://steamcdn-a.akamaihd.net/steam/apps/256746524/movie480.webm" type="video/webm">
  236. </video>
  237. </div>
  238. <div class="showcaseElement" style='display: none '>
  239. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/5.jpg'); " ></div>
  240. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/5.jpg'); " ></div>
  241. </div>
  242. <div class="showcaseElement" style='display: none '>
  243. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/4.jpg'); " ></div>
  244. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/4.jpg'); " ></div>
  245. </div>
  246. <div class="showcaseElement" style='display: none '>
  247. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/3.jpg'); " ></div>
  248. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/spoxel/3.jpg'); " ></div>
  249. </div>
  250. <div class="responsiveWidth" id="engineDescription">
  251. jMonkeyEngine is a modern developer friendly game engine written primarily in Java.
  252. <br />
  253. Its minimalistic and code first approach makes it perfect for developers who want the support of a game engine
  254. while retaining full control over their code with the ability to extend and adapt the engine to their workflow.
  255. <br />
  256. <br />
  257. <br />
  258. <a href="/start/"><button id="startbtn" class="highlightedCl" ><i class="fas fa-rocket"></i> Get Started </button></a>
  259. <a href="/#features" title="overview"><button id="startbtn" class="highlightedCl"><i class="fas fa-question-circle" style="padding:0"></i></button></a>
  260. <br />
  261. <br />
  262. </div>
  263. <div class="responsiveWidth" >
  264. <div id="gameDescription" >
  265. <h2><i class="far fa-images" ></i> Spoxel powered by jMonkeyEngine</h2>
  266. Explore, customize, and build across the world of Spoxel as you fight the otherworlders who have subjugated the land and forced the grounders below the surface. Use runes to construct custom powerful …
  267. <br />
  268. <a class="readMore" href="/showcase/spoxel/#showcase">See game page </a>
  269. </div>
  270. </div>
  271. </section>
  272. <br/>
  273. <section class="message list vlist">
  274. <div>
  275. <blockquote class="list vlist responsive">
  276. <span id="backerMessage">-</span>
  277. <i><a rel='noopener nofollow noreferrer' target="_blank" id="backerMessageName">-</a> </i>
  278. </blockquote>
  279. <a href="https://opencollective.com/jmonkeyengine">Become a
  280. backer and leave a message...</a>
  281. </div>
  282. </section>
  283. <br/>
  284. <a id="content"></a>
  285. <section class="full responsiveWidth">
  286. <article>
  287. <h1 >
  288. <i class="fas fa-code useless"></i>
  289. <a href="/devlog/jme351/">JMonkeyEngine 3.5.1 release</a></h1>
  290. <div class="content">
  291. <span>
  292. <p>JMonkeyEngine is pleased to announce the 3.5.1-stable release of its 3-D game engine for Java programmers. JMonkeyEngine 3.5.1 is an interim release that patches a couple bugs and improves support for Macintosh systems containing Apple Silicon.</p>
  293. <p>The 3.5.1-stable libraries are available from the Maven Central repository under the &ldquo;org.jmonkeyengine&rdquo; group ID.</p>
  294. <p>To browse the change list and the source code, go to <a href="https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.5.1-stable">https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.5.1-stable</a></p>
  295. <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 Hub/Forum</a>.</p>
  296. </span>
  297. <nav>
  298. <ul class="tags smaller">
  299. <h3 class="tags">Tags</h3>
  300. <li><a class="devlog" href="/tags/devlog"><i class="fas fa-hashtag"></i>devlog</a></li>
  301. <li><a class="release" href="/tags/release"><i class="fas fa-hashtag"></i>release</a></li>
  302. <li><a class="blog" href="/tags/blog"><i class="fas fa-hashtag"></i>blog</a></li>
  303. </ul>
  304. <ul class="authors smaller">
  305. <h3 class="authors">Authors</h3>
  306. <li><a class="stephengold" href="/authors/stephengold"><i class="fas fa-at"></i>stephengold</a></li>
  307. </ul>
  308. <ul class="postedDate smaller">
  309. <h3 class="postedDate">Date</h3>
  310. <li><time datetime="2022-03-20 16:00:00 &#43;0000 UTC"><i class="fas fa-calendar"></i>20 March 2022</time> </li>
  311. </ul>
  312. <ul class="share">
  313. <h3 class="share">Share</h3>
  314. <li>
  315. <button><a href="https://twitter.com/share?ref_src=twsrc%5Etfw&text=JMonkeyEngine%20is%20pleased%20to%20announce%20the%203.5.1-stable%20release%20of%20its%203-D%20game%20engine%20for%20Java%20programmers.%20JMonkeyEngine%203.5.1%20is%20an%20interim%20release%20%e2%80%a6 " >
  316. <i class="fab fa-twitter-square"></i> Share on Twitter</a></button></li>
  317. </ul>
  318. </nav>
  319. </div>
  320. </article>
  321. </section>
  322. <section class="full responsiveWidth">
  323. <article>
  324. <h1 id="comments"><i class="useless fas fa-comments"></i> Comments</h1>
  325. <div class="content" id='discourse-comments'></div>
  326. <script type="text/javascript">
  327. var eurl=window.location.href ;
  328. eurl=eurl.split("#")[0];
  329. eurl=eurl.split("?")[0];
  330. eurl=eurl.trim();
  331. if(eurl.endsWith("/index.html"))eurl=eurl.substring(0,eurl.length-"/index.html".length).trim();
  332. if(eurl.charAt(eurl.length-1)=="/") eurl=eurl.substring(0,eurl.length-1);
  333. if(eurl.startsWith("http://")) eurl="https://"+eurl.substring("http://".length);
  334. if(eurl.endsWith("/communitylog/new-website")){
  335. eurl+="/#content";
  336. }
  337. DiscourseEmbed = {
  338. discourseUrl: 'https://hub.jmonkeyengine.org/',
  339. discourseEmbedUrl: eurl
  340. };
  341. (function() {
  342. var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
  343. d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
  344. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
  345. })();
  346. </script>
  347. </article>
  348. </section>
  349. </main>
  350. <footer>
  351. © 2020 jMonkeyEngine.
  352. All other trademarks, logos and featured content are property of their respective owners.
  353. <br />
  354. <a title="Github repo" rel='noopener nofollow noreferrer' target="_blank"
  355. href="https://github.com/jMonkeyEngine/jmonkeyengine-website">
  356. <i class="fab fa-github"></i> Source on Github
  357. </a>
  358. |
  359. <a title="Report issue" rel='noopener nofollow noreferrer' target="_blank"
  360. href="https://github.com/jMonkeyEngine/jmonkeyengine-website/issues">
  361. <i class="fas fa-bug"></i> Report an issue
  362. </a>
  363. <br />
  364. <br />
  365. Website designed and developed by
  366. <a href="https://github.com/riccardobl">Riccardo Balbo</a>
  367. for the jMonkeyEngine's Community.
  368. </footer>
  369. <div id="poweredBy" >
  370. <a rel='noopener nofollow noreferrer' target="_blank" href="https://www.macstadium.com/">
  371. <img src="/images/macstadium-logo.png" />
  372. </a>
  373. <a rel='noopener nofollow noreferrer' target="_blank" href="https://www.java.com/">
  374. <img src="/images/java-logo.png" />
  375. </a>
  376. <a rel='noopener nofollow noreferrer' target="_blank" href="https://opengl.org/">
  377. <img src="/images/opengl-logo.png" />
  378. </a>
  379. </div>
  380. </body>
  381. </html>