A complete 3D game development suite written purely in Java.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jmonkeyengine/sdk
nor..67 1f4e666955 SDK: 13 years ago
..
BasicGameTemplate - enable compile on save by default in BasicGameProject 13 years ago
JME3TestsTemplate SDK: 13 years ago
ant-jme SDK: 13 years ago
ant-lib - add new googlecode ant task 13 years ago
branding - new splash screen 13 years ago
debscripts move sdk to trunk 14 years ago
jme3-android SDK: 13 years ago
jme3-angelfont JDK : Font Creator 13 years ago
jme3-assetpack-support Fixed typo in dialog when an assetpack download is successful 13 years ago
jme3-blender - remove old blenderloader.jar 13 years ago
jme3-cinematics SDK: 13 years ago
jme3-code-check SDK: 13 years ago
jme3-codepalette jmp code palette - changed a normalize() to normalizeLocal() 13 years ago
jme3-core SDK: 13 years ago
jme3-core-baselibs SDK: 13 years ago
jme3-core-libraries SDK: 13 years ago
jme3-core-updatecenters - change update center locations 13 years ago
jme3-desktop-executables SDK: 13 years ago
jme3-glsl-support SDK: 13 years ago
jme3-gui JDK : Nifty Editor 13 years ago
jme3-lwjgl-applet - update lwjgl to 2.8.3, fixing MacOSX 10.5 and lower compatibility 13 years ago
jme3-materialeditor - move NVCompress tool to SDK 13 years ago
jme3-model-importer SDK: 13 years ago
jme3-navmesh-gen nav mesh generator remembers params and has tooltips now 13 years ago
jme3-obfuscate - move obfuscation preference pane entry to "Build" 13 years ago
jme3-ogretools - warn user when asset cannot be loaded because it is not part of a project with ProjectAssetManager 13 years ago
jme3-ogrexml SDK: 13 years ago
jme3-project-baselibs - rename library from jme3-android to android-base to avoid mixup with the user-added libraries 13 years ago
jme3-project-libraries SDK: 13 years ago
jme3-project-testdata SDK: 13 years ago
jme3-scenecomposer updated SDK manipulation to escape a transformation when right-click 13 years ago
jme3-templates added first cut of navmesh generator plugin to SDK 13 years ago
jme3-terrain-editor option to flip texture's Y for skyFactory in SDK 13 years ago
jme3-tests-template - update some plugin dependencies 13 years ago
jme3-texture-editor - fix dependencies 13 years ago
jme3-vehicle-creator SDK: 13 years ago
jme3-wavefront SDK: 13 years ago
jme3-welcome-screen - remove old nifty references from welcome screen 13 years ago
nbi SDK: 13 years ago
nbproject reverted change to build-impl.xml 13 years ago
README.TXT move sdk to trunk 14 years ago
build.xml SDK: 13 years ago
jmonkeyplatform.icns SDK: 13 years ago
jmonkeyplatform.png SDK: 13 years ago
license-jme.txt Updated date in SDK license 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