The jMonkeyEngine3 Software Development Kit based on Netbeans

nor..67 045df746da - cleanup SDK initialization class il y a 14 ans
BasicGameTemplate e13e03e802 - exclude .blend files from jME3 project distribution by default il y a 14 ans
JME3TestsTemplate fbeb17e033 move sdk to trunk il y a 14 ans
ant-lib 39bab7004e - move blender loader to jMP default bundle il y a 14 ans
branding 9353ad6a5d - change branding to jMonkeyEngine SDK il y a 14 ans
debscripts fbeb17e033 move sdk to trunk il y a 14 ans
jme3-android ae183b8d50 - delete obsolete library description il y a 14 ans
jme3-angelfont e6bd14b763 SDK: il y a 14 ans
jme3-assetpack-support 7fe6e954e8 - make "Add Asset" action of AssetPack browser more robust il y a 14 ans
jme3-blender b4c0a1bfcb - remove old blenderloader.jar il y a 14 ans
jme3-cinematics e6bd14b763 SDK: il y a 14 ans
jme3-code-check 75476bbcd7 SDK: il y a 14 ans
jme3-codepalette 75476bbcd7 SDK: il y a 14 ans
jme3-core 045df746da - cleanup SDK initialization class il y a 14 ans
jme3-core-baselibs 4fa5db0132 - make awt package public in jme3 libraries plugin il y a 14 ans
jme3-core-libraries 483332e35e - SDK: make some nifty classes public il y a 14 ans
jme3-core-updatecenters 738502d822 - remove NetBeans update centers from jMP update center list il y a 14 ans
jme3-desktop-executables 47e8c6ce60 SDK: il y a 14 ans
jme3-glsl-support acc4e9922f - add GLSL editor to SDK by default il y a 14 ans
jme3-gui a8cfa07b20 - change base nifty xml file il y a 14 ans
jme3-lwjgl-applet 504ab9dc58 * SDK: Commit LWJGL 2.8.1 applet loader il y a 14 ans
jme3-materialeditor 149c78a683 SDK: il y a 14 ans
jme3-model-importer 59ad2a3226 - fix empty asset list in ModelImportTool when reloading model with key settings il y a 14 ans
jme3-obfuscate 202cd9014e - move obfuscation preference pane entry to "Build" il y a 14 ans
jme3-ogretools ab34c56fad - warn user when asset cannot be loaded because it is not part of a project with ProjectAssetManager il y a 14 ans
jme3-ogrexml ab34c56fad - warn user when asset cannot be loaded because it is not part of a project with ProjectAssetManager il y a 14 ans
jme3-project-baselibs b5fa59eff9 - change name of Library plugins (jME3 and External) il y a 14 ans
jme3-project-libraries b5fa59eff9 - change name of Library plugins (jME3 and External) il y a 14 ans
jme3-project-testdata e6bd14b763 SDK: il y a 14 ans
jme3-scenecomposer 17f9d63a1d - Warn user when no Node is selected when trying to add something to the SceneComposer il y a 14 ans
jme3-templates 46b95565ea - update basicgame project to exclude .blend files for distribution by default il y a 14 ans
jme3-terrain-editor 529c907603 fixed terrain scale bug il y a 14 ans
jme3-tests-template fa648b9883 SDK: il y a 14 ans
jme3-texture-editor aaaa1fb1c2 - fix dependencies il y a 14 ans
jme3-vehicle-creator 12bf2f74b3 SDK: il y a 14 ans
jme3-wavefront e6bd14b763 SDK: il y a 14 ans
jme3-welcome-screen e6bd14b763 SDK: il y a 14 ans
nbproject acc4e9922f - add GLSL editor to SDK by default il y a 14 ans
README.TXT fbeb17e033 move sdk to trunk il y a 14 ans
build.xml 9e2e566a99 - add sn cleanup to sdk build il y a 14 ans
jmonkeyplatform.icns 461eb5e121 SDK: il y a 14 ans
jmonkeyplatform.png 461eb5e121 SDK: il y a 14 ans
license-jme.txt fbeb17e033 move sdk to trunk il y a 14 ans

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