nor..67 8514ece94e copy sdk to gradle branch 11 years ago
..
BasicGameTemplate 8514ece94e copy sdk to gradle branch 11 years ago
JME3TestsTemplate 8514ece94e copy sdk to gradle branch 11 years ago
JME3TestsTemplateAndroid 8514ece94e copy sdk to gradle branch 11 years ago
ant-jme 8514ece94e copy sdk to gradle branch 11 years ago
ant-lib 8514ece94e copy sdk to gradle branch 11 years ago
branding 8514ece94e copy sdk to gradle branch 11 years ago
debscripts 8514ece94e copy sdk to gradle branch 11 years ago
jdks 8514ece94e copy sdk to gradle branch 11 years ago
jme3-android 8514ece94e copy sdk to gradle branch 11 years ago
jme3-angelfont 8514ece94e copy sdk to gradle branch 11 years ago
jme3-assetpack-support 8514ece94e copy sdk to gradle branch 11 years ago
jme3-blender 8514ece94e copy sdk to gradle branch 11 years ago
jme3-cinematics 8514ece94e copy sdk to gradle branch 11 years ago
jme3-code-check 8514ece94e copy sdk to gradle branch 11 years ago
jme3-codepalette 8514ece94e copy sdk to gradle branch 11 years ago
jme3-core 8514ece94e copy sdk to gradle branch 11 years ago
jme3-core-baselibs 8514ece94e copy sdk to gradle branch 11 years ago
jme3-core-libraries 8514ece94e copy sdk to gradle branch 11 years ago
jme3-core-updatecenters 8514ece94e copy sdk to gradle branch 11 years ago
jme3-desktop-executables 8514ece94e copy sdk to gradle branch 11 years ago
jme3-documentation 8514ece94e copy sdk to gradle branch 11 years ago
jme3-glsl-support 8514ece94e copy sdk to gradle branch 11 years ago
jme3-gui 8514ece94e copy sdk to gradle branch 11 years ago
jme3-lwjgl-applet 8514ece94e copy sdk to gradle branch 11 years ago
jme3-materialeditor 8514ece94e copy sdk to gradle branch 11 years ago
jme3-model-importer 8514ece94e copy sdk to gradle branch 11 years ago
jme3-navmesh-gen 8514ece94e copy sdk to gradle branch 11 years ago
jme3-obfuscate 8514ece94e copy sdk to gradle branch 11 years ago
jme3-ogretools 8514ece94e copy sdk to gradle branch 11 years ago
jme3-ogrexml 8514ece94e copy sdk to gradle branch 11 years ago
jme3-project-baselibs 8514ece94e copy sdk to gradle branch 11 years ago
jme3-project-libraries 8514ece94e copy sdk to gradle branch 11 years ago
jme3-project-testdata 8514ece94e copy sdk to gradle branch 11 years ago
jme3-scenecomposer 8514ece94e copy sdk to gradle branch 11 years ago
jme3-templates 8514ece94e copy sdk to gradle branch 11 years ago
jme3-terrain-editor 8514ece94e copy sdk to gradle branch 11 years ago
jme3-tests-template 8514ece94e copy sdk to gradle branch 11 years ago
jme3-texture-editor 8514ece94e copy sdk to gradle branch 11 years ago
jme3-upgrader 8514ece94e copy sdk to gradle branch 11 years ago
jme3-vehicle-creator 8514ece94e copy sdk to gradle branch 11 years ago
jme3-wavefront 8514ece94e copy sdk to gradle branch 11 years ago
jme3-welcome-screen 8514ece94e copy sdk to gradle branch 11 years ago
nbi 8514ece94e copy sdk to gradle branch 11 years ago
nbproject 8514ece94e copy sdk to gradle branch 11 years ago
README.TXT 8514ece94e copy sdk to gradle branch 11 years ago
build.xml 8514ece94e copy sdk to gradle branch 11 years ago
jmonkeyplatform.icns 8514ece94e copy sdk to gradle branch 11 years ago
jmonkeyplatform.import 8514ece94e copy sdk to gradle branch 11 years ago
jmonkeyplatform.png 8514ece94e copy sdk to gradle branch 11 years ago
license-jme.txt 8514ece94e copy sdk to gradle branch 11 years ago
licenses-sdk.txt 8514ece94e copy sdk to gradle branch 11 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