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 8514ece94e copy sdk to gradle branch 11 years ago
..
BasicGameTemplate copy sdk to gradle branch 11 years ago
JME3TestsTemplate copy sdk to gradle branch 11 years ago
JME3TestsTemplateAndroid copy sdk to gradle branch 11 years ago
ant-jme copy sdk to gradle branch 11 years ago
ant-lib copy sdk to gradle branch 11 years ago
branding copy sdk to gradle branch 11 years ago
debscripts copy sdk to gradle branch 11 years ago
jdks copy sdk to gradle branch 11 years ago
jme3-android copy sdk to gradle branch 11 years ago
jme3-angelfont copy sdk to gradle branch 11 years ago
jme3-assetpack-support copy sdk to gradle branch 11 years ago
jme3-blender copy sdk to gradle branch 11 years ago
jme3-cinematics copy sdk to gradle branch 11 years ago
jme3-code-check copy sdk to gradle branch 11 years ago
jme3-codepalette copy sdk to gradle branch 11 years ago
jme3-core copy sdk to gradle branch 11 years ago
jme3-core-baselibs copy sdk to gradle branch 11 years ago
jme3-core-libraries copy sdk to gradle branch 11 years ago
jme3-core-updatecenters copy sdk to gradle branch 11 years ago
jme3-desktop-executables copy sdk to gradle branch 11 years ago
jme3-documentation copy sdk to gradle branch 11 years ago
jme3-glsl-support copy sdk to gradle branch 11 years ago
jme3-gui copy sdk to gradle branch 11 years ago
jme3-lwjgl-applet copy sdk to gradle branch 11 years ago
jme3-materialeditor copy sdk to gradle branch 11 years ago
jme3-model-importer copy sdk to gradle branch 11 years ago
jme3-navmesh-gen copy sdk to gradle branch 11 years ago
jme3-obfuscate copy sdk to gradle branch 11 years ago
jme3-ogretools copy sdk to gradle branch 11 years ago
jme3-ogrexml copy sdk to gradle branch 11 years ago
jme3-project-baselibs copy sdk to gradle branch 11 years ago
jme3-project-libraries copy sdk to gradle branch 11 years ago
jme3-project-testdata copy sdk to gradle branch 11 years ago
jme3-scenecomposer copy sdk to gradle branch 11 years ago
jme3-templates copy sdk to gradle branch 11 years ago
jme3-terrain-editor copy sdk to gradle branch 11 years ago
jme3-tests-template copy sdk to gradle branch 11 years ago
jme3-texture-editor copy sdk to gradle branch 11 years ago
jme3-upgrader copy sdk to gradle branch 11 years ago
jme3-vehicle-creator copy sdk to gradle branch 11 years ago
jme3-wavefront copy sdk to gradle branch 11 years ago
jme3-welcome-screen copy sdk to gradle branch 11 years ago
nbi copy sdk to gradle branch 11 years ago
nbproject copy sdk to gradle branch 11 years ago
README.TXT copy sdk to gradle branch 11 years ago
build.xml copy sdk to gradle branch 11 years ago
jmonkeyplatform.icns copy sdk to gradle branch 11 years ago
jmonkeyplatform.import copy sdk to gradle branch 11 years ago
jmonkeyplatform.png copy sdk to gradle branch 11 years ago
license-jme.txt copy sdk to gradle branch 11 years ago
licenses-sdk.txt copy sdk to gradle branch 11 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