nor..67 044ec5d66f SDK: 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 a4f268860f SDK: 12 лет назад
jme3-angelfont cf66bd4d45 Updated font creator too: 13 лет назад
jme3-assetpack-support dc21825615 SDK: 13 лет назад
jme3-blender f74a70b305 SDK: 12 лет назад
jme3-cinematics dc21825615 SDK: 13 лет назад
jme3-code-check dc21825615 SDK: 13 лет назад
jme3-codepalette 3445985717 Replaced depricated material example in Palette by a colored code sample snippet 12 лет назад
jme3-core e8d38b75f9 SDK : Scene composer : re introduced switch to front view with nupad 1 (not sure why it was removed in the first place) 12 лет назад
jme3-core-baselibs b9717e2faf SDK: 13 лет назад
jme3-core-libraries 2c473b0873 fixed nifty dependencies 12 лет назад
jme3-core-updatecenters 044ec5d66f SDK: 12 лет назад
jme3-desktop-executables 6baff6f8d9 SDK: 12 лет назад
jme3-documentation 7e7ba75592 SDK: 12 лет назад
jme3-glsl-support dc21825615 SDK: 13 лет назад
jme3-gui a4d87147e5 SDK: 12 лет назад
jme3-lwjgl-applet cfb9c7e1a3 - update lwjgl to 2.9.0, fixing various issues: 12 лет назад
jme3-materialeditor 17a18bb6d0 ShaderNodes SDK : fix for build 12 лет назад
jme3-model-importer 15174582de SDK 13 лет назад
jme3-navmesh-gen 6bc4b2131a SDK: 13 лет назад
jme3-obfuscate 2143e17d99 SDK: 12 лет назад
jme3-ogretools 76bc2bb6e5 SDK: 13 лет назад
jme3-ogrexml dc21825615 SDK: 13 лет назад
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 20123c74ea SDK : Scene composer MoveManager now accounts for parent node scale when moving a spatial in the scene composer. This is to avoid the spatial to "jump" when starting moving. 12 лет назад
jme3-templates 8701e4257d SDK: 12 лет назад
jme3-terrain-editor 61641eaaf5 reenabled the terrain paint button 12 лет назад
jme3-tests-template 6bc4b2131a SDK: 13 лет назад
jme3-texture-editor dc21825615 SDK: 13 лет назад
jme3-upgrader 15edc1ce8f SDK: 12 лет назад
jme3-vehicle-creator 66dede03b5 SDK: 13 лет назад
jme3-wavefront dc21825615 SDK: 13 лет назад
jme3-welcome-screen d6b6be4dc9 SDK: 12 лет назад
nbi e8593e1d51 SDK: 12 лет назад
nbproject e67f6db426 SDK: 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