12345678910111213141516 |
- <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Asciidoctor 1.5.4"><meta name="keywords" content="documentation, sdk, install"><title>jMonkeyEngine Documentation</title><link rel="stylesheet" href="./asciidoctor.css">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
- <link rel="stylesheet" href="./coderay-asciidoctor.css"></head><body class="article toc2 toc-left"><div id="header"><h1>jMonkeyEngine Documentation</h1><div class="details"><span class="author" id="author"></span><br><span id="revnumber">version ,</span> <span id="revdate">2016/03/17 20:48</span></div><div id="toc" class="toc2"><div id="toolbar"><a href="https://github.com/jMonkeyEngine/wiki/edit/master/src/docs/asciidoc/documentation.adoc"><i class="fa fa-pencil-square" aria-hidden="true"></i></a><a href="https://github.com/jMonkeyEngine/wiki/new/master/src/docs/asciidoc/"><i class="fa fa-plus-square" aria-hidden="true"></i></a></div><div id="toctitle">Table of Contents</div><ul class="sectlevel1"><li><a href="#install">Install</a></li><li><a href="#create">Create</a></li><li><a href="#contribute">Contribute</a></li><li><a href="#contact">Contact</a></li><li><a href="#languages">Languages</a></li></ul></div></div><div id="content"><div id="preamble"><div class="sectionbody"><div class="paragraph"><p>This documentation wiki contains installation and configuration guides, jME coding tutorials and other information that will help you get your game project going. You can search the contents of this wiki using the search box in the upper right.</p></div>
- <div class="paragraph"><p>You are also very welcome to fix mistakes or spelling as well as unclear paragraphs using the “Wiki menu on top or the “Edit buttons after each paragraph. You have to be logged in to edit the wiki.</p></div></div></div>
- <div class="sect1"><h2 id="install">Install</h2><div class="sectionbody"><div class="paragraph"><p><strong>Before installing, check the <a href="bsd_license.html">license</a>, <a href="jme3/features.html">features</a>, and <a href="jme3/requirements.html">requirements</a>.</strong> Then choose one of these options:</p></div>
- <table class="tableblock frame-all grid-all spread"><colgroup><col style="width: 25%;"><col style="width: 25%;"><col style="width: 25%;"><col style="width: 25%;"></colgroup><thead><tr><th class="tableblock halign-left valign-top"></th><th class="tableblock halign-left valign-top">Recommended</th><th class="tableblock halign-left valign-top">Optional</th><th class="tableblock halign-left valign-top">Optional</th></tr></thead><tbody><tr><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>You want to…</p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>Get started with jMonkeyEngine</p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>Use jMonkeyEngine in another IDE</p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>Build custom engine from sources</p></div></div></td></tr><tr><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>Then download…</p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p><a href="https://github.com/jMonkeyEngine/sdk/releases/tag/stable">jMonkeyEngine SDK</a></p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p><a href="https://github.com/jMonkeyEngine/sdk/releases">Binaries</a></p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p><a href="https://github.com/jMonkeyEngine/jmonkeyengine">Sources</a></p></div></div></td></tr><tr><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>You receive…</p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>SDK, binaries, javadoc, sources</p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>Binaries, javadoc, sources</p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>Sources</p></div></div></td></tr><tr><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>Learn more here…</p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="ulist"><ul><li><p><a href="sdk.html">Using the SDK</a></p></li><li><p><a href="sdk/project_creation.html">Project Creation</a></p></li></ul></div></div></td><td class="tableblock halign-left valign-top"><div><div class="ulist"><ul><li><p><a href="jme3/maven.html">Setting up jME3 with maven compatible IDEs</a></p></li><li><p><a href="jme3/setting_up_netbeans_and_jme3.html">Setting up JME3 in the NetBeans IDE</a></p></li><li><p><a href="jme3/setting_up_jme3_in_eclipse.html">Setting up JME3 in the Eclipse IDE</a></p></li><li><p><a href="jme3/eclipse_jme3_android_jnindk.html">Setting up JME3 in the Eclipse IDE (with Android and/or JNI/NDK)</a></p></li></ul></div></div></td><td class="tableblock halign-left valign-top"><div><div class="ulist"><ul><li><p><a href="jme3/build_from_sources.html">Building JME3 from the Sources</a></p></li><li><p><a href="jme3/build_jme3_sources_with_netbeans.html">Building JME3 from the sources with NetBeans</a></p></li><li><p><a href="jme3/simpleapplication_from_the_commandline.html">Setting up JME3 on the commandline</a></p></li></ul></div></div></td></tr></tbody></table>
- <div class="paragraph"><p>(*) The SDK creates Ant-based projects that any Java IDE can import. We recommend users of other IDEs to also download the jMonkeyEngine SDK and choose “File→Import Project→External Project Assets to create a codeless project for managing assets only. This way you can code in the IDE of your choice, and use the SDK to convert your models to .j3o format.</p></div></div></div>
- <div class="sect1"><h2 id="create">Create</h2><div class="sectionbody"><div class="paragraph"><p>After downloading and installing, <a href="jme3.html">bookmark the jME Documentation page</a> and start writing your first game!</p></div>
- <table class="tableblock frame-all grid-all spread"><colgroup><col style="width: 33.3333%;"><col style="width: 33.3333%;"><col style="width: 33.3334%;"></colgroup><thead><tr><th class="tableblock halign-left valign-top">Tutorials</th><th class="tableblock halign-left valign-top">jMonkeyEngine SDK</th><th class="tableblock halign-left valign-top">Other Documentation</th></tr></thead><tbody><tr><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p><a href="jme3.html#tutorials_for_beginners">jME3 beginner tutorials</a></p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p><a href="sdk.html">jMonkeyEngine SDK Documentation and Video Tutorials</a></p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p><a href="http://javadoc.jmonkeyengine.org/">Full API JavaDoc</a></p></div></div></td></tr><tr><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p><a href="jme3.html#documentation_for_intermediate_users">jME3 intermediate articles</a></p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p><a href="sdk/comic.html">jMonkeyEngine SDK - the Comic :-)</a></p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p><a href="jme3/external/blender.html">Blender Modeling Guide</a></p></div></div></td></tr><tr><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p><a href="jme3.html#documentation_for_advanced_users">jME3 advanced documentation</a></p></div></div></td><td class="tableblock halign-left valign-top"><div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p><a href="jme3/faq.html">Answers to Frequently Asked Questions</a></p></div></div></td></tr></tbody></table></div></div>
- <div class="sect1"><h2 id="contribute">Contribute</h2><div class="sectionbody"><div class="paragraph"><p>Are you an experienced Java developer who wants to add new features or contribute patches to the jME3 project?</p></div>
- <div class="ulist"><ul><li><p>Get inspired by existing <a href="jme3/contributions.html">contributions</a></p></li><li><p><a href="http://hub.jmonkeyengine.org/introduction/contributors-handbook/">Read the Contributors Handbook</a></p></li><li><p><a href="http://hub.jmonkeyengine.org/c/contribution-depot-jme3">Chime in on the Contributors Forum</a></p></li><li><p><a href="jme3/jme3_source_structure.html">Learn about the source structure</a></p></li><li><p><a href="sdk.html#development">Write jMonkeyEngine SDK plugins and visual editors</a></p></li><li><p><a href="report_bugs.html">Report bugs and submit patches</a></p></li></ul></div></div></div>
- <div class="sect1"><h2 id="contact">Contact</h2><div class="sectionbody"><div class="paragraph"><p>You are welcome to contribute and inquire about the project: Please <a href="mailto:contact@jmonkeyengine.com">contact</a> the <a href="http://jmonkeyengine.org/team/">developers</a> or ask on the <a href="http://hub.jmonkeyengine.org/">forums</a>.</p></div>
- <div class="ulist"><ul><li><p><a href="mailto:contact@jmonkeyengine.com">Contact the jME team</a></p><div class="ulist"><ul><li><p><a href="http://jmonkeyengine.org/team/">Core team - Who are we?</a></p></li></ul></div></li><li><p><a href="report_bugs.html">Report a bug</a></p></li><li><p><a href="http://hub.jmonkeyengine.org/c/documentation-jme3">Report unclear or missing documentation</a></p></li></ul></div></div></div>
- <div class="sect1"><h2 id="languages">Languages</h2><div class="sectionbody"><div class="paragraph"><p><a href="документация.html">Документация на Русском</a><br>
- <a href="documentacao.html">Documentação em Português</a><br>
- <a href="documentation_zh.html">中文版</a></p></div></div></div></div><div id="footer"><div id="footer-text">Version <br>Last updated 2016-07-06 19:47:04 UTC</div></div></body></html>
|