| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036 |
- <!DOCTYPE html>
- <html lang="en-us">
- <head>
- <title>jMonkeyEngine | Sgold interviews Jayfella</title>
- <meta name="viewport" content="width=device-width,minimum-scale=1">
- <meta name="description"
- content="jMonkeyEngine is a modern developer friendly game engine written primarily in Java. ">
- <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
- <link rel="stylesheet" href="/css/style.css">
-
- <meta name="twitter:card" content="summary"/>
- <meta name="twitter:title" content="Sgold interviews Jayfella"/>
- <meta name="twitter:description" content="stephengold Thank you for agreeing to be interviewed.
- First question: When did you first hear about JMonkeyEngine?
- jayfella Way back in 2014, after a long period of developing desktop applications,
- servers, and minecraft plugins, I decided to look into writing games.
- At that time I was more into C#, but XNA was a sinking ship,
- so looked at alternatives."/>
- <meta property="og:title" content="Sgold interviews Jayfella" />
- <meta property="og:description" content="stephengold Thank you for agreeing to be interviewed.
- First question: When did you first hear about JMonkeyEngine?
- jayfella Way back in 2014, after a long period of developing desktop applications,
- servers, and minecraft plugins, I decided to look into writing games.
- At that time I was more into C#, but XNA was a sinking ship,
- so looked at alternatives." />
- <meta property="og:type" content="article" />
- <meta property="og:url" content="https://jmonkeyengine.org/blog/interview-jayfella/" /><meta property="article:section" content="blog" />
- <meta property="article:published_time" content="2020-02-15T12:00:00+00:00" />
- <meta property="article:modified_time" content="2020-02-15T12:00:00+00:00" />
- <meta itemprop="name" content="Sgold interviews Jayfella">
- <meta itemprop="description" content="stephengold Thank you for agreeing to be interviewed.
- First question: When did you first hear about JMonkeyEngine?
- jayfella Way back in 2014, after a long period of developing desktop applications,
- servers, and minecraft plugins, I decided to look into writing games.
- At that time I was more into C#, but XNA was a sinking ship,
- so looked at alternatives."><meta itemprop="datePublished" content="2020-02-15T12:00:00+00:00" />
- <meta itemprop="dateModified" content="2020-02-15T12:00:00+00:00" />
- <meta itemprop="wordCount" content="877">
- <meta itemprop="keywords" content="interview,blog,misc," />
-
-
- <script src="/js/old-browser.js"></script>
- <link rel="stylesheet" href="/css/old-browser.css">
-
-
-
- <script src="/highlight/highlight.pack.js"></script>
- <script
- src="//cdnjs.cloudflare.com/ajax/libs/highlightjs-line-numbers.js/2.8.0/highlightjs-line-numbers.min.js"></script>
- <link rel="stylesheet" href="/highlight/styles/railscasts.css">
- <script type="text/javascript">
- hljs.initHighlightingOnLoad();
- hljs.initLineNumbersOnLoad();
- </script>
-
-
- <script src="/js/utils.js"></script>
- <script src="/js/showcase.js"></script>
- <script type="module" src="/js/Main.js"></script>
-
-
- <script src="https://cdnjs.cloudflare.com/ajax/libs/later/1.2.0/later.min.js" integrity="sha512-4OyNDMl5KLKjS8F1ImVwUvmthM8HkXbR6vMafCmT5zBTd9I/sA3z3zM0JLBosHW6/3K2jq2RoBo/eTUNS2hOGA==" crossorigin="anonymous"></script>
- <script src="/js/maintenance/maintenance.js"></script>
- <link rel="stylesheet" href="/js/maintenance/maintenance.css">
-
-
- <script src="/js/christmas/Christmas.js"></script>
- <script>
- Christmas.init(
- "https://jmonkeyengine.org/js/christmas/",
- ["figure.githubUser img", 'img.avatar', "#showcase button"],
- [
- {
- type: "attribute",
- value: "src",
- transform:function(src){
- if(src.startsWith("/user_avatar/hub.jmonkeyengine.org/")) {
- return src.substring("/user_avatar/hub.jmonkeyengine.org/".length).split("/")[0];
- }
- return src;
- }
- },
- {
- type: "attribute",
- value: "title"
- },
- {
- type: "text"
- }
- ],
- ["header img.avatar"]
- );
- </script>
-
- </head>
- <body>
- <header> <nav class="responsiveWidth " id="topmenu">
- <div class="expandable">
- <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">
- <button class="genericCl responsiveIcon expandable ">
- <i class="fas fa-home"></i> <span>Home</span>
- </button>
- </a>
- <a href="https://jmonkeyengine.org/tags/showcase" alt-href="https://jmonkeyengine.org/showcase">
- <button class="genericCl responsiveIcon expandable ">
- <i class="fas fa-images"></i> <span>Showcase</span>
- </button>
- </a>
- <a href="https://hub.jmonkeyengine.org">
- <button class="genericCl responsiveIcon expandable ">
- <i class="fab fa-discourse"></i> <span>Discussions</span>
- </button>
- </a>
- <a href="https://library.jmonkeyengine.org" >
- <button class="genericCl responsiveIcon expandable ">
- <i class="fas fa-puzzle-piece"></i> <span>Library</span>
- </button>
- </a>
- <a href="https://jmonkeyengine.org/docs">
- <button class="genericCl responsiveIcon expandable ">
- <i class="fas fa-book"></i> <span>Docs</span>
- </button>
- </a>
- <a href="https://jmonkeyengine.org/license">
- <button class="genericCl responsiveIcon expandable toggleable toggledOffPortrait">
- <i class="fas fa-balance-scale-right"></i> <span>License</span>
- </button>
- </a>
- </div>
- <div class="toggleable toggledOffPortrait expandable">
- <a href="https://github.com/jMonkeyEngine/jmonkeyengine" rel='noopener noreferrer' target="_blank">
- <button class="icon toggleable toggledOffPortrait codeCl expandable " title="Github">
- <i class="fab fa-github-square"></i> <span>Github</span>
- </button>
- </a>
- <a href="https://twitter.com/jmonkeyengine" rel='noopener noreferrer' target="_blank">
- <button class="icon twitterCl toggleable toggledOffPortrait expandable " title="Follow on Twitter">
- <i class="fab fa-twitter"></i> <span>Twitter</span>
- </button>
- </a>
- <a href="https://www.youtube.com/channel/UC-Fs3R5Q6wW_XYspOXGZgPw" rel='noopener noreferrer'
- target="_blank">
- <button class="icon youtubeCl toggleable toggledOffPortrait expandable " title="Follow on Youtube">
- <i class="fab fa-youtube"></i> <span>Youtube</span>
- </button>
- </a>
-
-
- <a href="https://discord.gg/Rv8sfVu" rel='noopener noreferrer' target="_blank">
- <button class="icon discordCl toggleable toggledOffPortrait expandable " title="Discord">
- <i class="fab fa-discord"></i> <span>Discord</span>
- </button>
- </a>
- <a href="https://jmonkeyengine.org/donate" >
- <button class="icon donateCl toggleable toggledOffPortrait expandable " title="Donate">
- <i class="fas fa-donate"></i> <span>Donate!</span>
- </button>
- </a>
- </div>
- </nav>
- <script>
-
- !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}));
-
-
-
- window.initJmeMenu=function () {
- const selectionClass= window.selectedTopMenuClass || "highlightedCl";
- const topmenu = document.querySelector('#topmenu');
- if (window.location.href.startsWith("http://localhost:1313")) {
- for (const a of topmenu.querySelectorAll("a")) {
- a.href = a.href.replace("https://jmonkeyengine.org", "http://localhost:1313");
- }
- }
- const likelyScore=[];
- for (const a of topmenu.querySelectorAll("a")) {
- const pageUrl=window.location.href.endsWith("/")?window.location.href.substring(0,window.location.href.length-1):window.location.href;
-
- const process = (linkUrls) => {
- if(!linkUrls)return;
- for(let linkUrl of linkUrls){
- if (linkUrl != null) {
- if (window.location.href.startsWith("http://localhost:1313")) {
- linkUrl = linkUrl.replace("https://jmonkeyengine.org", "http://localhost:1313");
- }
- if (linkUrl.endsWith("/")) {
- linkUrl = linkUrl.substring(0, linkUrl.length - 1);
- }
- const score = stringSimilarity.compareTwoStrings(linkUrl, pageUrl);
- likelyScore.push(
- {
- score: score,
- el: a.querySelector("button")
- }
- );
- }
- }
- }
- process([a.href]);
- process(a.getAttribute("alt-href")?a.getAttribute("alt-href").split(","):undefined);
- }
- likelyScore.sort((a, b) => b.score - a.score);
- likelyScore.forEach(el=>el.el.classList.remove(selectionClass));
- likelyScore[0].el.classList.add(selectionClass);
- };
-
- document.addEventListener('DOMContentLoaded', function(){
- window.initJmeMenu();
- });
- </script>
- <div id="siteTitle" class="list hlist responsiveWidth">
- <div id="logo">
- <a href="/">
- <img src="/images/jme-logo.png" />
- </a>
- <i class="toggleNavOnPortraitButton fas fa-bars" toggle="topmenu"></i>
- </div>
- <div id="contributionsBanner">
- <div> <i class="fas fa-donate"></i>
- Backed by:
- <a rel='noopener nofollow noreferrer' target="_blank" id="backerName">The Community</a>
- <a rel='noopener nofollow noreferrer' target="_blank"
- href="https://opencollective.com/jmonkeyengine#section-contributors"> and more...</a>
- </div>
- <div>
- <i class="fab fa-github-alt"></i>
- Contributed by:
- <a rel='noopener nofollow noreferrer' target="_blank" id="contributorName">The Community</a>
- <a rel='noopener nofollow noreferrer' target="_blank"
- href="https://github.com/jMonkeyEngine/jmonkeyengine/graphs/contributors">and more...</a>
- </div>
- </div>
- </div>
- </header>
- <main>
-
-
- <section id="showcase" mode="banner">
-
-
- <i id="playButton" class=" fas fa-play"></i>
- <div class="showcaseElement" style='display: block '>
- <div class="cover blur" style ="background-image: url('/images/showcase/mythruna/12.jpg'); " ></div>
- <div class="cover" style ="background-image: url('/images/showcase/mythruna/12.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/15.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/15.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/10.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/10.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/11.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/11.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/6.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/6.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/5.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/5.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/17.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/17.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/2.png'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/2.png'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/8.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/8.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/13.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/13.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/4.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/4.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/19.png'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/19.png'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/18.png'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/18.png'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/1.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/1.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/7.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/7.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/3.png'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/3.png'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/14.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/14.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/9.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/9.jpg'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/20.png'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/20.png'); " ></div>
- </div>
- <div class="showcaseElement" style='display: none '>
- <div class="cover blur" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/16.jpg'); " ></div>
- <div class="cover" lazy="true" lazy-style ="background-image: url('/images/showcase/mythruna/16.jpg'); " ></div>
- </div>
-
- <div class="responsiveWidth" id="engineDescription">
- jMonkeyEngine is a modern developer friendly game engine written primarily in Java.
- <br />
- Its minimalistic and code first approach makes it perfect for developers who want the support of a game engine
- while retaining full control over their code with the ability to extend and adapt the engine to their workflow.
-
- <br />
- <br />
- <br />
- <a href="/start/"><button id="startbtn" class="highlightedCl" ><i class="fas fa-rocket"></i> Get Started </button></a>
- <a href="/#features" title="overview"><button id="startbtn" class="highlightedCl"><i class="fas fa-question-circle" style="padding:0"></i></button></a>
-
-
- <br />
- <br />
- </div>
- <div class="responsiveWidth" >
- <div id="gameDescription" >
- <h2><i class="far fa-images" ></i> Mythruna powered by jMonkeyEngine</h2>
-
- 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 …
- <br />
- <a class="readMore" href="/showcase/mythruna/#showcase">See game page </a>
- </div>
- </div>
- </section>
- <br/>
- <section class="message list vlist">
- <div>
- <blockquote class="list vlist responsive">
- <span id="backerMessage">-</span>
- <i><a rel='noopener nofollow noreferrer' target="_blank" id="backerMessageName">-</a> </i>
- </blockquote>
- <a href="https://opencollective.com/jmonkeyengine">Become a
- backer and leave a message...</a>
- </div>
- </section>
- <br/>
- <a id="content"></a>
- <section class="full responsiveWidth">
- <article>
- <h1 >
-
- <i class="fas fa-paragraph useless"></i>
-
- <a href="/blog/interview-jayfella/">Sgold interviews Jayfella</a></h1>
- <div class="content">
- <span>
- <p><figure class="githubUser inline " github-user="stephengold">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
- <figcaption>
- <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
- stephengold
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> <br>
- Thank you for agreeing to be interviewed.</p>
- <p>First question: When did you first hear about JMonkeyEngine?</p>
- <p><figure class="githubUser inline " github-user="jayfella">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
- <figcaption>
- <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
- jayfella
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> Way back in 2014, after a long period of developing desktop applications,<br>
- servers, and minecraft plugins, I decided to look into writing games.<br>
- At that time I was more into C#, but XNA was a sinking ship,<br>
- so looked at alternatives.<br>
- I found jMonkey and gave it a shot.</p>
- <p>What made me stay with JME was the community.<br>
- Actual developers of the engine would respond to my questions,<br>
- which was encouraging and made me want to continue with it and contribute back.<br>
- A lot of what I know now is down to the fact that people far more educated<br>
- in game development than me took the time to share their knowledge.</p>
- <p><figure class="githubUser inline " github-user="stephengold">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
- <figcaption>
- <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
- stephengold
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> I had a similar experience.</p>
- <p>What were your first steps? Did you install the SDK right away?</p>
- <p><figure class="githubUser inline " github-user="jayfella">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
- <figcaption>
- <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
- jayfella
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> I did install the SDK!<br>
- At that time the SDK was “the thing to use,” and it was a cutting-edge tool.</p>
- <p>I distinctly remember making an infinite-terrain world with a<br>
- 2-D heightmap and cars.</p>
- <p>And I remember some of the first mistakes I made, too:<br>
- wondering why adding lights everywhere was slowing down my game<br>
- (in a forward-rendering pipeline) and why shadows weren’t realistic<br>
- with multiple lights.</p>
- <p>I also remember Normen Hansen tutoring me into developing plugins<br>
- and improving the SDK.<br>
- For me, that was great.<br>
- I felt like part of the family, and it was extremely encouraging to<br>
- interact with such an intelligent and giving bunch of developers.</p>
- <p><figure class="githubUser inline " github-user="stephengold">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
- <figcaption>
- <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
- stephengold
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> Suppose the old you (from 2014) was transported to the present,<br>
- as a newcomer to the JMonkeyEngine community.<br>
- What advice would you give yourself?</p>
- <p><figure class="githubUser inline " github-user="jayfella">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
- <figcaption>
- <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
- jayfella
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> Good question.</p>
- <p>I think it’s important to make mistakes to become better at what you do.<br>
- We all start with big ideas,<br>
- and virtually all come to realize it’s way more difficult than we anticipated.<br>
- That’s a learning process we all need to go through.</p>
- <p>So my advice would be to keep doing what you’re doing,<br>
- but don’t be disheartened by not achieving your goals on the first attempt.<br>
- It takes years to become proficient.</p>
- <p>Listen to those that know better and try to understand why they came to<br>
- that conclusion.</p>
- <p>Learning is not always about being right!</p>
- <p><figure class="githubUser inline " github-user="stephengold">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
- <figcaption>
- <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
- stephengold
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> Just so!</p>
- <p>Next question: You’re currently JMonkeyEngine’s community manager.<br>
- How did that role come about?</p>
- <p><figure class="githubUser inline " github-user="jayfella">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
- <figcaption>
- <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
- jayfella
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> My primary talent is finding ways of getting things done.<br>
- If it can be done, I can do it.<br>
- That’s always been my attitude.</p>
- <p>When it became apparent that there was a lack of direction,<br>
- it rolled around in my head for quite some time.<br>
- What could do to improve things?<br>
- Did I have it in myself to keep the momentum going?</p>
- <p><figure class="githubUser inline " github-user="stephengold">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
- <figcaption>
- <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
- stephengold
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> How has your passion for the role evolved?</p>
- <p><figure class="githubUser inline " github-user="jayfella">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
- <figcaption>
- <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
- jayfella
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> My passion for the job remains the same as it was when I took the role,<br>
- but I must admit it is a challenge!</p>
- <p>I’ve managed companies, people, websites, servers, and all things in-between,<br>
- but I’ve never managed an open-source project of this size.<br>
- You don’t pay people.<br>
- You have no definite control over what people do or don’t do.<br>
- Instead you have to rely on support, trust, and a rather large dose of<br>
- doing it yourself to encourage movement.</p>
- <p>It’s very rewarding to work together to keep jMonkey alive<br>
- and to see genuine improvement as time goes by.</p>
- <p><figure class="githubUser inline " github-user="stephengold">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
- <figcaption>
- <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
- stephengold
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> Of all your JMonkeyEngine projects,<br>
- which have given you the greatest satisfaction?</p>
- <p><figure class="githubUser inline " github-user="jayfella">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
- <figcaption>
- <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
- jayfella
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> The most satisfying thing I’ve written for jMonkey is the JmonkeyStore.<br>
- It’s nice to create something that brings people together and provides<br>
- so much use.</p>
- <p><a href="https://jmonkeystore.com">https://jmonkeystore.com</a></p>
- <p>If I had to choose something other than the store, it would be the<br>
- shadows project for my game Animalia.<br>
- It took me over a week — probably ten days —<br>
- and countless headaches to get it just right, and when it finally worked<br>
- it was ultra satisfying to have overcome all the issues.</p>
- <p><a href="https://www.youtube.com/watch?v=UfZyf9jG8PI&t=5s">https://www.youtube.com/watch?v=UfZyf9jG8PI&t=5s</a></p>
- <p><figure class="githubUser inline " github-user="stephengold">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
- <figcaption>
- <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
- stephengold
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> What’s next for JmonkeyStore?<br>
- Are you still adding features?<br>
- Where do we stand with respect to its Patreon goals?</p>
- <p><figure class="githubUser inline " github-user="jayfella">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
- <figcaption>
- <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
- jayfella
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> I’d love to allow buying and selling software.</p>
- <p>There will also be the option of giving a developer a one-time payment<br>
- of the buyers choice — a sort of “buy me a beer” option.<br>
- As time goes by, it should bring more users to the community.</p>
- <p>We’re about a third of the way to being able to do that.<br>
- It’s a very exciting prospect to look forward to!</p>
- <p><figure class="githubUser inline " github-user="stephengold">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
- <figcaption>
- <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
- stephengold
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> Have you paid any bug bounties yet?</p>
- <p><figure class="githubUser inline " github-user="jayfella">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/jayfella">
- <figcaption>
- <h2 ghresolve-bio="title" alt="jayfella" class="ghname" ghresolve-name="innerText">
- jayfella
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/jayfella" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> The bug bounty system is another great<br>
- tool we can bring forward when the Patreon sponsorship increases.<br>
- It’s something I’m very much looking forward to switching on.<br>
- It’s a great way to get contributions moving forward — and even finding bugs.</p>
- <p>No bounties will be set until we increase funding.<br>
- Right now the funding doesn’t warrant much incentive.<br>
- It would only support one bounty every 2-4 months,<br>
- which would stall things and probably cause more harm than good.</p>
- <p>For now, we are funding the monthly costs of our web presence and services,<br>
- paid for by our generous community.</p>
- <p><figure class="githubUser inline " github-user="stephengold">
- <img class="excludeSummary" src="https://avatars.githubusercontent.com/stephengold">
- <figcaption>
- <h2 ghresolve-bio="title" alt="stephengold" class="ghname" ghresolve-name="innerText">
- stephengold
- </h2>
- <span ghresolve-bio="innerText" class="ghbio excludeSummary"></span>
- <div>
- <a alt="github link" title="Github" href="https://github.com/stephengold" class="excludeSummary"><i class="fab fa-github"></i></a>
- <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>
- <a alt="website link" title="Website" ghresolve-blog="href" class="ghblog excludeSummary" href="" style="display:none"><i class="fas fa-globe"></i></a>
- </div>
- </figcaption>
- </figure> I guess that’s enough for now.</p>
- <p>I enjoyed conducting this interview. Thank you for your time.</p>
- </span>
-
- <nav>
-
- <ul class="tags smaller">
- <h3 class="tags">Tags</h3>
-
- <li><a class="interview" href="/tags/interview"><i class="fas fa-hashtag"></i>interview</a></li>
-
- <li><a class="blog" href="/tags/blog"><i class="fas fa-hashtag"></i>blog</a></li>
-
- <li><a class="misc" href="/tags/misc"><i class="fas fa-hashtag"></i>misc</a></li>
-
- </ul>
- <ul class="authors smaller">
- <h3 class="authors">Authors</h3>
-
- <li><a class="stephengold" href="/authors/stephengold"><i class="fas fa-at"></i>stephengold</a></li>
-
- </ul>
-
- <ul class="postedDate smaller">
- <h3 class="postedDate">Date</h3>
- <li><time datetime="2020-02-15 12:00:00 +0000 UTC"><i class="fas fa-calendar"></i>15 February 2020</time> </li>
- </ul>
-
- <ul class="share">
- <h3 class="share">Share</h3>
- <li>
- <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 " >
- <i class="fab fa-twitter-square"></i> Share on Twitter</a></button></li>
- </ul>
- </nav>
-
- </div>
- </article>
- </section>
- <section class="full responsiveWidth">
- <article>
- <h1 id="comments"><i class="useless fas fa-comments"></i> Comments</h1>
- <div class="content" id='discourse-comments'></div>
- <script type="text/javascript">
- var eurl=window.location.href ;
- eurl=eurl.split("#")[0];
- eurl=eurl.split("?")[0];
- eurl=eurl.trim();
- if(eurl.endsWith("/index.html"))eurl=eurl.substring(0,eurl.length-"/index.html".length).trim();
- if(eurl.charAt(eurl.length-1)=="/") eurl=eurl.substring(0,eurl.length-1);
- if(eurl.startsWith("http://")) eurl="https://"+eurl.substring("http://".length);
-
-
- if(eurl.endsWith("/communitylog/new-website")){
- eurl+="/#content";
- }
-
- DiscourseEmbed = {
- discourseUrl: 'https://hub.jmonkeyengine.org/',
- discourseEmbedUrl: eurl
- };
-
- (function() {
- var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
- d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
- })();
- </script>
- </article>
- </section>
- </main>
- <footer>
- © 2020 jMonkeyEngine.
- All other trademarks, logos and featured content are property of their respective owners.
- <br />
- <a title="Github repo" rel='noopener nofollow noreferrer' target="_blank"
- href="https://github.com/jMonkeyEngine/jmonkeyengine-website">
- <i class="fab fa-github"></i> Source on Github
- </a>
- |
- <a title="Report issue" rel='noopener nofollow noreferrer' target="_blank"
- href="https://github.com/jMonkeyEngine/jmonkeyengine-website/issues">
- <i class="fas fa-bug"></i> Report an issue
- </a>
- <br />
- <br />
- Website designed and developed by
- <a href="https://github.com/riccardobl">Riccardo Balbo</a>
- for the jMonkeyEngine's Community.
-
- </footer>
- <div id="poweredBy" >
-
- <a rel='noopener nofollow noreferrer' target="_blank" href="https://www.macstadium.com/">
-
- <img src="/images/macstadium-logo.png" />
- </a>
- <a rel='noopener nofollow noreferrer' target="_blank" href="https://www.java.com/">
-
- <img src="/images/java-logo.png" />
- </a>
- <a rel='noopener nofollow noreferrer' target="_blank" href="https://opengl.org/">
-
- <img src="/images/opengl-logo.png" />
- </a>
- </div>
- </body>
- </html>
|