nor..67 245114c801 SDK: 13 年之前
..
BasicGameTemplate 4f02b407cf - remove usage of Box mesh constructor with position from BasicGame template 13 年之前
JME3TestsTemplate c9a929379a SDK: 13 年之前
ant-jme 5094fe2b95 SDK: 13 年之前
ant-lib b9717e2faf SDK: 13 年之前
branding 29cdb8b950 SDK: 13 年之前
debscripts 6fd3bbedae move sdk to trunk 14 年之前
jdks 1b997964ad SDK NBI Installer: 13 年之前
jme3-android 24712d4170 SDK: 13 年之前
jme3-angelfont b9717e2faf SDK: 13 年之前
jme3-assetpack-support a49c4068de SDK: 13 年之前
jme3-blender e0edc1b44c SDK: 13 年之前
jme3-cinematics b9717e2faf SDK: 13 年之前
jme3-code-check b9717e2faf SDK: 13 年之前
jme3-codepalette b9717e2faf SDK: 13 年之前
jme3-core 6981452974 SDK: 13 年之前
jme3-core-baselibs b9717e2faf SDK: 13 年之前
jme3-core-libraries a0ec19ee48 SDK: 13 年之前
jme3-core-updatecenters f36b6c6e1e SDK: 13 年之前
jme3-desktop-executables 24712d4170 SDK: 13 年之前
jme3-glsl-support b9717e2faf SDK: 13 年之前
jme3-gui b9717e2faf SDK: 13 年之前
jme3-lwjgl-applet b9717e2faf SDK: 13 年之前
jme3-materialeditor dc8dabb024 SDK: 13 年之前
jme3-model-importer 87bc55e0a7 SDK: 13 年之前
jme3-navmesh-gen aeb231904a nav mesh generator remembers params and has tooltips now 13 年之前
jme3-obfuscate 2f73363107 SDK: 13 年之前
jme3-ogretools b41952025b SDK: 13 年之前
jme3-ogrexml b9717e2faf SDK: 13 年之前
jme3-project-baselibs 97909725cb SDK: 13 年之前
jme3-project-libraries b9717e2faf SDK: 13 年之前
jme3-project-testdata b9717e2faf SDK: 13 年之前
jme3-scenecomposer b9717e2faf SDK: 13 年之前
jme3-templates 4f02b407cf - remove usage of Box mesh constructor with position from BasicGame template 13 年之前
jme3-terrain-editor c23685b298 Terrain tools can snap to 4 axis angles now. Paths thanks @Shirkit 13 年之前
jme3-tests-template 0da5cb50ca - update some plugin dependencies 14 年之前
jme3-texture-editor 8349783b6f SDK: 13 年之前
jme3-upgrader 58865dc628 SDK: 13 年之前
jme3-vehicle-creator b9717e2faf SDK: 13 年之前
jme3-wavefront b9717e2faf SDK: 13 年之前
jme3-welcome-screen 304ecb4bf7 SDK: 13 年之前
nbi a043ac4ebb SDK NBI Installer: 13 年之前
nbproject 245114c801 SDK: 13 年之前
README.TXT 6fd3bbedae move sdk to trunk 14 年之前
build.xml f36b6c6e1e SDK: 13 年之前
jmonkeyplatform.icns d2c60b6f19 SDK: 14 年之前
jmonkeyplatform.import 5e306dc739 SDK: 13 年之前
jmonkeyplatform.png d2c60b6f19 SDK: 14 年之前
license-jme.txt 33156837bf Updated date in SDK license 14 年之前

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