index.html 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <title>jMonkeyEngine | Sgold interviews Jayfella</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="Sgold interviews Jayfella"/>
  12. <meta name="twitter:description" content="stephengold Thank you for agreeing to be interviewed.
  13. First question: When did you first hear about JMonkeyEngine?
  14. jayfella Way back in 2014, after a long period of developing desktop applications,
  15. servers, and minecraft plugins, I decided to look into writing games.
  16. At that time I was more into C#, but XNA was a sinking ship,
  17. so looked at alternatives."/>
  18. <meta property="og:title" content="Sgold interviews Jayfella" />
  19. <meta property="og:description" content="stephengold Thank you for agreeing to be interviewed.
  20. First question: When did you first hear about JMonkeyEngine?
  21. jayfella Way back in 2014, after a long period of developing desktop applications,
  22. servers, and minecraft plugins, I decided to look into writing games.
  23. At that time I was more into C#, but XNA was a sinking ship,
  24. so looked at alternatives." />
  25. <meta property="og:type" content="article" />
  26. <meta property="og:url" content="https://jmonkeyengine.org/blog/interview-jayfella/" /><meta property="article:section" content="blog" />
  27. <meta property="article:published_time" content="2020-02-15T12:00:00+00:00" />
  28. <meta property="article:modified_time" content="2020-02-15T12:00:00+00:00" />
  29. <meta itemprop="name" content="Sgold interviews Jayfella">
  30. <meta itemprop="description" content="stephengold Thank you for agreeing to be interviewed.
  31. First question: When did you first hear about JMonkeyEngine?
  32. jayfella Way back in 2014, after a long period of developing desktop applications,
  33. servers, and minecraft plugins, I decided to look into writing games.
  34. At that time I was more into C#, but XNA was a sinking ship,
  35. so looked at alternatives."><meta itemprop="datePublished" content="2020-02-15T12:00:00+00:00" />
  36. <meta itemprop="dateModified" content="2020-02-15T12:00:00+00:00" />
  37. <meta itemprop="wordCount" content="877">
  38. <meta itemprop="keywords" content="interview,blog,misc," />
  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/mythruna/12.jpg'); " ></div>
  219. <div class="cover" style ="background-image: url('/images/showcase/mythruna/12.jpg'); " ></div>
  220. </div>
  221. <div class="showcaseElement" style='display: none '>
  222. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/15.jpg'); " ></div>
  223. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/15.jpg'); " ></div>
  224. </div>
  225. <div class="showcaseElement" style='display: none '>
  226. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/10.jpg'); " ></div>
  227. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/10.jpg'); " ></div>
  228. </div>
  229. <div class="showcaseElement" style='display: none '>
  230. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/11.jpg'); " ></div>
  231. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/11.jpg'); " ></div>
  232. </div>
  233. <div class="showcaseElement" style='display: none '>
  234. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/6.jpg'); " ></div>
  235. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/6.jpg'); " ></div>
  236. </div>
  237. <div class="showcaseElement" style='display: none '>
  238. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/5.jpg'); " ></div>
  239. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/5.jpg'); " ></div>
  240. </div>
  241. <div class="showcaseElement" style='display: none '>
  242. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/17.jpg'); " ></div>
  243. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/17.jpg'); " ></div>
  244. </div>
  245. <div class="showcaseElement" style='display: none '>
  246. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/2.png'); " ></div>
  247. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/2.png'); " ></div>
  248. </div>
  249. <div class="showcaseElement" style='display: none '>
  250. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/8.jpg'); " ></div>
  251. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/8.jpg'); " ></div>
  252. </div>
  253. <div class="showcaseElement" style='display: none '>
  254. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/13.jpg'); " ></div>
  255. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/13.jpg'); " ></div>
  256. </div>
  257. <div class="showcaseElement" style='display: none '>
  258. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/4.jpg'); " ></div>
  259. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/4.jpg'); " ></div>
  260. </div>
  261. <div class="showcaseElement" style='display: none '>
  262. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/19.png'); " ></div>
  263. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/19.png'); " ></div>
  264. </div>
  265. <div class="showcaseElement" style='display: none '>
  266. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/18.png'); " ></div>
  267. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/18.png'); " ></div>
  268. </div>
  269. <div class="showcaseElement" style='display: none '>
  270. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/1.jpg'); " ></div>
  271. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/1.jpg'); " ></div>
  272. </div>
  273. <div class="showcaseElement" style='display: none '>
  274. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/7.jpg'); " ></div>
  275. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/7.jpg'); " ></div>
  276. </div>
  277. <div class="showcaseElement" style='display: none '>
  278. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/3.png'); " ></div>
  279. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/3.png'); " ></div>
  280. </div>
  281. <div class="showcaseElement" style='display: none '>
  282. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/14.jpg'); " ></div>
  283. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/14.jpg'); " ></div>
  284. </div>
  285. <div class="showcaseElement" style='display: none '>
  286. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/9.jpg'); " ></div>
  287. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/9.jpg'); " ></div>
  288. </div>
  289. <div class="showcaseElement" style='display: none '>
  290. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/20.png'); " ></div>
  291. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/20.png'); " ></div>
  292. </div>
  293. <div class="showcaseElement" style='display: none '>
  294. <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/16.jpg'); " ></div>
  295. <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/16.jpg'); " ></div>
  296. </div>
  297. <div class="responsiveWidth" id="engineDescription">
  298. jMonkeyEngine is a modern developer friendly game engine written primarily in Java.
  299. <br />
  300. Its minimalistic and code first approach makes it perfect for developers who want the support of a game engine
  301. while retaining full control over their code with the ability to extend and adapt the engine to their workflow.
  302. <br />
  303. <br />
  304. <br />
  305. <a href="/start/"><button id="startbtn" class="highlightedCl" ><i class="fas fa-rocket"></i> Get Started </button></a>
  306. <a href="/#features" title="overview"><button id="startbtn" class="highlightedCl"><i class="fas fa-question-circle" style="padding:0"></i></button></a>
  307. <br />
  308. <br />
  309. </div>
  310. <div class="responsiveWidth" >
  311. <div id="gameDescription" >
  312. <h2><i class="far fa-images" ></i> Mythruna powered by jMonkeyEngine</h2>
  313. Mythruna (myth + rune + a) is a game under development attempting to combine serious role playing elements with an endless, living, and completely modifiable randomly generated sandbox world. When …
  314. <br />
  315. <a class="readMore" href="/showcase/mythruna/#showcase">See game page </a>
  316. </div>
  317. </div>
  318. </section>
  319. <br/>
  320. <section class="message list vlist">
  321. <div>
  322. <blockquote class="list vlist responsive">
  323. <span id="backerMessage">-</span>
  324. <i><a rel='noopener nofollow noreferrer' target="_blank" id="backerMessageName">-</a> </i>
  325. </blockquote>
  326. <a href="https://opencollective.com/jmonkeyengine">Become a
  327. backer and leave a message...</a>
  328. </div>
  329. </section>
  330. <br/>
  331. <a id="content"></a>
  332. <section class="full responsiveWidth">
  333. <article>
  334. <h1 >
  335. <i class="fas fa-paragraph useless"></i>
  336. <a href="/blog/interview-jayfella/">Sgold interviews Jayfella</a></h1>
  337. <div class="content">
  338. <span>
  339. <p><figure class="githubUser inline " github-user="stephengold">
  340. <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
  341. <figcaption>
  342. <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
  343. stephengold
  344. </h2>
  345. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  346. <div>
  347. <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
  348. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  349. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  350. </div>
  351. </figcaption>
  352. </figure> <br>
  353. Thank you for agreeing to be interviewed.</p>
  354. <p>First question: When did you first hear about JMonkeyEngine?</p>
  355. <p><figure class="githubUser inline " github-user="jayfella">
  356. <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
  357. <figcaption>
  358. <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
  359. jayfella
  360. </h2>
  361. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  362. <div>
  363. <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
  364. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  365. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  366. </div>
  367. </figcaption>
  368. </figure> Way back in 2014, after a long period of developing desktop applications,<br>
  369. servers, and minecraft plugins, I decided to look into writing games.<br>
  370. At that time I was more into C#, but XNA was a sinking ship,<br>
  371. so looked at alternatives.<br>
  372. I found jMonkey and gave it a shot.</p>
  373. <p>What made me stay with JME was the community.<br>
  374. Actual developers of the engine would respond to my questions,<br>
  375. which was encouraging and made me want to continue with it and contribute back.<br>
  376. A lot of what I know now is down to the fact that people far more educated<br>
  377. in game development than me took the time to share their knowledge.</p>
  378. <p><figure class="githubUser inline " github-user="stephengold">
  379. <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
  380. <figcaption>
  381. <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
  382. stephengold
  383. </h2>
  384. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  385. <div>
  386. <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
  387. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  388. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  389. </div>
  390. </figcaption>
  391. </figure> I had a similar experience.</p>
  392. <p>What were your first steps? Did you install the SDK right away?</p>
  393. <p><figure class="githubUser inline " github-user="jayfella">
  394. <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
  395. <figcaption>
  396. <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
  397. jayfella
  398. </h2>
  399. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  400. <div>
  401. <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
  402. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  403. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  404. </div>
  405. </figcaption>
  406. </figure> I did install the SDK!<br>
  407. At that time the SDK was “the thing to use,” and it was a cutting-edge tool.</p>
  408. <p>I distinctly remember making an infinite-terrain world with a<br>
  409. 2-D heightmap and cars.</p>
  410. <p>And I remember some of the first mistakes I made, too:<br>
  411. wondering why adding lights everywhere was slowing down my game<br>
  412. (in a forward-rendering pipeline) and why shadows weren’t realistic<br>
  413. with multiple lights.</p>
  414. <p>I also remember Normen Hansen tutoring me into developing plugins<br>
  415. and improving the SDK.<br>
  416. For me, that was great.<br>
  417. I felt like part of the family, and it was extremely encouraging to<br>
  418. interact with such an intelligent and giving bunch of developers.</p>
  419. <p><figure class="githubUser inline " github-user="stephengold">
  420. <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
  421. <figcaption>
  422. <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
  423. stephengold
  424. </h2>
  425. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  426. <div>
  427. <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
  428. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  429. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  430. </div>
  431. </figcaption>
  432. </figure> Suppose the old you (from 2014) was transported to the present,<br>
  433. as a newcomer to the JMonkeyEngine community.<br>
  434. What advice would you give yourself?</p>
  435. <p><figure class="githubUser inline " github-user="jayfella">
  436. <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
  437. <figcaption>
  438. <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
  439. jayfella
  440. </h2>
  441. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  442. <div>
  443. <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
  444. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  445. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  446. </div>
  447. </figcaption>
  448. </figure> Good question.</p>
  449. <p>I think it’s important to make mistakes to become better at what you do.<br>
  450. We all start with big ideas,<br>
  451. and virtually all come to realize it’s way more difficult than we anticipated.<br>
  452. That’s a learning process we all need to go through.</p>
  453. <p>So my advice would be to keep doing what you’re doing,<br>
  454. but don’t be disheartened by not achieving your goals on the first attempt.<br>
  455. It takes years to become proficient.</p>
  456. <p>Listen to those that know better and try to understand why they came to<br>
  457. that conclusion.</p>
  458. <p>Learning is not always about being right!</p>
  459. <p><figure class="githubUser inline " github-user="stephengold">
  460. <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
  461. <figcaption>
  462. <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
  463. stephengold
  464. </h2>
  465. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  466. <div>
  467. <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
  468. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  469. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  470. </div>
  471. </figcaption>
  472. </figure> Just so!</p>
  473. <p>Next question: You’re currently JMonkeyEngine’s community manager.<br>
  474. How did that role come about?</p>
  475. <p><figure class="githubUser inline " github-user="jayfella">
  476. <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
  477. <figcaption>
  478. <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
  479. jayfella
  480. </h2>
  481. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  482. <div>
  483. <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
  484. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  485. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  486. </div>
  487. </figcaption>
  488. </figure> My primary talent is finding ways of getting things done.<br>
  489. If it can be done, I can do it.<br>
  490. That’s always been my attitude.</p>
  491. <p>When it became apparent that there was a lack of direction,<br>
  492. it rolled around in my head for quite some time.<br>
  493. What could do to improve things?<br>
  494. Did I have it in myself to keep the momentum going?</p>
  495. <p><figure class="githubUser inline " github-user="stephengold">
  496. <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
  497. <figcaption>
  498. <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
  499. stephengold
  500. </h2>
  501. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  502. <div>
  503. <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
  504. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  505. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  506. </div>
  507. </figcaption>
  508. </figure> How has your passion for the role evolved?</p>
  509. <p><figure class="githubUser inline " github-user="jayfella">
  510. <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
  511. <figcaption>
  512. <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
  513. jayfella
  514. </h2>
  515. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  516. <div>
  517. <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
  518. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  519. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  520. </div>
  521. </figcaption>
  522. </figure> My passion for the job remains the same as it was when I took the role,<br>
  523. but I must admit it is a challenge!</p>
  524. <p>I’ve managed companies, people, websites, servers, and all things in-between,<br>
  525. but I’ve never managed an open-source project of this size.<br>
  526. You don’t pay people.<br>
  527. You have no definite control over what people do or don&rsquo;t do.<br>
  528. Instead you have to rely on support, trust, and a rather large dose of<br>
  529. doing it yourself to encourage movement.</p>
  530. <p>It’s very rewarding to work together to keep jMonkey alive<br>
  531. and to see genuine improvement as time goes by.</p>
  532. <p><figure class="githubUser inline " github-user="stephengold">
  533. <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
  534. <figcaption>
  535. <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
  536. stephengold
  537. </h2>
  538. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  539. <div>
  540. <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
  541. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  542. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  543. </div>
  544. </figcaption>
  545. </figure> Of all your JMonkeyEngine projects,<br>
  546. which have given you the greatest satisfaction?</p>
  547. <p><figure class="githubUser inline " github-user="jayfella">
  548. <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
  549. <figcaption>
  550. <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
  551. jayfella
  552. </h2>
  553. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  554. <div>
  555. <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
  556. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  557. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  558. </div>
  559. </figcaption>
  560. </figure> The most satisfying thing I’ve written for jMonkey is the JmonkeyStore.<br>
  561. It’s nice to create something that brings people together and provides<br>
  562. so much use.</p>
  563. <p><a href="https://jmonkeystore.com">https://jmonkeystore.com</a></p>
  564. <p>If I had to choose something other than the store, it would be the<br>
  565. shadows project for my game Animalia.<br>
  566. It took me over a week &mdash; probably ten days &mdash;<br>
  567. and countless headaches to get it just right, and when it finally worked<br>
  568. it was ultra satisfying to have overcome all the issues.</p>
  569. <p><a href="https://www.youtube.com/watch?v=UfZyf9jG8PI&amp;t=5s">https://www.youtube.com/watch?v=UfZyf9jG8PI&amp;t=5s</a></p>
  570. <p><figure class="githubUser inline " github-user="stephengold">
  571. <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
  572. <figcaption>
  573. <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
  574. stephengold
  575. </h2>
  576. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  577. <div>
  578. <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
  579. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  580. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  581. </div>
  582. </figcaption>
  583. </figure> What’s next for JmonkeyStore?<br>
  584. Are you still adding features?<br>
  585. Where do we stand with respect to its Patreon goals?</p>
  586. <p><figure class="githubUser inline " github-user="jayfella">
  587. <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
  588. <figcaption>
  589. <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
  590. jayfella
  591. </h2>
  592. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  593. <div>
  594. <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
  595. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  596. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  597. </div>
  598. </figcaption>
  599. </figure> I’d love to allow buying and selling software.</p>
  600. <p>There will also be the option of giving a developer a one-time payment<br>
  601. of the buyers choice &mdash; a sort of “buy me a beer” option.<br>
  602. As time goes by, it should bring more users to the community.</p>
  603. <p>We’re about a third of the way to being able to do that.<br>
  604. It&rsquo;s a very exciting prospect to look forward to!</p>
  605. <p><figure class="githubUser inline " github-user="stephengold">
  606. <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
  607. <figcaption>
  608. <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
  609. stephengold
  610. </h2>
  611. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  612. <div>
  613. <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
  614. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  615. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  616. </div>
  617. </figcaption>
  618. </figure> Have you paid any bug bounties yet?</p>
  619. <p><figure class="githubUser inline " github-user="jayfella">
  620. <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
  621. <figcaption>
  622. <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
  623. jayfella
  624. </h2>
  625. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  626. <div>
  627. <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
  628. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  629. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  630. </div>
  631. </figcaption>
  632. </figure> The bug bounty system is another great<br>
  633. tool we can bring forward when the Patreon sponsorship increases.<br>
  634. It’s something I’m very much looking forward to switching on.<br>
  635. It’s a great way to get contributions moving forward &mdash; and even finding bugs.</p>
  636. <p>No bounties will be set until we increase funding.<br>
  637. Right now the funding doesn’t warrant much incentive.<br>
  638. It would only support one bounty every 2-4 months,<br>
  639. which would stall things and probably cause more harm than good.</p>
  640. <p>For now, we are funding the monthly costs of our web presence and services,<br>
  641. paid for by our generous community.</p>
  642. <p><figure class="githubUser inline " github-user="stephengold">
  643. <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
  644. <figcaption>
  645. <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
  646. stephengold
  647. </h2>
  648. <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
  649. <div>
  650. <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
  651. <a alt="twitter link" title="Twitter" ghresolve-twitter_link="href" class="ghtwitter_link excludeSummary" href="" style="display:none"><i class="fab fa-twitter"></i></a>
  652. <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
  653. </div>
  654. </figcaption>
  655. </figure> I guess that&rsquo;s enough for now.</p>
  656. <p>I enjoyed conducting this interview. Thank you for your time.</p>
  657. </span>
  658. <nav>
  659. <ul class="tags smaller">
  660. <h3 class="tags">Tags</h3>
  661. <li><a class="interview" href="/tags/interview"><i class="fas fa-hashtag"></i>interview</a></li>
  662. <li><a class="blog" href="/tags/blog"><i class="fas fa-hashtag"></i>blog</a></li>
  663. <li><a class="misc" href="/tags/misc"><i class="fas fa-hashtag"></i>misc</a></li>
  664. </ul>
  665. <ul class="authors smaller">
  666. <h3 class="authors">Authors</h3>
  667. <li><a class="stephengold" href="/authors/stephengold"><i class="fas fa-at"></i>stephengold</a></li>
  668. </ul>
  669. <ul class="postedDate smaller">
  670. <h3 class="postedDate">Date</h3>
  671. <li><time datetime="2020-02-15 12:00:00 &#43;0000 UTC"><i class="fas fa-calendar"></i>15 February 2020</time> </li>
  672. </ul>
  673. <ul class="share">
  674. <h3 class="share">Share</h3>
  675. <li>
  676. <button><a href="https://twitter.com/share?ref_src=twsrc%5Etfw&text=stephengold%20Thank%20you%20for%20agreeing%20to%20be%20interviewed.%0aFirst%20question%3a%20When%20did%20you%20first%20hear%20about%20JMonkeyEngine%3f%0ajayfella%20Way%20back%20in%202014%2c%20after%20a%20%e2%80%a6 " >
  677. <i class="fab fa-twitter-square"></i> Share on Twitter</a></button></li>
  678. </ul>
  679. </nav>
  680. </div>
  681. </article>
  682. </section>
  683. <section class="full responsiveWidth">
  684. <article>
  685. <h1 id="comments"><i class="useless fas fa-comments"></i> Comments</h1>
  686. <div class="content" id='discourse-comments'></div>
  687. <script type="text/javascript">
  688. var eurl=window.location.href ;
  689. eurl=eurl.split("#")[0];
  690. eurl=eurl.split("?")[0];
  691. eurl=eurl.trim();
  692. if(eurl.endsWith("/index.html"))eurl=eurl.substring(0,eurl.length-"/index.html".length).trim();
  693. if(eurl.charAt(eurl.length-1)=="/") eurl=eurl.substring(0,eurl.length-1);
  694. if(eurl.startsWith("http://")) eurl="https://"+eurl.substring("http://".length);
  695. if(eurl.endsWith("/communitylog/new-website")){
  696. eurl+="/#content";
  697. }
  698. DiscourseEmbed = {
  699. discourseUrl: 'https://hub.jmonkeyengine.org/',
  700. discourseEmbedUrl: eurl
  701. };
  702. (function() {
  703. var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
  704. d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
  705. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
  706. })();
  707. </script>
  708. </article>
  709. </section>
  710. </main>
  711. <footer>
  712. © 2020 jMonkeyEngine.
  713. All other trademarks, logos and featured content are property of their respective owners.
  714. <br />
  715. <a title="Github repo" rel='noopener nofollow noreferrer' target="_blank"
  716. href="https://github.com/jMonkeyEngine/jmonkeyengine-website">
  717. <i class="fab fa-github"></i> Source on Github
  718. </a>
  719. |
  720. <a title="Report issue" rel='noopener nofollow noreferrer' target="_blank"
  721. href="https://github.com/jMonkeyEngine/jmonkeyengine-website/issues">
  722. <i class="fas fa-bug"></i> Report an issue
  723. </a>
  724. <br />
  725. <br />
  726. Website designed and developed by
  727. <a href="https://github.com/riccardobl">Riccardo Balbo</a>
  728. for the jMonkeyEngine's Community.
  729. </footer>
  730. <div id="poweredBy" >
  731. <a rel='noopener nofollow noreferrer' target="_blank" href="https://www.macstadium.com/">
  732. <img src="/images/macstadium-logo.png" />
  733. </a>
  734. <a rel='noopener nofollow noreferrer' target="_blank" href="https://www.java.com/">
  735. <img src="/images/java-logo.png" />
  736. </a>
  737. <a rel='noopener nofollow noreferrer' target="_blank" href="https://opengl.org/">
  738. <img src="/images/opengl-logo.png" />
  739. </a>
  740. </div>
  741. </body>
  742. </html>