The jMonkeyEngine3 Software Development Kit based on Netbeans

bre..ns 46ee321544 Modified terrain node listeners to handle removed terrain. Fixed an issue with actions spamming the save cookie with modified changes. 14 years ago
BasicGameTemplate e13e03e802 - exclude .blend files from jME3 project distribution by default 14 years ago
JME3TestsTemplate fbeb17e033 move sdk to trunk 15 years ago
ant-lib 39bab7004e - move blender loader to jMP default bundle 14 years ago
branding 9353ad6a5d - change branding to jMonkeyEngine SDK 14 years ago
debscripts fbeb17e033 move sdk to trunk 15 years ago
jme3-android b5d27faf41 - add jme3.android HelpCtx to android deployment window so the correct help page appears 14 years ago
jme3-angelfont e6bd14b763 SDK: 14 years ago
jme3-assetpack-support b732aa53cd - fix misleading AssetPack wizard text 14 years ago
jme3-blender b4c0a1bfcb - remove old blenderloader.jar 14 years ago
jme3-cinematics e6bd14b763 SDK: 14 years ago
jme3-code-check 75476bbcd7 SDK: 14 years ago
jme3-codepalette 75476bbcd7 SDK: 14 years ago
jme3-core 46ee321544 Modified terrain node listeners to handle removed terrain. Fixed an issue with actions spamming the save cookie with modified changes. 14 years ago
jme3-core-baselibs ed307eef28 SDK: 14 years ago
jme3-core-libraries ed307eef28 SDK: 14 years ago
jme3-core-updatecenters 8cb5df133a SDK: 14 years ago
jme3-desktop-executables 47e8c6ce60 SDK: 14 years ago
jme3-gui ed307eef28 SDK: 14 years ago
jme3-lwjgl-applet 987b8b73e1 - update lwjgl to latest nightly 14 years ago
jme3-materialeditor 149c78a683 SDK: 14 years ago
jme3-model-importer ed307eef28 SDK: 14 years ago
jme3-obfuscate 202cd9014e - move obfuscation preference pane entry to "Build" 14 years ago
jme3-ogretools 06c8ee30c4 - Fix Advanced OgreXML import crashing without material file 14 years ago
jme3-ogrexml 280d336608 - Fix OgreXMLDataObject loadAsset 14 years ago
jme3-project-baselibs e6bd14b763 SDK: 14 years ago
jme3-project-libraries b9d5105cb6 - add niftygui javadoc to sdk libraries 14 years ago
jme3-project-testdata e6bd14b763 SDK: 14 years ago
jme3-scenecomposer 74469e04d2 * fixed error in terrain paint action with changes to png format 14 years ago
jme3-templates 7e79374a61 SDK: 14 years ago
jme3-terrain-editor 46ee321544 Modified terrain node listeners to handle removed terrain. Fixed an issue with actions spamming the save cookie with modified changes. 14 years ago
jme3-tests-template fa648b9883 SDK: 14 years ago
jme3-texture-editor aaaa1fb1c2 - fix dependencies 14 years ago
jme3-vehicle-creator 12bf2f74b3 SDK: 14 years ago
jme3-wavefront e6bd14b763 SDK: 14 years ago
jme3-welcome-screen e6bd14b763 SDK: 14 years ago
nbproject 703535ff42 - thin out jmp distribution 14 years ago
README.TXT fbeb17e033 move sdk to trunk 15 years ago
build.xml 4c27e62772 - revert change in build.xml 14 years ago
jmonkeyplatform.icns 461eb5e121 SDK: 14 years ago
jmonkeyplatform.png 461eb5e121 SDK: 14 years ago
license-jme.txt fbeb17e033 move sdk to trunk 15 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