|
|
@@ -7,6 +7,36 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
|
|
|
|
|
|
+== Installation
|
|
|
+
|
|
|
+* <<bsd_license#,Use jMonkeyEngine 3 for free under the BSD License>>
|
|
|
+* <<jme3/requirements#,Software and hardware requirements>>
|
|
|
+* <<jme3/features#,All Supported Features>>
|
|
|
+* <</#Installation,Download jMonkeyEngine 3 SDK>>
|
|
|
+
|
|
|
+
|
|
|
+== SDK Documentation
|
|
|
+
|
|
|
+[.right]
|
|
|
+image::sdk/jmonkeyplatform-docu-2.png[jmonkeyplatform-docu-2.png,width="420",height="300"]
|
|
|
+
|
|
|
+
|
|
|
+The <<sdk#,jMonkeyEngine SDK>> is our recommended game development environment.
|
|
|
+
|
|
|
+* <<sdk/comic#,jMonkeyEngine SDK - the Comic>>
|
|
|
+* <<sdk#,SDK Documentation (All editors, plugins, etc)>>
|
|
|
+
|
|
|
+Here are some videos of how the jMonkeyEngine SDK makes your development team's life easier:
|
|
|
+
|
|
|
+* link:http://www.youtube.com/watch?v=nL7woH40i5c[Video: Importing Models]
|
|
|
+* link:http://www.youtube.com/watch?v=ntPAmtsQ6eM[Video: Scene Composing]
|
|
|
+* link:http://www.youtube.com/watch?v=DUmgAjiNzhY[Video: Dragging&Dropping Nodes]
|
|
|
+* link:http://www.youtube.com/watch?v=Feu3-mrpolc[Video: Working with Materials]
|
|
|
+* link:http://www.youtube.com/watch?v=oZnssg8TBWQ[Video: WebStart Deployment]
|
|
|
+* link:http://www.youtube.com/watch?v=MNDiZ9YHIpM[Video: Custom Controls]
|
|
|
+* Read the <<sdk#,SDK documentation>> for details.
|
|
|
+
|
|
|
+
|
|
|
== Tutorials for Beginners
|
|
|
|
|
|
The beginner tutorials demonstrate the most common use cases and explain basic concepts. We encourage you to run the sample codes and experiment with them. link:https://github.com/jMonkeyEngine/jmonkeyengine/tree/master/jme3-examples/src/main/java/jme3test[All example code] is included in the jMonkeyEngine SDK: Simply create a new project from the `JmeTests` template. To start writing your own projects, create a new file from the `BasicGame` template.
|
|
|
@@ -302,36 +332,6 @@ These code examples are not supported by the core team and we cannot guarantee t
|
|
|
* link:http://code.google.com/p/street-rally-3d/source/browse/#svn%2Ftrunk%2Fsrc%2Fsr3d[Street rally 3d source code] – A racing game programmed by rhymez.
|
|
|
|
|
|
|
|
|
-== SDK Documentation
|
|
|
-
|
|
|
-[.right]
|
|
|
-image::sdk/jmonkeyplatform-docu-2.png[jmonkeyplatform-docu-2.png,width="420",height="300"]
|
|
|
-
|
|
|
-
|
|
|
-The <<sdk#,jMonkeyEngine SDK>> is our recommended game development environment.
|
|
|
-
|
|
|
-* <<sdk/comic#,jMonkeyEngine SDK - the Comic>>
|
|
|
-* <<sdk#,SDK Documentation (All editors, plugins, etc)>>
|
|
|
-
|
|
|
-Here are some videos of how the jMonkeyEngine SDK makes your development team's life easier:
|
|
|
-
|
|
|
-* link:http://www.youtube.com/watch?v=nL7woH40i5c[Video: Importing Models]
|
|
|
-* link:http://www.youtube.com/watch?v=ntPAmtsQ6eM[Video: Scene Composing]
|
|
|
-* link:http://www.youtube.com/watch?v=DUmgAjiNzhY[Video: Dragging&Dropping Nodes]
|
|
|
-* link:http://www.youtube.com/watch?v=Feu3-mrpolc[Video: Working with Materials]
|
|
|
-* link:http://www.youtube.com/watch?v=oZnssg8TBWQ[Video: WebStart Deployment]
|
|
|
-* link:http://www.youtube.com/watch?v=MNDiZ9YHIpM[Video: Custom Controls]
|
|
|
-* Read the <<sdk#,SDK documentation>> for details.
|
|
|
-
|
|
|
-
|
|
|
-== Installation
|
|
|
-
|
|
|
-* <<bsd_license#,Use jMonkeyEngine 3 for free under the BSD License>>
|
|
|
-* <<jme3/requirements#,Software and hardware requirements>>
|
|
|
-* <<jme3/features#,All Supported Features>>
|
|
|
-* <</#Installation,Download jMonkeyEngine 3 SDK>>
|
|
|
-
|
|
|
-
|
|
|
== Feedback
|
|
|
|
|
|
jME3 is in development; if a tutorial doesn't work as expected, try using the latest daily build. If that doesn't “fix it then:
|