The jMonkeyEngine3 Software Development Kit based on Netbeans

bre..ns 2e21d45786 moved some of the terrain utils into tool options in the scene explorer hace 13 años
BasicGameTemplate c40bc669a9 - enable compile on save by default in BasicGameProject hace 14 años
JME3TestsTemplate e803848611 * Terrain API changes to better support TG in SDK terrain editor hace 14 años
ant-lib e078a263f4 - add new googlecode ant task hace 14 años
branding 1798405e26 - new splash screen hace 14 años
debscripts fbeb17e033 move sdk to trunk hace 14 años
jme3-android 1de2506bc3 SDK: hace 13 años
jme3-angelfont b685ed9bb0 SDK: hace 14 años
jme3-assetpack-support 7696a7dff6 Fixed typo in dialog when an assetpack download is successful hace 14 años
jme3-blender b4c0a1bfcb - remove old blenderloader.jar hace 14 años
jme3-cinematics e6bd14b763 SDK: hace 14 años
jme3-code-check 75476bbcd7 SDK: hace 14 años
jme3-codepalette 75476bbcd7 SDK: hace 14 años
jme3-core d320fb9765 SDK: hace 13 años
jme3-core-baselibs e383708e50 added new Terrain editor noise-based 'roughen' tool hace 13 años
jme3-core-libraries a3e5cc8a73 SDK: hace 13 años
jme3-core-updatecenters eea04b94d4 - change update center locations hace 14 años
jme3-desktop-executables 92d8616b7b SDK: hace 14 años
jme3-glsl-support a7f38cb6b2 SDK: hace 14 años
jme3-gui 86eb9e4346 SDK: hace 13 años
jme3-lwjgl-applet 3367b9bd05 SDK: hace 14 años
jme3-materialeditor 8c4f725de1 - move NVCompress tool to SDK hace 13 años
jme3-model-importer 56df2c000a - remove futile call hace 14 años
jme3-navmesh-gen 69cff8b6e7 removed NavMesh editor button from toolbar. Added constraint checks and javadoc to NavMeshGenerator hace 13 años
jme3-obfuscate 202cd9014e - move obfuscation preference pane entry to "Build" hace 14 años
jme3-ogretools ab34c56fad - warn user when asset cannot be loaded because it is not part of a project with ProjectAssetManager hace 14 años
jme3-ogrexml 35f8c8f754 SDK: hace 14 años
jme3-project-baselibs a0ab3fe3b9 SDK: hace 13 años
jme3-project-libraries b2d2ca9ab1 SDK: hace 13 años
jme3-project-testdata e6bd14b763 SDK: hace 14 años
jme3-scenecomposer ec3725ab5e SDK: hace 13 años
jme3-templates df6739f80a added first cut of navmesh generator plugin to SDK hace 13 años
jme3-terrain-editor 2e21d45786 moved some of the terrain utils into tool options in the scene explorer hace 13 años
jme3-tests-template 3ebbf138ab - update some plugin dependencies hace 14 años
jme3-texture-editor aaaa1fb1c2 - fix dependencies hace 14 años
jme3-vehicle-creator 96ec3afec4 SDK: hace 14 años
jme3-wavefront e6bd14b763 SDK: hace 14 años
jme3-welcome-screen bf41a4443a - remove old nifty references from welcome screen hace 14 años
nbi db79a69668 SDK: hace 14 años
nbproject 7bb7150180 SDK: hace 13 años
README.TXT fbeb17e033 move sdk to trunk hace 14 años
build.xml e8f0873781 SDK: hace 13 años
jmonkeyplatform.icns 461eb5e121 SDK: hace 14 años
jmonkeyplatform.png 461eb5e121 SDK: hace 14 años
license-jme.txt fbeb17e033 move sdk to trunk hace 14 años

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