2
0

sdk.adoc 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. = jMonkeyEngine SDK Documentation
  2. :revnumber: 2.0
  3. :revdate: 2020/07/09
  4. == Why jMonkeyEngine SDK?
  5. image::jme3-jmonkeyplatform.png[jme3-jmonkeyplatform.png,width="288",height="180",align="left"]
  6. The jMonkeyEngine SDK (software development kit) is the recommended game development environment for the jMonkeyEngine 3 library.
  7. 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/[download and install the jMonkeyEngine SDK] as a ready-to-use complete game development environment, rather than using a generic Java IDE. (xref:what_s_an_ide.adoc[What's an IDE]?)
  8. Since the jMonkeyEngine SDK is based on the link:http://platform.netbeans.org/[NetBeans Platform] (xref:whynoteclipse.adoc[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.
  9. [TIP]
  10. ====
  11. Go to `menu:Settings[Keymap]` and choose your favorite keyboard profile: NetBeans default, Eclipse, IntelliJ, or others.
  12. ====
  13. [TIP]
  14. ====
  15. 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)!
  16. ====
  17. The built-in help system lets you browse a local copy of the documentation pulled from this wiki. It also contains code samples and info about installed plugins and generic IDE features.
  18. [.right.text-left]
  19. image::jmonkeyplatform-docu-4.png[jmonkeyplatform-docu-4.png,width="421",height="298",align="right"]
  20. image::jme3-built-in-help.png[jme3-built-in-help.png,width="400",height="260",align="right"]
  21. [NOTE]
  22. ====
  23. jMonkeyEngine SDK is continuously being improved. Check out this link for a list of changes and improvements for the future: link:https://github.com/jMonkeyEngine/jmonkeyengine/issues/198[changes and improvements for the future]
  24. ====
  25. image::jmonkey-sdk-workflow.png[jmonkey-sdk-workflow.png,width="",height="",align="center"]
  26. === Status and Roadmap
  27. See link:https://github.com/jMonkeyEngine/jmonkeyengine/labels/roadmap[this page on GitHub] for links to up-to-date info on current status and features.
  28. xref:comic.adoc[jMonkeyEngine SDK - the Comic]
  29. image::jmonkeyplatform-docu-2.png[jmonkeyplatform-docu-2.png,width="420",height="300"]
  30. ////
  31. == A Little Bit of History
  32. Removed links due to not being able to find them...
  33. The jMonkeyEngine SDK first set root during a link:http://www.jmonkeyengine.com/forum/index.php?topic=13070.0[discussion with Normen Hansen]. Although similar projects existed previously, this was the first serious attempt that had the original core team's blessing. For some time, the project was referred to merely as the "link:https://blogs.oracle.com/geertjan/youtube-movie-of-jmonkeyengine-on-netbeans-platform[Game Development Environment], or "GDE" for short. During alpha, we referred to it as link:http://www.jmonkeyengine.com/forum/index.php?topic=13510.0[jMonkeyPlatform], and for beta it was eventually renamed to the jMonkeyEngine SDK.
  34. The jMonkeyEngine SDK first set root during a discussion with Normen Hansen. Although similar projects existed previously, this was the first serious attempt that had the original core team's blessing. For some time, the project was referred to merely as the Game Development Environment, or "GDE" for short. During alpha, we referred to it as jMonkeyPlatform, and for beta it was eventually renamed to the jMonkeyEngine SDK.
  35. ////