The jMonkeyEngine3 Software Development Kit based on Netbeans

bre..om f5cbe14c1f Slightly improved the terrain paint tool. Changed the terrain flatten tool to match documentation 12 ani în urmă
BasicGameTemplate 26e86416ed Add: ExtractAnimation SceneComposer Animation Action 12 ani în urmă
JME3TestsTemplate d2373f16c8 SDK: 13 ani în urmă
JME3TestsTemplateAndroid 95929fa6f0 SDK: Updates to JME3 Tests for Android Template 12 ani în urmă
ant-jme a62c3c5a58 SDK: 12 ani în urmă
ant-lib a62c3c5a58 SDK: 12 ani în urmă
branding 082abbf9fc SDK: 12 ani în urmă
debscripts fbeb17e033 move sdk to trunk 14 ani în urmă
jdks 388be2e1c0 SDK: 12 ani în urmă
jme3-android ecddffb567 SDK: 12 ani în urmă
jme3-angelfont 26e83f84db Updated font creator too: 12 ani în urmă
jme3-assetpack-support c02c4c5437 SDK: 12 ani în urmă
jme3-blender 2babde1f13 SDK: 12 ani în urmă
jme3-cinematics c02c4c5437 SDK: 12 ani în urmă
jme3-code-check c02c4c5437 SDK: 12 ani în urmă
jme3-codepalette f252ee4089 Replaced depricated material example in Palette by a colored code sample snippet 12 ani în urmă
jme3-core ac5cd576fa SDK : Scene composer : re introduced switch to front view with nupad 1 (not sure why it was removed in the first place) 12 ani în urmă
jme3-core-baselibs 387c114f79 SDK: 13 ani în urmă
jme3-core-libraries 2c8c50983c fixed nifty dependencies 12 ani în urmă
jme3-core-updatecenters 7676d97456 SDK: 12 ani în urmă
jme3-desktop-executables 1bd6a9e8c7 SDK: 12 ani în urmă
jme3-documentation b838c799b4 SDK: 12 ani în urmă
jme3-glsl-support c02c4c5437 SDK: 12 ani în urmă
jme3-gui d89577881f SDK: 12 ani în urmă
jme3-lwjgl-applet adb798c50f - update lwjgl to 2.9.0, fixing various issues: 12 ani în urmă
jme3-materialeditor ea4e768caa ShaderNodes SDK : fix for build 12 ani în urmă
jme3-model-importer 35b288d923 SDK 12 ani în urmă
jme3-navmesh-gen 33c5a66815 SDK: 12 ani în urmă
jme3-obfuscate cb00c1b46c SDK: 12 ani în urmă
jme3-ogretools 04ec02e901 SDK: 12 ani în urmă
jme3-ogrexml c02c4c5437 SDK: 12 ani în urmă
jme3-project-baselibs cafd8a72ce SDK: Update global library settings for Android OpenAL Soft 12 ani în urmă
jme3-project-libraries 387c114f79 SDK: 13 ani în urmă
jme3-project-testdata 387c114f79 SDK: 13 ani în urmă
jme3-scenecomposer 1c00c8c3ef switched the colors for Y & Z in the axis marker 12 ani în urmă
jme3-templates 9755ba8df0 SDK: 12 ani în urmă
jme3-terrain-editor f5cbe14c1f Slightly improved the terrain paint tool. Changed the terrain flatten tool to match documentation 12 ani în urmă
jme3-tests-template 33c5a66815 SDK: 12 ani în urmă
jme3-texture-editor c02c4c5437 SDK: 12 ani în urmă
jme3-upgrader 5417254524 SDK: 12 ani în urmă
jme3-vehicle-creator bad5c5a397 SDK: 12 ani în urmă
jme3-wavefront c02c4c5437 SDK: 12 ani în urmă
jme3-welcome-screen 2d66368e3b SDK: 12 ani în urmă
nbi 42ee7f53d4 SDK: 12 ani în urmă
nbproject def8fcc7e6 SDK: 12 ani în urmă
README.TXT fbeb17e033 move sdk to trunk 14 ani în urmă
build.xml 1333331ee7 SDK: 12 ani în urmă
jmonkeyplatform.icns 461eb5e121 SDK: 14 ani în urmă
jmonkeyplatform.import 2f3441a09d SDK: 12 ani în urmă
jmonkeyplatform.png 461eb5e121 SDK: 14 ani în urmă
license-jme.txt fd0b8c265a Updated date in SDK license 13 ani în urmă
licenses-sdk.txt 305c0b0b1d SDK: 12 ani în urmă

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