The jMonkeyEngine3 Software Development Kit based on Netbeans

iwg..om 52162c58a7 Add sdk template for jME3 Test classes configured to run as an Android project. há 12 anos atrás
BasicGameTemplate dde13de8b5 SDK: há 12 anos atrás
JME3TestsTemplate d2373f16c8 SDK: há 13 anos atrás
JME3TestsTemplateAndroid 763055041f Initial commit for the jME3 Tests template project configured as an Android project há 12 anos atrás
ant-jme b93898d2f5 SDK: há 12 anos atrás
ant-lib 039c8b68b5 SDK: há 12 anos atrás
branding 93417e39a2 SDK: há 13 anos atrás
debscripts fbeb17e033 move sdk to trunk há 14 anos atrás
jdks 388be2e1c0 SDK: há 12 anos atrás
jme3-android c02c4c5437 SDK: há 12 anos atrás
jme3-angelfont 26e83f84db Updated font creator too: há 12 anos atrás
jme3-assetpack-support c02c4c5437 SDK: há 12 anos atrás
jme3-blender 0960e88be8 SDK: há 12 anos atrás
jme3-cinematics c02c4c5437 SDK: há 12 anos atrás
jme3-code-check c02c4c5437 SDK: há 12 anos atrás
jme3-codepalette c02c4c5437 SDK: há 12 anos atrás
jme3-core 276d707cee SDK: há 12 anos atrás
jme3-core-baselibs 387c114f79 SDK: há 13 anos atrás
jme3-core-libraries d8f3313280 SDK: há 13 anos atrás
jme3-core-updatecenters c02c4c5437 SDK: há 12 anos atrás
jme3-desktop-executables 33c5a66815 SDK: há 12 anos atrás
jme3-documentation 8dc5efa426 SDK há 12 anos atrás
jme3-glsl-support c02c4c5437 SDK: há 12 anos atrás
jme3-gui c02c4c5437 SDK: há 12 anos atrás
jme3-lwjgl-applet c02c4c5437 SDK: há 12 anos atrás
jme3-materialeditor f7c23b34f8 SDK: há 12 anos atrás
jme3-model-importer 35b288d923 SDK há 12 anos atrás
jme3-navmesh-gen 33c5a66815 SDK: há 12 anos atrás
jme3-obfuscate c02c4c5437 SDK: há 12 anos atrás
jme3-ogretools 04ec02e901 SDK: há 12 anos atrás
jme3-ogrexml c02c4c5437 SDK: há 12 anos atrás
jme3-project-baselibs af8544bc39 SDK: há 13 anos atrás
jme3-project-libraries 387c114f79 SDK: há 13 anos atrás
jme3-project-testdata 387c114f79 SDK: há 13 anos atrás
jme3-scenecomposer b88c298a6e SDK há 12 anos atrás
jme3-templates 52162c58a7 Add sdk template for jME3 Test classes configured to run as an Android project. há 12 anos atrás
jme3-terrain-editor c02c4c5437 SDK: há 12 anos atrás
jme3-tests-template 33c5a66815 SDK: há 12 anos atrás
jme3-texture-editor c02c4c5437 SDK: há 12 anos atrás
jme3-upgrader c02c4c5437 SDK: há 12 anos atrás
jme3-vehicle-creator bad5c5a397 SDK: há 12 anos atrás
jme3-wavefront c02c4c5437 SDK: há 12 anos atrás
jme3-welcome-screen 5a773ec05f SDK há 12 anos atrás
nbi b3569dfd77 SDK NBI Installer: há 12 anos atrás
nbproject bb4e4d6126 SDK: há 12 anos atrás
README.TXT fbeb17e033 move sdk to trunk há 14 anos atrás
build.xml 326d7e938f Add automatic zip of Android Tests template project há 12 anos atrás
jmonkeyplatform.icns 461eb5e121 SDK: há 14 anos atrás
jmonkeyplatform.import 8e87449d61 SDK: há 13 anos atrás
jmonkeyplatform.png 461eb5e121 SDK: há 14 anos atrás
license-jme.txt fd0b8c265a Updated date in SDK license há 13 anos atrás
licenses-sdk.txt 305c0b0b1d SDK: há 12 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