The jMonkeyEngine3 Software Development Kit based on Netbeans

bre..om b0365724bf SDK's camera now focuses on the cursor, no more unresponsive zooming. Also fixed an issue with terrain editor's save cookies not resetting. Happy Halloween 12 years ago
BasicGameTemplate 26e86416ed Add: ExtractAnimation SceneComposer Animation Action 12 years ago
JME3TestsTemplate d2373f16c8 SDK: 13 years ago
JME3TestsTemplateAndroid 95929fa6f0 SDK: Updates to JME3 Tests for Android Template 13 years ago
ant-jme a62c3c5a58 SDK: 12 years ago
ant-lib a62c3c5a58 SDK: 12 years ago
branding 082abbf9fc SDK: 12 years ago
debscripts fbeb17e033 move sdk to trunk 15 years ago
jdks 388be2e1c0 SDK: 13 years ago
jme3-android a185023210 SDK 12 years ago
jme3-angelfont a185023210 SDK 12 years ago
jme3-assetpack-support a185023210 SDK 12 years ago
jme3-blender a185023210 SDK 12 years ago
jme3-cinematics a185023210 SDK 12 years ago
jme3-code-check c49bf9a3a4 SDK: 12 years ago
jme3-codepalette a185023210 SDK 12 years ago
jme3-core b0365724bf SDK's camera now focuses on the cursor, no more unresponsive zooming. Also fixed an issue with terrain editor's save cookies not resetting. Happy Halloween 12 years ago
jme3-core-baselibs 387c114f79 SDK: 13 years ago
jme3-core-libraries 2c8c50983c fixed nifty dependencies 12 years ago
jme3-core-updatecenters a185023210 SDK 12 years ago
jme3-desktop-executables c49bf9a3a4 SDK: 12 years ago
jme3-documentation a185023210 SDK 12 years ago
jme3-glsl-support a185023210 SDK 12 years ago
jme3-gui a185023210 SDK 12 years ago
jme3-lwjgl-applet a185023210 SDK 12 years ago
jme3-materialeditor a185023210 SDK 12 years ago
jme3-model-importer a185023210 SDK 12 years ago
jme3-navmesh-gen c49bf9a3a4 SDK: 12 years ago
jme3-obfuscate a185023210 SDK 12 years ago
jme3-ogretools a185023210 SDK 12 years ago
jme3-ogrexml a185023210 SDK 12 years ago
jme3-project-baselibs cafd8a72ce SDK: Update global library settings for Android OpenAL Soft 12 years ago
jme3-project-libraries 387c114f79 SDK: 13 years ago
jme3-project-testdata 387c114f79 SDK: 13 years ago
jme3-scenecomposer b0365724bf SDK's camera now focuses on the cursor, no more unresponsive zooming. Also fixed an issue with terrain editor's save cookies not resetting. Happy Halloween 12 years ago
jme3-templates a5007c85b3 SDK: 12 years ago
jme3-terrain-editor b0365724bf SDK's camera now focuses on the cursor, no more unresponsive zooming. Also fixed an issue with terrain editor's save cookies not resetting. Happy Halloween 12 years ago
jme3-tests-template a5007c85b3 SDK: 12 years ago
jme3-texture-editor a185023210 SDK 12 years ago
jme3-upgrader a185023210 SDK 12 years ago
jme3-vehicle-creator a185023210 SDK 12 years ago
jme3-wavefront a185023210 SDK 12 years ago
jme3-welcome-screen a185023210 SDK 12 years ago
nbi 42ee7f53d4 SDK: 12 years ago
nbproject 4c92974209 - change app version of nightly to 3.1-pre-alpha-svn 12 years ago
README.TXT fbeb17e033 move sdk to trunk 15 years ago
build.xml 1333331ee7 SDK: 12 years ago
jmonkeyplatform.icns 461eb5e121 SDK: 14 years ago
jmonkeyplatform.import 2f3441a09d SDK: 12 years ago
jmonkeyplatform.png 461eb5e121 SDK: 14 years ago
license-jme.txt fd0b8c265a Updated date in SDK license 14 years ago
licenses-sdk.txt 305c0b0b1d SDK: 13 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