Normen Hansen 811e715c38 - add iOS input handling base classes 11 years ago
..
BasicGameTemplate d20110a43b Add: ExtractAnimation SceneComposer Animation Action 12 years ago
JME3TestsTemplate c9a929379a SDK: 13 years ago
JME3TestsTemplateAndroid 305e3f25e0 SDK: Updates to JME3 Tests for Android Template 12 years ago
ant-jme 583c46d36d SDK: 12 years ago
ant-lib 583c46d36d SDK: 12 years ago
branding 018ea5f3cd SDK: 12 years ago
debscripts 6fd3bbedae move sdk to trunk 14 years ago
jdks 0e75269405 - merge jdk version info 11 years ago
jme3-android 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-angelfont 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-assetpack-support 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-blender 8ff93b862b update stable to 3.0.6, see http://hub.jmonkeyengine.org/forum/topic/candidate-changes-for-3-0-6/ 11 years ago
jme3-cinematics 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-code-check 2271c690a3 Merge SDK config changes 12 years ago
jme3-codepalette 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-core 22c77b954c Update 3.0.5 11 years ago
jme3-core-baselibs b9717e2faf SDK: 13 years ago
jme3-core-libraries 2c473b0873 fixed nifty dependencies 12 years ago
jme3-core-updatecenters 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-desktop-executables 2271c690a3 Merge SDK config changes 12 years ago
jme3-documentation 8ff93b862b update stable to 3.0.6, see http://hub.jmonkeyengine.org/forum/topic/candidate-changes-for-3-0-6/ 11 years ago
jme3-glsl-support 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-gui 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-lwjgl-applet 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-materialeditor 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-model-importer 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-navmesh-gen 2271c690a3 Merge SDK config changes 12 years ago
jme3-obfuscate 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-ogretools 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-ogrexml 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-project-baselibs 7e09bf035f SDK: Update global library settings for Android OpenAL Soft 12 years ago
jme3-project-libraries b9717e2faf SDK: 13 years ago
jme3-project-testdata b9717e2faf SDK: 13 years ago
jme3-scenecomposer 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-templates d947820d9b Merge SDK config changes 12 years ago
jme3-terrain-editor 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-tests-template d947820d9b Merge SDK config changes 12 years ago
jme3-texture-editor 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-upgrader 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-vehicle-creator 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-wavefront 16d34f7bbb Merge build and genfile changes 12 years ago
jme3-welcome-screen 16d34f7bbb Merge build and genfile changes 12 years ago
nbi 22c77b954c Update 3.0.5 11 years ago
nbproject 811e715c38 - add iOS input handling base classes 11 years ago
README.TXT 6fd3bbedae move sdk to trunk 14 years ago
build.xml d5627dfe87 SDK: 12 years ago
jmonkeyplatform.icns d2c60b6f19 SDK: 14 years ago
jmonkeyplatform.import f38285442d SDK: 12 years ago
jmonkeyplatform.png d2c60b6f19 SDK: 14 years ago
license-jme.txt 33156837bf Updated date in SDK license 13 years ago
licenses-sdk.txt 787b16b594 SDK: 12 years ago

README.TXT

What is the jMonkeyEngine SDK?
------------------------------

The jMonkeyEngine 3 SDK is a software development kit for Java 3-D game developers.
It contains the jMonkeyEngine3 library and the jMonkeyPlatform, a game development environment.
The jMonkeyEngine and the jMonkeyPlatform are platform-independent, open-source and free.

This is an alpha release (May 2010). If you encounter any issues, please tell us!
http://www.jmonkeyengine.com/wiki/doku.php/report_bugs
We are looking forward to your feedback.


Starting the jMonkeyPlatform
----------------------------

Windows: Double-Click the "bin/jmonkeyplatform.exe" file

Mac OS: Double-Click the "jmonkeyplatform.app" Application

Linux: chmod u+x bin/jmonkeyplatform; ./bin/jmonkeyplatform &


Running jMonkeyEngine Demos
---------------------------

Choose File > New Project in the jMonkeyPlatform and create a "JME3 Tests" project.
Run the test project to see JME3 feature demos.
Browse the demo source code to learn from examples.


Creating 3-D Games with the jMonkeyPlatform
-------------------------------------------

Using the jMonkeyPlatform is the easiest method to develop jMonkeyEngine-based 3-D games.
Choose File > New Project and create a "Base Game" project to get started.

See the online Documentation for jMonkeyPlatform at
http://www.jmonkeyengine.com/wiki/doku.php/jme3:jmonkeyplatform

Get jMonkeyEngine 3 tutorials at
http://www.jmonkeyengine.com/wiki/doku.php/jme3