jMonkeyEngine

这是一个免费的开源游戏引擎, 专门为那些想使用现代技术创建三维游戏的 java 游戏开发者制作。(It’s a free, open source game engine, made especially for Java game developers who want to create 3D games using modern technology.)

Github stars Tracking Chart

jMonkeyEngine 是免费的、 开源的游戏引擎,特别为那些想要使用现代技术创建 3D 游戏的 Java 游戏开发商制作。软件完全采用 Java 编程,目的在于广泛的可访问性和快速部署。该引擎被几个商业游戏工作室和计算机科学课程使用,可以了解下:

jMonkeyEngine 特点:
  • Java服务:做对了,Java可以快速。坦率地说:Java总是比C++更容易做事。jMonkeyEngine为Java开发人员提供他们所需的工具,使高性能的3D游戏与任何其他引擎一样,而不用担心编译器代码。
  • 跨平台和外设:jMonkeyEngine游戏可以发布到Windows,Mac和Linux,以及Android和iOS。此外,jMonkeyEngine 支持用于AR和VR技术的独特新外设,最值得一提的是 Oculus Rift。
  • jMonkeyEngine 可为谁使用?它不是一个视觉RPG制造商或FPS模型。如果你具备一定的编程能力,你就会得到最强大的引擎。一步一步来,jMonkeyEngine可以作为任何有抱负的3D游戏开发者的起点。
  • “黑客的天堂”:jMonkeyEngine是可扩展的设计,并不试图告诉你如何制作你的游戏。新的BSD许可证意味着您可以随意使用 jMonkeyEngine 的代码。如果你想分享一些东西,jME3 SDK带有自己的插件框架,支持自动更新。
  • 广泛的文档和支持:没有任何不做好文档的借口,我们也不需要!阅读官方的wiki,你会发现几百页的所有东西jME3详细。除此之外,jMonkeyEngine的开发人员群体是最活跃和“最有用的猴子”。

Overview

Name With OwnerjMonkeyEngine/jmonkeyengine
Primary LanguageJava
Program languageHTML (Language Count: 7)
PlatformLinux, Mac, Solaris, Windows
License:BSD 3-Clause "New" or "Revised" License
Release Count69
Last Release Namev3.7.0-alpha3.1 (Posted on )
First Release Name3.1-github-tag-test (Posted on )
Created At2014-03-20 22:29:28
Pushed At2024-04-24 01:33:26
Last Commit At2024-04-15 12:49:51
Stargazers Count3.7k
Watchers Count201
Fork Count1.1k
Commits Count7.9k
Has Issues Enabled
Issues Count993
Issue Open Count193
Pull Requests Count996
Pull Requests Open Count33
Pull Requests Close Count215
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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, 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!

To the top