|
|
@@ -2,6 +2,9 @@
|
|
|
:author:
|
|
|
:revnumber:
|
|
|
:revdate: 2016/03/17 20:48
|
|
|
+:relfileprefix: ../
|
|
|
+:imagesdir: ..
|
|
|
+:experimental:
|
|
|
:keywords: documentation, tool, sdk
|
|
|
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
@@ -14,14 +17,14 @@ image::sdk/jme3-jmonkeyplatform.png[jme3-jmonkeyplatform.png,width="288",height=
|
|
|
|
|
|
The jMonkeyEngine SDK (software development kit) is the recommended game development environment for the jMonkeyEngine 3 library.
|
|
|
|
|
|
-The jMonkeyEngine SDK is an integrated development environment (IDE) that provides you with unique plugins for creating jMonkeyEngine 3 game content. You can link:https://github.com/jMonkeyEngine/sdk/releases/tag/stable[download and install the jMonkeyEngine SDK] as a ready-to-use complete game development environment, rather than using a generic Java IDE. (<<jme3/beginner/what_s_an_ide#,What's an IDE>>?)
|
|
|
+The jMonkeyEngine SDK is an integrated development environment (IDE) that provides you with unique plugins for creating jMonkeyEngine 3 game content. You can link:https://github.com/jMonkeyEngine/sdk/releases/tag/3.1-stable-FINAL[download and install the jMonkeyEngine SDK] as a ready-to-use complete game development environment, rather than using a generic Java IDE. (<<jme3/beginner/what_s_an_ide#,What's an IDE>>?)
|
|
|
|
|
|
Since the jMonkeyEngine SDK is based on the link:http://platform.netbeans.org/[NetBeans Platform] (<<sdk/whynoteclipse#,Why not Eclipse RCP?>>), you have access to all of the developer tools in the link:http://www.netbeans.org/[NetBeans IDE], including a wide variety of deployment formats ranging from browser Applet and WebStart to desktop executables. Although we recommend the jMonkeyEngine SDK, experienced users can work with the jMonkeyEngine JARs in their favorite IDE, and choose to only use the jMonkeyEngine SDK to manage assets and JME3 binaries.
|
|
|
|
|
|
|
|
|
[TIP]
|
|
|
====
|
|
|
-Go to `Settings → Keymap` and choose your favorite keyboard profile: NetBeans default, Eclipse, IntelliJ, or others.
|
|
|
+Go to `menu:Settings[Keymap]` and choose your favorite keyboard profile: NetBeans default, Eclipse, IntelliJ, or others.
|
|
|
====
|
|
|
|
|
|
|
|
|
@@ -31,7 +34,7 @@ Go to `Settings → Keymap` and choose your favorite keyboard profile: NetBeans
|
|
|
|
|
|
[TIP]
|
|
|
====
|
|
|
-To get help and code samples right in the SDK, *press F1*, or press *ctrl-i* to enter a query in the super search box (top right)!
|
|
|
+To get help and code samples right in the SDK, press `kbd:[F1], or press `kbd:[Ctrl]` + `kbd:[i]` to enter a query in the super search box (top right)!
|
|
|
====
|
|
|
|
|
|
|
|
|
@@ -97,7 +100,7 @@ image:jme3-built-in-help.png[jme3-built-in-help.png,width="400",height="260",ali
|
|
|
* <<sdk/font_creation#,Creating Bitmap Fonts>>
|
|
|
* link:https://hub.jmonkeyengine.org/t/effecttrack-and-audiotrack-editing-in-the-sdk/23378[Audio and Effect Track Editing]
|
|
|
** link:https://www.youtube.com/watch?v=D7JM4VMKqPc[Video: Effect and AudioTrack editing in jMonkeyEngine 3 sdk]
|
|
|
-* <<sdk/attachment_bones#,Animation and Attachment Bones Editing>>
|
|
|
+//* <<sdk/attachment_bones#,Animation and Attachment Bones Editing>>
|
|
|
* <<sdk/filters#,Post-Processor Filter Editor and Viewer>>
|
|
|
* <<sdk/blender#,Blender Importer>>
|
|
|
* <<jme3/advanced/application_states#,Application States>>
|