The jMonkeyEngine3 Software Development Kit based on Netbeans

nor..67 f2d4a664ea SDK: 13 yıl önce
BasicGameTemplate 7451c14112 - remove junit reference from BasicGameTemplate 13 yıl önce
JME3TestsTemplate d2373f16c8 SDK: 13 yıl önce
ant-jme 2d2c7e2a87 SDK: 13 yıl önce
ant-lib 387c114f79 SDK: 13 yıl önce
branding 93417e39a2 SDK: 13 yıl önce
debscripts fbeb17e033 move sdk to trunk 14 yıl önce
jme3-android 387c114f79 SDK: 13 yıl önce
jme3-angelfont 387c114f79 SDK: 13 yıl önce
jme3-assetpack-support d4a4a32bb1 SDK: 13 yıl önce
jme3-blender 387c114f79 SDK: 13 yıl önce
jme3-cinematics 387c114f79 SDK: 13 yıl önce
jme3-code-check 387c114f79 SDK: 13 yıl önce
jme3-codepalette 387c114f79 SDK: 13 yıl önce
jme3-core f2d4a664ea SDK: 13 yıl önce
jme3-core-baselibs 387c114f79 SDK: 13 yıl önce
jme3-core-libraries 6897692313 SDK: 13 yıl önce
jme3-core-updatecenters bae95da7ba - change back update center icons due to labeling 13 yıl önce
jme3-desktop-executables 7254383d0b SDK: 13 yıl önce
jme3-glsl-support 387c114f79 SDK: 13 yıl önce
jme3-gui 387c114f79 SDK: 13 yıl önce
jme3-lwjgl-applet 387c114f79 SDK: 13 yıl önce
jme3-materialeditor 55e51d00c6 SDK: 13 yıl önce
jme3-model-importer 5b8590be14 SDK: 13 yıl önce
jme3-navmesh-gen 37b7b5de27 nav mesh generator remembers params and has tooltips now 13 yıl önce
jme3-obfuscate 387c114f79 SDK: 13 yıl önce
jme3-ogretools 387c114f79 SDK: 13 yıl önce
jme3-ogrexml 387c114f79 SDK: 13 yıl önce
jme3-project-baselibs 387c114f79 SDK: 13 yıl önce
jme3-project-libraries 387c114f79 SDK: 13 yıl önce
jme3-project-testdata 387c114f79 SDK: 13 yıl önce
jme3-scenecomposer 387c114f79 SDK: 13 yıl önce
jme3-templates 510edb668d - update BasicGameTemplate zip 13 yıl önce
jme3-terrain-editor 387c114f79 SDK: 13 yıl önce
jme3-tests-template 3ebbf138ab - update some plugin dependencies 13 yıl önce
jme3-texture-editor 9da40de81c SDK: 13 yıl önce
jme3-vehicle-creator 387c114f79 SDK: 13 yıl önce
jme3-wavefront 387c114f79 SDK: 13 yıl önce
jme3-welcome-screen 387c114f79 SDK: 13 yıl önce
nbi 387c114f79 SDK: 13 yıl önce
nbproject 7590295063 SDK: 13 yıl önce
README.TXT fbeb17e033 move sdk to trunk 14 yıl önce
build.xml 5ef665c954 - fix googlecode upload labels in release build script 13 yıl önce
jmonkeyplatform.icns 461eb5e121 SDK: 14 yıl önce
jmonkeyplatform.png 461eb5e121 SDK: 14 yıl önce
license-jme.txt fd0b8c265a Updated date in SDK license 13 yıl önce

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