|
@@ -1,6 +1,6 @@
|
|
|
= jMonkeyEngine Documentation
|
|
|
-:author:
|
|
|
-:revnumber:
|
|
|
+:author:
|
|
|
+:revnumber:
|
|
|
:revdate: 2016/03/17 20:48
|
|
|
:keywords: documentation, sdk, install
|
|
|
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
@@ -17,39 +17,39 @@ You are also very welcome to fix mistakes or spelling as well as unclear paragra
|
|
|
[cols="4", options="header"]
|
|
|
|===
|
|
|
|
|
|
-a|
|
|
|
-<a| Recommended
|
|
|
-<a| Optional
|
|
|
-<a| Optional
|
|
|
+a|
|
|
|
+<a| Recommended
|
|
|
+<a| Optional
|
|
|
+<a| Optional
|
|
|
|
|
|
-a| You want to…
|
|
|
-a| Get started with jMonkeyEngine
|
|
|
-a| Use jMonkeyEngine in another IDE
|
|
|
-a| Build custom engine from sources
|
|
|
+a| You want to…
|
|
|
+a| Get started with jMonkeyEngine
|
|
|
+a| Use jMonkeyEngine in another IDE
|
|
|
+a| Build custom engine from sources
|
|
|
|
|
|
-a| Then download…
|
|
|
-a| link:https://github.com/jMonkeyEngine/sdk/releases[jMonkeyEngine SDK]
|
|
|
-a| link:https://github.com/jMonkeyEngine/jmonkeyengine/releases[Binaries]
|
|
|
-a| link:https://github.com/jMonkeyEngine/jmonkeyengine[Sources]
|
|
|
+a| Then download…
|
|
|
+a| link:https://github.com/jMonkeyEngine/sdk/releases[jMonkeyEngine SDK]
|
|
|
+a| link:https://github.com/jMonkeyEngine/sdk/releases/tag/stable[Binaries]
|
|
|
+a| link:https://github.com/jMonkeyEngine/jmonkeyengine[Sources]
|
|
|
|
|
|
-a| You receive…
|
|
|
+a| You receive…
|
|
|
a| SDK, binaries, javadoc, sources
|
|
|
a| Binaries, javadoc, sources
|
|
|
-a| Sources
|
|
|
+a| Sources
|
|
|
|
|
|
-a| Learn more here…
|
|
|
+a| Learn more here…
|
|
|
a|
|
|
|
-* <<sdk#,Using the SDK>>
|
|
|
+* <<sdk#,Using the SDK>>
|
|
|
* <<sdk/project_creation#,Project Creation>>
|
|
|
-a|
|
|
|
+a|
|
|
|
* <<jme3/maven#,Setting up jME3 with maven compatible IDEs>>
|
|
|
-* <<jme3/setting_up_netbeans_and_jme3#,Setting up JME3 in the NetBeans IDE>>
|
|
|
-* <<jme3/setting_up_jme3_in_eclipse#,Setting up JME3 in the Eclipse IDE>>
|
|
|
-* <<jme3/eclipse_jme3_android_jnindk#,Setting up JME3 in the Eclipse IDE (with Android and/or JNI/NDK)>>
|
|
|
+* <<jme3/setting_up_netbeans_and_jme3#,Setting up JME3 in the NetBeans IDE>>
|
|
|
+* <<jme3/setting_up_jme3_in_eclipse#,Setting up JME3 in the Eclipse IDE>>
|
|
|
+* <<jme3/eclipse_jme3_android_jnindk#,Setting up JME3 in the Eclipse IDE (with Android and/or JNI/NDK)>>
|
|
|
a|
|
|
|
-* <<jme3/build_from_sources#,Building JME3 from the Sources>>
|
|
|
-* <<jme3/build_jme3_sources_with_netbeans#,Building JME3 from the sources with NetBeans>>
|
|
|
-* <<jme3/simpleapplication_from_the_commandline#,Setting up JME3 on the commandline>>
|
|
|
+* <<jme3/build_from_sources#,Building JME3 from the Sources>>
|
|
|
+* <<jme3/build_jme3_sources_with_netbeans#,Building JME3 from the sources with NetBeans>>
|
|
|
+* <<jme3/simpleapplication_from_the_commandline#,Setting up JME3 on the commandline>>
|
|
|
|===
|
|
|
|
|
|
(*) 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.
|
|
@@ -61,21 +61,21 @@ After downloading and installing, <<jme3#,bookmark the jME Documentation page>>
|
|
|
[cols="3", options="header"]
|
|
|
|===
|
|
|
|
|
|
-a| Tutorials
|
|
|
-a| jMonkeyEngine SDK
|
|
|
-a| Other Documentation
|
|
|
+a| Tutorials
|
|
|
+a| jMonkeyEngine SDK
|
|
|
+a| Other Documentation
|
|
|
|
|
|
-a| <<jme3#tutorials_for_beginners,jME3 beginner tutorials>>
|
|
|
-a| <<sdk#,jMonkeyEngine SDK Documentation and Video Tutorials>>
|
|
|
-a| link:http://javadoc.jmonkeyengine.org/[Full API JavaDoc]
|
|
|
+a| <<jme3#tutorials_for_beginners,jME3 beginner tutorials>>
|
|
|
+a| <<sdk#,jMonkeyEngine SDK Documentation and Video Tutorials>>
|
|
|
+a| link:http://javadoc.jmonkeyengine.org/[Full API JavaDoc]
|
|
|
|
|
|
-a| <<jme3#documentation_for_intermediate_users,jME3 intermediate articles>>
|
|
|
-a| <<sdk/comic#,jMonkeyEngine SDK - the Comic :-)>>
|
|
|
-a| <<jme3/external/blender#,Blender Modeling Guide>>
|
|
|
+a| <<jme3#documentation_for_intermediate_users,jME3 intermediate articles>>
|
|
|
+a| <<sdk/comic#,jMonkeyEngine SDK - the Comic :-)>>
|
|
|
+a| <<jme3/external/blender#,Blender Modeling Guide>>
|
|
|
|
|
|
-a| <<jme3#documentation_for_advanced_users,jME3 advanced documentation>>
|
|
|
-<a|
|
|
|
-a| <<jme3/faq#,Answers to Frequently Asked Questions>>
|
|
|
+a| <<jme3#documentation_for_advanced_users,jME3 advanced documentation>>
|
|
|
+<a|
|
|
|
+a| <<jme3/faq#,Answers to Frequently Asked Questions>>
|
|
|
|
|
|
|===
|
|
|
|