A complete 3D game development suite written purely in Java.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Stephen Gold 6402aad452 InstancedNode: protect the no-arg constructor and javadoc it 5 years ago
.github possible fix for issue #1365 5 years ago
gradle/wrapper Upgrade Gradle 4.10 -> 5.6.4 (#1238) 5 years ago
jme3-android avoid using raw types 5 years ago
jme3-android-examples remove unnecessary casts and tests for null, discovered using NetBeans (#1285) 5 years ago
jme3-android-native Fix openal-soft dead link 5 years ago
jme3-bullet avoid using raw types 5 years ago
jme3-bullet-native Update MacOS build: removed 32 bit support (since deprecated by apple). Update bullet library to the current master branch (needed for compatibility patch with recent clang). 5 years ago
jme3-bullet-native-android Update MacOS build: removed 32 bit support (since deprecated by apple). Update bullet library to the current master branch (needed for compatibility patch with recent clang). 5 years ago
jme3-core InstancedNode: protect the no-arg constructor and javadoc it 5 years ago
jme3-desktop restore the JOGL/JOAL hooks (#1368) 5 years ago
jme3-effects remove unnecessary casts and tests for null, discovered using NetBeans (#1285) 5 years ago
jme3-examples OBJLoader enhancement: named groups support 5 years ago
jme3-ios Merge pull request #1276 from MeFisto94/fix-gldebug 5 years ago
jme3-jbullet suppress javac warnings about unchecked casts in read() and write() 5 years ago
jme3-jogg suppress more javac warnings about unchecked casts 5 years ago
jme3-lwjgl Merge pull request #1320 from MeFisto94/fix-lwjgl3-double-stop 5 years ago
jme3-lwjgl3 suppress more javac warnings about unchecked casts 5 years ago
jme3-networking suppress more javac warnings about unchecked casts 5 years ago
jme3-niftygui remove unnecessary casts and tests for null, discovered using NetBeans (#1285) 5 years ago
jme3-plugins avoid using raw types 5 years ago
jme3-terrain remove all javadoc references to the mythical JmeException 5 years ago
jme3-testdata OBJLoader enhancement: named groups support 5 years ago
jme3-vr Merge pull request #1276 from MeFisto94/fix-gldebug 5 years ago
lib Android openGL ES 3 support (#1147) 5 years ago
.gitignore Store prebuild libraries outside the source folder, download prebuilt libraries from bintray 5 years ago
.nb-gradle-properties Add default license for new files 10 years ago
CONTRIBUTING.md Adding link to project tab. (#1170) 5 years ago
LICENSE Replaced Netbeans auto license with real license 5 years ago
README.md Removing the jme3-blender subproject and related references since it now lives in its 5 years ago
bintray.gradle build: use the same custom pom file for 'install', 'uploadArchives' and 'uploadBintray'. A custom pom with minimal information required to maven central 9 years ago
build.gradle lambda 🎉 5 years ago
common-android-app.gradle Fix version naming. Use version-branch-SNAPSHOT for local builds, add custom version name property. 5 years ago
common.gradle build with -Xlink:unchecked 5 years ago
gradle.properties gradle.properties: trivial delta to test the recent fix for issue #1365 5 years ago
gradlew Upgrade Gradle 4.10 -> 5.6.4 (#1238) 5 years ago
gradlew.bat Upgrade Gradle 4.10 -> 5.6.4 (#1238) 5 years ago
javadoc-overview.html Javadoc: Add engine overview 10 years ago
local.properties jme3-android-examples: add project for android examples 10 years ago
natives-snapshot.properties [skip ci] update natives snapshot 5 years ago
settings.gradle Removing the jme3-blender subproject and related references since it now lives in its 5 years ago
version.gradle Updating the version.gradle to fix an issue with auto-versioning on the 5 years ago

README.md

jMonkeyEngine

Build Status

jMonkeyEngine is a 3-D game engine for adventurous Java developers. It’s open-source, cross-platform, and cutting-edge. 3.2.4 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, 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!