bre..ns c74a54db35 small fix to rotate option in blender-manipulation tool 13 years ago
..
BasicGameTemplate 47e9b74e6a - enable compile on save by default in BasicGameProject 14 years ago
JME3TestsTemplate 4e34217111 * Terrain API changes to better support TG in SDK terrain editor 14 years ago
ant-jme 7ee15bf908 SDK: 13 years ago
ant-lib 4c1fcf2969 - add new googlecode ant task 14 years ago
branding 91333066a7 - new splash screen 14 years ago
debscripts 6fd3bbedae move sdk to trunk 14 years ago
jme3-android 0e315d57da SDK: 13 years ago
jme3-angelfont edc7a8b37c JDK : Font Creator 14 years ago
jme3-assetpack-support c3a618faf5 Fixed typo in dialog when an assetpack download is successful 14 years ago
jme3-blender 4171e304a4 - remove old blenderloader.jar 14 years ago
jme3-cinematics 2918980a88 SDK: 14 years ago
jme3-code-check 9a0847f9a1 SDK: 14 years ago
jme3-codepalette 2b588f5298 jmp code palette - changed a normalize() to normalizeLocal() 13 years ago
jme3-core b5aa49bc16 SDK: 13 years ago
jme3-core-baselibs 8848c90b47 SDK: 14 years ago
jme3-core-libraries 5d291c8a0d SDK: 14 years ago
jme3-core-updatecenters 7329bed1f5 - change update center locations 14 years ago
jme3-desktop-executables 4212030983 SDK: 14 years ago
jme3-glsl-support eaf415cd80 SDK: 13 years ago
jme3-gui 751b4e851d JDK : Nifty Editor 14 years ago
jme3-lwjgl-applet 4073fee081 - update lwjgl to 2.8.3, fixing MacOSX 10.5 and lower compatibility 14 years ago
jme3-materialeditor 51b24880bc - move NVCompress tool to SDK 14 years ago
jme3-model-importer 02dc993c21 - remove futile call 14 years ago
jme3-navmesh-gen aeb231904a nav mesh generator remembers params and has tooltips now 13 years ago
jme3-obfuscate aec40c2741 - move obfuscation preference pane entry to "Build" 14 years ago
jme3-ogretools 86e5ffd7a4 - warn user when asset cannot be loaded because it is not part of a project with ProjectAssetManager 14 years ago
jme3-ogrexml 10ce82f423 SDK: 14 years ago
jme3-project-baselibs 32c4e50953 - rename library from jme3-android to android-base to avoid mixup with the user-added libraries 14 years ago
jme3-project-libraries 8848c90b47 SDK: 14 years ago
jme3-project-testdata 2918980a88 SDK: 14 years ago
jme3-scenecomposer c74a54db35 small fix to rotate option in blender-manipulation tool 13 years ago
jme3-templates 28a64bbfcf added first cut of navmesh generator plugin to SDK 14 years ago
jme3-terrain-editor a5c8cb8ead option to flip texture's Y for skyFactory in SDK 13 years ago
jme3-tests-template 0da5cb50ca - update some plugin dependencies 14 years ago
jme3-texture-editor 86faa20c65 - fix dependencies 14 years ago
jme3-vehicle-creator dde203f347 SDK: 14 years ago
jme3-wavefront 2918980a88 SDK: 14 years ago
jme3-welcome-screen 6bb7c47194 - remove old nifty references from welcome screen 14 years ago
nbi f9dbfc1f7c SDK: 13 years ago
nbproject 122b4a9818 reverted change to build-impl.xml 14 years ago
README.TXT 6fd3bbedae move sdk to trunk 14 years ago
build.xml 73cc27ec7b SDK: 14 years ago
jmonkeyplatform.icns d2c60b6f19 SDK: 14 years ago
jmonkeyplatform.png d2c60b6f19 SDK: 14 years ago
license-jme.txt 33156837bf Updated date in SDK license 14 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