2
0

The jMonkeyEngine3 Software Development Kit based on Netbeans

nor..67 2e780f45ee - change fix for Android SDK 20 build file flaw 13 жил өмнө
BasicGameTemplate c40bc669a9 - enable compile on save by default in BasicGameProject 14 жил өмнө
JME3TestsTemplate d2373f16c8 SDK: 13 жил өмнө
ant-jme 2d2c7e2a87 SDK: 13 жил өмнө
ant-lib e078a263f4 - add new googlecode ant task 14 жил өмнө
branding 1798405e26 - new splash screen 14 жил өмнө
debscripts fbeb17e033 move sdk to trunk 14 жил өмнө
jme3-android 2e780f45ee - change fix for Android SDK 20 build file flaw 13 жил өмнө
jme3-angelfont 917d4c881f JDK : Font Creator 13 жил өмнө
jme3-assetpack-support 7696a7dff6 Fixed typo in dialog when an assetpack download is successful 14 жил өмнө
jme3-blender b4c0a1bfcb - remove old blenderloader.jar 14 жил өмнө
jme3-cinematics e6bd14b763 SDK: 14 жил өмнө
jme3-code-check 75476bbcd7 SDK: 14 жил өмнө
jme3-codepalette 0cf3937813 jmp code palette - changed a normalize() to normalizeLocal() 13 жил өмнө
jme3-core 767257dfe5 SDK : One can now add and edit user data of a custom data type. The custom type must be a Savable with get and set accessors for every attribute and propper read an write method. 13 жил өмнө
jme3-core-baselibs 7b41bac619 SDK: 13 жил өмнө
jme3-core-libraries 6897692313 SDK: 13 жил өмнө
jme3-core-updatecenters eea04b94d4 - change update center locations 14 жил өмнө
jme3-desktop-executables 92d8616b7b SDK: 14 жил өмнө
jme3-glsl-support 1e2e2770f5 SDK: 13 жил өмнө
jme3-gui 67a02ebfe3 JDK : Nifty Editor 13 жил өмнө
jme3-lwjgl-applet 5d7313e821 - update lwjgl to 2.8.4 (applet and desktop) 13 жил өмнө
jme3-materialeditor 8c4f725de1 - move NVCompress tool to SDK 13 жил өмнө
jme3-model-importer 1cf5b68c88 SDK: 13 жил өмнө
jme3-navmesh-gen 37b7b5de27 nav mesh generator remembers params and has tooltips now 13 жил өмнө
jme3-obfuscate 202cd9014e - move obfuscation preference pane entry to "Build" 14 жил өмнө
jme3-ogretools b4b5c22ceb SDK: 13 жил өмнө
jme3-ogrexml 7f2202a422 SDK: 13 жил өмнө
jme3-project-baselibs 4eab178b79 - rename library from jme3-android to android-base to avoid mixup with the user-added libraries 13 жил өмнө
jme3-project-libraries c932bf9ada SDK: 13 жил өмнө
jme3-project-testdata e6bd14b763 SDK: 14 жил өмнө
jme3-scenecomposer 3543f3e83b SDK: 13 жил өмнө
jme3-templates df6739f80a added first cut of navmesh generator plugin to SDK 13 жил өмнө
jme3-terrain-editor c4e0433323 axis-aligned terrain tool snapping support, thanks @shirkit 13 жил өмнө
jme3-tests-template 3ebbf138ab - update some plugin dependencies 14 жил өмнө
jme3-texture-editor aaaa1fb1c2 - fix dependencies 14 жил өмнө
jme3-vehicle-creator 96ec3afec4 SDK: 14 жил өмнө
jme3-wavefront e6bd14b763 SDK: 14 жил өмнө
jme3-welcome-screen bf41a4443a - remove old nifty references from welcome screen 14 жил өмнө
nbi 7030c7cf59 SDK: 13 жил өмнө
nbproject 48b2570006 - remove try to fix bullet compile issues 13 жил өмнө
README.TXT fbeb17e033 move sdk to trunk 14 жил өмнө
build.xml e8f0873781 SDK: 13 жил өмнө
jmonkeyplatform.icns 461eb5e121 SDK: 14 жил өмнө
jmonkeyplatform.png 461eb5e121 SDK: 14 жил өмнө
license-jme.txt fd0b8c265a Updated date in SDK license 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