2
0
bre..om d723af5009 SDK's camera now focuses on the cursor, no more unresponsive zooming. Also fixed an issue with terrain editor's save cookies not resetting. Happy Halloween 12 жил өмнө
..
BasicGameTemplate d20110a43b Add: ExtractAnimation SceneComposer Animation Action 12 жил өмнө
JME3TestsTemplate c9a929379a SDK: 13 жил өмнө
JME3TestsTemplateAndroid 305e3f25e0 SDK: Updates to JME3 Tests for Android Template 13 жил өмнө
ant-jme 583c46d36d SDK: 12 жил өмнө
ant-lib 583c46d36d SDK: 12 жил өмнө
branding 018ea5f3cd SDK: 12 жил өмнө
debscripts 6fd3bbedae move sdk to trunk 15 жил өмнө
jdks 93fc13b7b2 SDK: 13 жил өмнө
jme3-android e4ffcec925 SDK 12 жил өмнө
jme3-angelfont e4ffcec925 SDK 12 жил өмнө
jme3-assetpack-support e4ffcec925 SDK 12 жил өмнө
jme3-blender e4ffcec925 SDK 12 жил өмнө
jme3-cinematics e4ffcec925 SDK 12 жил өмнө
jme3-code-check f9c5d22f80 SDK: 12 жил өмнө
jme3-codepalette e4ffcec925 SDK 12 жил өмнө
jme3-core d723af5009 SDK's camera now focuses on the cursor, no more unresponsive zooming. Also fixed an issue with terrain editor's save cookies not resetting. Happy Halloween 12 жил өмнө
jme3-core-baselibs b9717e2faf SDK: 13 жил өмнө
jme3-core-libraries 2c473b0873 fixed nifty dependencies 12 жил өмнө
jme3-core-updatecenters e4ffcec925 SDK 12 жил өмнө
jme3-desktop-executables f9c5d22f80 SDK: 12 жил өмнө
jme3-documentation e4ffcec925 SDK 12 жил өмнө
jme3-glsl-support e4ffcec925 SDK 12 жил өмнө
jme3-gui e4ffcec925 SDK 12 жил өмнө
jme3-lwjgl-applet e4ffcec925 SDK 12 жил өмнө
jme3-materialeditor e4ffcec925 SDK 12 жил өмнө
jme3-model-importer e4ffcec925 SDK 12 жил өмнө
jme3-navmesh-gen f9c5d22f80 SDK: 12 жил өмнө
jme3-obfuscate e4ffcec925 SDK 12 жил өмнө
jme3-ogretools e4ffcec925 SDK 12 жил өмнө
jme3-ogrexml e4ffcec925 SDK 12 жил өмнө
jme3-project-baselibs 7e09bf035f SDK: Update global library settings for Android OpenAL Soft 12 жил өмнө
jme3-project-libraries b9717e2faf SDK: 13 жил өмнө
jme3-project-testdata b9717e2faf SDK: 13 жил өмнө
jme3-scenecomposer d723af5009 SDK's camera now focuses on the cursor, no more unresponsive zooming. Also fixed an issue with terrain editor's save cookies not resetting. Happy Halloween 12 жил өмнө
jme3-templates 92331fcc37 SDK: 12 жил өмнө
jme3-terrain-editor d723af5009 SDK's camera now focuses on the cursor, no more unresponsive zooming. Also fixed an issue with terrain editor's save cookies not resetting. Happy Halloween 12 жил өмнө
jme3-tests-template 92331fcc37 SDK: 12 жил өмнө
jme3-texture-editor e4ffcec925 SDK 12 жил өмнө
jme3-upgrader e4ffcec925 SDK 12 жил өмнө
jme3-vehicle-creator e4ffcec925 SDK 12 жил өмнө
jme3-wavefront e4ffcec925 SDK 12 жил өмнө
jme3-welcome-screen e4ffcec925 SDK 12 жил өмнө
nbi e8593e1d51 SDK: 12 жил өмнө
nbproject 0759c74764 - change app version of nightly to 3.1-pre-alpha-svn 12 жил өмнө
README.TXT 6fd3bbedae move sdk to trunk 15 жил өмнө
build.xml d5627dfe87 SDK: 12 жил өмнө
jmonkeyplatform.icns d2c60b6f19 SDK: 14 жил өмнө
jmonkeyplatform.import f38285442d SDK: 12 жил өмнө
jmonkeyplatform.png d2c60b6f19 SDK: 14 жил өмнө
license-jme.txt 33156837bf Updated date in SDK license 14 жил өмнө
licenses-sdk.txt 787b16b594 SDK: 13 жил өмнө

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