12345678910111213141516171819202122232425262728 |
- <!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"><title>setup</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"><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css"></head><body class="article toc2 toc-left"><div id="header"><div id="toolbar"><a href="https://github.com/jMonkeyEngine/wiki/edit/master/src/docs/asciidoc/jme3/advanced/atom_framework/docs/setup.adoc"><i class="fa fa-pencil-square" aria-hidden="true"></i></a><a href="https://github.com/jMonkeyEngine/wiki/new/master/src/docs/asciidoc/jme3/advanced/atom_framework/docs/"><i class="fa fa-plus-square" aria-hidden="true"></i></a><input dir="auto" style="position: relative; vertical-align: top;" spellcheck="false" autocomplete="off" class="searchbox__input aa-input" id="doc-search" name="search" placeholder="Search in the doc" required="required" type="search"></div><h1>setup</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="toctitle">Table of Contents</div><ul class="sectlevel1"><li><a href="#download-and-setup">Download and Setup</a><ul class="sectlevel2"><li><a href="#download">Download</a></li><li><a href="#setup">Setup</a></li></ul></li><li><a href="#let-s-take-basic-tutorials-here">Let’s take basic tutorials here.</a></li></ul></div></div><div id="content"><div class="sect2"><h3 id="download-and-setup">Download and Setup</h3><div class="paragraph"><p>Checklists before you start:</p></div>
- <div class="literalblock"><div class="content"><pre> You has JME3 Engine and SDK installed properly with lastest version
- You've read the wiki and know what Atom framework is?</pre></div></div>
- <div class="paragraph"><p>Checkout</p></div>
- <div class="literalblock"><div class="content"><pre> Check out the source from</pre></div></div>
- <div class="literalblock"><div class="content"><pre> http://code.google.com/p/atom-game-framework/source/checkout</pre></div></div>
- <div class="literalblock"><div class="content"><pre> Open atom-testbed-examples in the SDK.</pre></div></div>
- <div class="sect2"><h3 id="download">Download</h3><div class="paragraph"><p>Jar:</p></div>
- <div class="paragraph"><p>Repository:</p></div>
- <div class="paragraph"><p>Update central:</p></div>
- <div class="paragraph"><p>Maven:</p></div>
- <div class="paragraph"><p>Gradle:</p></div></div>
- <div class="sect2"><h3 id="setup">Setup</h3><div class="sect3"><h4 id="for-atomsdk">For AtomSDK</h4></div>
- <div class="sect3"><h4 id="for-atom-teehee">For Atom TeeHee</h4><div class="paragraph"><p>Troubleshoots</p></div>
- <div class="paragraph"><p>If you can not get this basic start, don’t worry.</p></div>
- <div class="paragraph"><p>Read back JME3 simple tutorials first and come back. Just take 10 mins or so. :) or goto: <a href="http://code.google.com/p/atom-game-framework/wiki/Troubleshootings">http://code.google.com/p/atom-game-framework/wiki/Troubleshootings</a></p></div>
- <div class="paragraph"><p>Cheer.
- Install AtomSDK from Update Central
- Done, let’s make games!</p></div></div></div></div>
- <div class="sect1"><h2 id="let-s-take-basic-tutorials-here">Let’s take basic tutorials here.</h2><div class="sectionbody"><div class="paragraph"><p>If you 'are proficient enough with Java+GameDev?+JME3.</p></div>
- <div class="paragraph"><p>Let’s go to immediate tutorials and examples here.</p></div></div></div></div><div id="footer"><div id="footer-text">Version <br>Last updated 2016-08-29 15:36:15 UTC</div></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script><script>docsearch({
- apiKey: 'a736b6d93de805e26ec2f49b55013fbd',
- indexName: 'jmonkeyengine',
- inputSelector: '#doc-search',
- debug: false // Set debug to true if you want to inspect the dropdown
- });</script></body></html>
|