Skip to content
A complete 3D game development suite written purely in Java.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
gradle/wrapper use Gradle v4.10, android tools v3.1.4, bintray plugin v1.8.4 Sep 4, 2018
jme3-android-examples
jme3-android-native Update native libraries Apr 26, 2016
jme3-android jme3-android JavaDoc corrections (comments only) Feb 26, 2019
jme3-blender more comment-only correction Mar 9, 2019
jme3-bullet-native-android
jme3-bullet-native
jme3-bullet publicize Joint.applyBindPose(), add DynamicAnimControl & related stuff Apr 3, 2019
jme3-core publicize Joint.applyBindPose(), add DynamicAnimControl & related stuff Apr 3, 2019
jme3-desktop Modified JmeDesktopSystem.writeImageFile() to export transparency for… Mar 22, 2019
jme3-effects jme3-desktop/jme3-effects JavaDoc corrections (comments only) Feb 26, 2019
jme3-examples revise TestBoneRagdoll & TestRagdollCharacter to use DynamicAnimControl Apr 3, 2019
jme3-ios Removed unused imports. (#1020) Feb 12, 2019
jme3-jbullet
jme3-jogg
jme3-jogl Removed unused imports. (#1020) Feb 12, 2019
jme3-lwjgl more corrections in diagnostic messages Mar 9, 2019
jme3-lwjgl3
jme3-networking
jme3-niftygui
jme3-plugins
jme3-terrain spelling corrections in diagnostic messages Mar 3, 2019
jme3-testdata Ogre loader now loads animations and armature with the new system Mar 24, 2018
jme3-vr jme3-vr JavaDoc corrections (comments only) Feb 26, 2019
lib
private
.gitignore
.nb-gradle-properties
.travis.yml
CONTRIBUTING.md Added link to the wiki readme. Jan 18, 2018
README.md
appveyor.yml
bintray.gradle
build.gradle
common-android-app.gradle
common.gradle
gradle.properties
gradlew use Gradle v4.10, android tools v3.1.4, bintray plugin v1.8.4 Sep 4, 2018
gradlew.bat
javadoc-overview.html
license.txt
local.properties
settings.gradle
version.gradle

README.md

jMonkeyEngine

Build Status

jMonkeyEngine is a 3D game engine for adventurous Java developers. It’s open-source, cross-platform, and cutting-edge. 3.2.2 is the latest stable version of the jMonkeyEngine 3 SDK, a complete game development suite. We'll release 3.2.x updates until the major 3.3 release arrives.

The engine is used by several commercial game studios and computer-science courses. Here's a taste:

jME3 Games Mashup

Getting started

Go to https://github.com/jMonkeyEngine/sdk/releases to download the jMonkeyEngine SDK. Read the wiki for a complete install guide. Power up with some SDK Plugins and AssetPacks and you are off to the races. At this point you're gonna want to join the forum so our tribe can grow stronger.

Note: The master branch on GitHub is a development version of the engine and is NOT MEANT TO BE USED IN PRODUCTION, it will break constantly during development of the stable jME versions!

Technology Stack

  • Java
  • NetBeans Platform
  • Gradle

Plus a bunch of awesome libraries & tight integrations like Bullet, Blender, NiftyGUI and other goodies.

Documentation

Did you miss it? Don't sweat it, here it is again.

Contributing

Read our contribution guide.

License

New BSD (3-clause) License. In other words, you do whatever makes you happy!

You can’t perform that action at this time.