jMonkeyEngine is a 3-D game engine for adventurous Java developers. It’s open-source, cross-platform, and cutting-edge. v3.7.0 is the latest stable version of the engine.
The engine is used by several commercial game studios and computer-science courses. Here's a taste:
Go to https://github.com/jMonkeyEngine/sdk/releases to download the jMonkeyEngine SDK. Read the wiki for the installation guide and tutorials. Join the discussion forum to participate in our community, get your questions answered, and share your projects.
Note: The master branch on GitHub is a development version of the engine and is NOT MEANT TO BE USED IN PRODUCTION.
Did you miss it? Don't sweat it, here it is again.
Read our contribution guide.
JAVA_HOME
environment variable to your JDK installation:
(In other words, set it to the path of a directory/folder
containing a "bin" that contains a Java executable.
That path might look something like
"C:\Program Files\Eclipse Adoptium\jdk-17.0.3.7-hotspot"
or "/usr/lib/jvm/java-17-openjdk-amd64/" or
"/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home" .)export JAVA_HOME="
path to installation "
set -g JAVA_HOME "
path to installation "
set JAVA_HOME="
path to installation "
$env:JAVA_HOME = '
path to installation '
git clone https://github.com/jMonkeyEngine/jmonkeyengine.git
cd jmonkeyengine
git checkout -b latest v3.7.0-stable
(unless you plan to do development)cd
to the extracted directory/folder./gradlew build
.\gradlew build
After a successful build, fresh JARs will be found in "*/build/libs".
You can install the JARs to your local Maven repository:
./gradlew install
.\gradlew install
You can run the "jme3-examples" app:
./gradlew run
.\gradlew run
You can restore the project to a pristine state:
./gradlew clean
.\gradlew clean
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。