nor..67 8a6490e9d2 SDK há 13 anos atrás
..
BasicGameTemplate c441ba6a1d SDK: há 13 anos atrás
JME3TestsTemplate c9a929379a SDK: há 13 anos atrás
JME3TestsTemplateAndroid 305e3f25e0 SDK: Updates to JME3 Tests for Android Template há 13 anos atrás
ant-jme dbef55b6f9 SDK: há 13 anos atrás
ant-lib e7740f5eb1 SDK: há 13 anos atrás
branding 29cdb8b950 SDK: há 13 anos atrás
debscripts 6fd3bbedae move sdk to trunk há 15 anos atrás
jdks 93fc13b7b2 SDK: há 13 anos atrás
jme3-android b475a8e9c9 mouseEventsInvertX and mouseEventsInvertY settings in newly created MainActivity files and instead, show mouseEventsEnabled. Default values in AndroidHarness (false for both invertX and invertY) match Desktop mouse. há 13 anos atrás
jme3-angelfont cf66bd4d45 Updated font creator too: há 13 anos atrás
jme3-assetpack-support dc21825615 SDK: há 13 anos atrás
jme3-blender e2476e4e5c SDK: há 13 anos atrás
jme3-cinematics dc21825615 SDK: há 13 anos atrás
jme3-code-check dc21825615 SDK: há 13 anos atrás
jme3-codepalette dc21825615 SDK: há 13 anos atrás
jme3-core 4360d22f02 SDK: há 13 anos atrás
jme3-core-baselibs b9717e2faf SDK: há 13 anos atrás
jme3-core-libraries a0ec19ee48 SDK: há 13 anos atrás
jme3-core-updatecenters dc21825615 SDK: há 13 anos atrás
jme3-desktop-executables 6bc4b2131a SDK: há 13 anos atrás
jme3-documentation 8df1b7e1fa SDK há 13 anos atrás
jme3-glsl-support dc21825615 SDK: há 13 anos atrás
jme3-gui dc21825615 SDK: há 13 anos atrás
jme3-lwjgl-applet dc21825615 SDK: há 13 anos atrás
jme3-materialeditor 6732c15731 SDK: há 13 anos atrás
jme3-model-importer 15174582de SDK há 13 anos atrás
jme3-navmesh-gen 6bc4b2131a SDK: há 13 anos atrás
jme3-obfuscate dc21825615 SDK: há 13 anos atrás
jme3-ogretools 76bc2bb6e5 SDK: há 13 anos atrás
jme3-ogrexml dc21825615 SDK: há 13 anos atrás
jme3-project-baselibs 97909725cb SDK: há 13 anos atrás
jme3-project-libraries b9717e2faf SDK: há 13 anos atrás
jme3-project-testdata b9717e2faf SDK: há 13 anos atrás
jme3-scenecomposer 8a6490e9d2 SDK há 13 anos atrás
jme3-templates 1d1b893510 SDK: Update icon and description for JME3 Test Android project template. há 13 anos atrás
jme3-terrain-editor dc21825615 SDK: há 13 anos atrás
jme3-tests-template 6bc4b2131a SDK: há 13 anos atrás
jme3-texture-editor dc21825615 SDK: há 13 anos atrás
jme3-upgrader dc21825615 SDK: há 13 anos atrás
jme3-vehicle-creator 66dede03b5 SDK: há 13 anos atrás
jme3-wavefront dc21825615 SDK: há 13 anos atrás
jme3-welcome-screen caac42e97e SDK há 13 anos atrás
nbi 9486205419 SDK NBI Installer: há 13 anos atrás
nbproject c0e2c6dc27 SDK: há 13 anos atrás
README.TXT 6fd3bbedae move sdk to trunk há 15 anos atrás
build.xml 305e3f25e0 SDK: Updates to JME3 Tests for Android Template há 13 anos atrás
jmonkeyplatform.icns d2c60b6f19 SDK: há 14 anos atrás
jmonkeyplatform.import 5e306dc739 SDK: há 13 anos atrás
jmonkeyplatform.png d2c60b6f19 SDK: há 14 anos atrás
license-jme.txt 33156837bf Updated date in SDK license há 14 anos atrás
licenses-sdk.txt 787b16b594 SDK: há 13 anos atrás

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