The jMonkeyEngine3 Software Development Kit based on Netbeans

nor..67 cf462e8218 SDK: 12 år sedan
BasicGameTemplate de2a2029af - remove usage of Box mesh constructor with position from BasicGame template 12 år sedan
JME3TestsTemplate d2373f16c8 SDK: 13 år sedan
ant-jme 2d2c7e2a87 SDK: 13 år sedan
ant-lib 940ba3b136 SDK build: 12 år sedan
branding 93417e39a2 SDK: 13 år sedan
debscripts fbeb17e033 move sdk to trunk 14 år sedan
jdks 388be2e1c0 SDK: 12 år sedan
jme3-android 55b482c14f SDK: 13 år sedan
jme3-angelfont 387c114f79 SDK: 13 år sedan
jme3-assetpack-support d4a4a32bb1 SDK: 13 år sedan
jme3-blender 67a50a2e13 SDK: 12 år sedan
jme3-cinematics 387c114f79 SDK: 13 år sedan
jme3-code-check 387c114f79 SDK: 13 år sedan
jme3-codepalette 387c114f79 SDK: 13 år sedan
jme3-core c59f3a8ea5 SDK: 12 år sedan
jme3-core-baselibs 387c114f79 SDK: 13 år sedan
jme3-core-libraries d8f3313280 SDK: 13 år sedan
jme3-core-updatecenters f69c9b913d SDK: 12 år sedan
jme3-desktop-executables 55b482c14f SDK: 13 år sedan
jme3-documentation cf462e8218 SDK: 12 år sedan
jme3-glsl-support 387c114f79 SDK: 13 år sedan
jme3-gui 387c114f79 SDK: 13 år sedan
jme3-lwjgl-applet 387c114f79 SDK: 13 år sedan
jme3-materialeditor 90168d8092 SDK: 12 år sedan
jme3-model-importer 8fc5cdb8e7 SDK: 12 år sedan
jme3-navmesh-gen 37b7b5de27 nav mesh generator remembers params and has tooltips now 13 år sedan
jme3-obfuscate c0247d900d SDK: 13 år sedan
jme3-ogretools f6b71174fa SDK: 13 år sedan
jme3-ogrexml 387c114f79 SDK: 13 år sedan
jme3-project-baselibs af8544bc39 SDK: 13 år sedan
jme3-project-libraries 387c114f79 SDK: 13 år sedan
jme3-project-testdata 387c114f79 SDK: 13 år sedan
jme3-scenecomposer dff77dbbc5 SDK: 12 år sedan
jme3-templates de2a2029af - remove usage of Box mesh constructor with position from BasicGame template 12 år sedan
jme3-terrain-editor 3a33a79c13 Terrain tools can snap to 4 axis angles now. Paths thanks @Shirkit 13 år sedan
jme3-tests-template 3ebbf138ab - update some plugin dependencies 13 år sedan
jme3-texture-editor 9da40de81c SDK: 13 år sedan
jme3-upgrader a2556a6f5f SDK: 12 år sedan
jme3-vehicle-creator 387c114f79 SDK: 13 år sedan
jme3-wavefront 387c114f79 SDK: 13 år sedan
jme3-welcome-screen 90abf1ec5a SDK: 12 år sedan
nbi 1e25772806 SDK NBI Installer: 12 år sedan
nbproject 6fe57dab15 SDK: 12 år sedan
README.TXT fbeb17e033 move sdk to trunk 14 år sedan
build.xml 6fe57dab15 SDK: 12 år sedan
jmonkeyplatform.icns 461eb5e121 SDK: 14 år sedan
jmonkeyplatform.import 8e87449d61 SDK: 13 år sedan
jmonkeyplatform.png 461eb5e121 SDK: 14 år sedan
license-jme.txt fd0b8c265a Updated date in SDK license 13 år sedan
licenses-sdk.txt 305c0b0b1d SDK: 12 år sedan

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