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
sha..RD 65f384c06a * Enable import J3O model feature, assets with absolute paths are copied as-is, whereas the model and relative assets are copied to the user selected folder 12 years ago
..
BasicGameTemplate - remove usage of Box mesh constructor with position from BasicGame template 12 years ago
JME3TestsTemplate SDK: 13 years ago
ant-jme SDK: 13 years ago
ant-lib SDK build: 12 years ago
branding SDK: 12 years ago
debscripts move sdk to trunk 14 years ago
jdks SDK: 12 years ago
jme3-android SDK: 12 years ago
jme3-angelfont SDK: 12 years ago
jme3-assetpack-support SDK: 12 years ago
jme3-blender SDK: 12 years ago
jme3-cinematics SDK: 12 years ago
jme3-code-check SDK: 12 years ago
jme3-codepalette SDK: 12 years ago
jme3-core * Enable import J3O model feature, assets with absolute paths are copied as-is, whereas the model and relative assets are copied to the user selected folder 12 years ago
jme3-core-baselibs SDK: 12 years ago
jme3-core-libraries SDK: 12 years ago
jme3-core-updatecenters SDK: 12 years ago
jme3-desktop-executables SDK: 12 years ago
jme3-glsl-support SDK: 12 years ago
jme3-gui SDK: 12 years ago
jme3-lwjgl-applet SDK: 12 years ago
jme3-materialeditor SDK: 12 years ago
jme3-model-importer * Enable import J3O model feature, assets with absolute paths are copied as-is, whereas the model and relative assets are copied to the user selected folder 12 years ago
jme3-navmesh-gen nav mesh generator remembers params and has tooltips now 13 years ago
jme3-obfuscate SDK: 12 years ago
jme3-ogretools SDK: 12 years ago
jme3-ogrexml SDK: 12 years ago
jme3-project-baselibs SDK: 12 years ago
jme3-project-libraries SDK: 12 years ago
jme3-project-testdata SDK: 12 years ago
jme3-scenecomposer SDK: 12 years ago
jme3-templates - remove usage of Box mesh constructor with position from BasicGame template 12 years ago
jme3-terrain-editor Terrain tools can snap to 4 axis angles now. Paths thanks @Shirkit 12 years ago
jme3-tests-template - update some plugin dependencies 13 years ago
jme3-texture-editor SDK: 12 years ago
jme3-upgrader SDK: 12 years ago
jme3-vehicle-creator SDK: 12 years ago
jme3-wavefront SDK: 12 years ago
jme3-welcome-screen SDK: 12 years ago
nbi SDK NBI Installer: 12 years ago
nbproject SDK: 12 years ago
README.TXT move sdk to trunk 14 years ago
build.xml SDK build: 12 years ago
jmonkeyplatform.icns SDK: 13 years ago
jmonkeyplatform.import SDK: 12 years ago
jmonkeyplatform.png SDK: 13 years ago
license-jme.txt Updated date in SDK license 13 years ago
licenses-sdk.txt SDK: 12 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