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 b062eb91fa - SDK: update some help sets 13 years ago
..
BasicGameTemplate - exclude .blend files from jME3 project distribution by default 13 years ago
JME3TestsTemplate move sdk to trunk 14 years ago
ant-lib - move blender loader to jMP default bundle 14 years ago
branding - change branding to jMonkeyEngine SDK 13 years ago
debscripts move sdk to trunk 14 years ago
jme3-android - delete obsolete library description 13 years ago
jme3-angelfont SDK: 13 years ago
jme3-assetpack-support - make "Add Asset" action of AssetPack browser more robust 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 SDK: 13 years ago
jme3-core - SDK: update some help sets 13 years ago
jme3-core-baselibs - make awt package public in jme3 libraries plugin 13 years ago
jme3-core-libraries - rename "SDK Engine Libraries" to "SDK Libraries" 13 years ago
jme3-core-updatecenters - remove NetBeans update centers from jMP update center list 13 years ago
jme3-desktop-executables SDK: 13 years ago
jme3-glsl-support - add GLSL editor to SDK by default 13 years ago
jme3-gui - change base nifty xml file 13 years ago
jme3-lwjgl-applet * SDK: Commit LWJGL 2.8.1 applet loader 13 years ago
jme3-materialeditor SDK: 13 years ago
jme3-model-importer - fix empty asset list in ModelImportTool when reloading model with key settings 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 - warn user when asset cannot be loaded because it is not part of a project with ProjectAssetManager 13 years ago
jme3-project-baselibs - change name of Library plugins (jME3 and External) 13 years ago
jme3-project-libraries - change name of Library plugins (jME3 and External) 13 years ago
jme3-project-testdata SDK: 13 years ago
jme3-scenecomposer - Warn user when no Node is selected when trying to add something to the SceneComposer 13 years ago
jme3-templates - update basicgame project to exclude .blend files for distribution by default 13 years ago
jme3-terrain-editor fixed terrain scale bug 13 years ago
jme3-tests-template SDK: 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 SDK: 13 years ago
nbproject - add GLSL editor to SDK by default 13 years ago
README.TXT move sdk to trunk 14 years ago
build.xml - add sn cleanup to sdk build 13 years ago
jmonkeyplatform.icns SDK: 13 years ago
jmonkeyplatform.png SDK: 13 years ago
license-jme.txt move sdk to trunk 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