
jMonkeyEngine
Sign in to saveAlso known as JME
jMonkeyEngine (abbreviated JME or jME) is an open-source and cross-platform game engine for developing 3D games written in Java. It can be used to write games for Windows, Linux, macOS, Raspberry Pi, Android, and iOS (currently in alpha testing). It uses Lightweight Java Game Library as its default renderer, and also supports another renderer based on Java OpenGL.
In the Vinony graph
Within Vinony's link graph, jMonkeyEngine is referenced by 174 other articles, and connects out to BSD licenses, list of game engines and Facebook.
It sits within the topics 2003 software, 3D scenegraph APIs and Free 3D graphics software.
Its subject is documented across 12 Wikipedia language editions.
Key facts
- Software.name
- jMonkeyEngine
- Software.logo
- Jmonkey-logo-head-tilted.png
- Software.logo size
- 150px
- Software.developer
- The jME core team
- Software.latest_release_version
- 3.7.0
- Software.operating system
- Cross-platform
- Software.programming language
- Java
- Software.platform
- Java (JVM)
- Software.genre
- Game engine
- Software.license
- New BSD license
via Wikipedia infobox
Source code
jMonkeyEngine is a 3-D game engine for adventurous Java developers. It’s open-source, cross-platform, and cutting-edge. v3.8.0 is the latest stable version of the engine. Go to 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. Technology Stack windowed, multi-platform IDE derived from NetBeans libraries for GUI, networking, physics, SFX, terrain, importing assets, etc. platform-neutral core library for scene graph, animation, rendering, math, etc. LWJGL v2/v3 (to access GLFW, OpenAL, OpenGL, and OpenVR) or Android or iOS Java Virtual Machine (v8 or higher) You can run the "jme3-examples" app: using Bash or Fish or PowerShell or Zsh: ./gradlew run using Windows Command Prompt: . gradlew run You can restore the project to a pristine state: using Bash or Fish or PowerShell or Zsh: ./gradlew clean using Windows Command Prompt: . gradlew clean You can optionally use the -Pexample property to specify an example to start without the need to navigate the test chooser, e.g.: Make sure to have the SDK installed and configured properly, and the emulator running before executing the command. To run all tests and generate a JaCoCo code coverage report, run the testCodeCoverageReport Gradle task. To avoid the generation of the report, use the test task instead. This runs all subproject tests and produces two sets of HTML reports: Aggregated report (all modules combined): build/reports/jacoco/testCodeCoverageReport/html/index.html Per-module reports : /build/reports/jacoco/test/html/index.html
Excerpt from the source-code README · 6,927 chars · not written by Vinony
Wikidata facts
- Official website
- jmonkeyengine.org
Show 4 more facts
- source code repository URL
- github.com/jMonkeyEngine/jmonkeyengine
- issue tracker URL
- github.com/jMonkeyEngine/jmonkeyengine/issues
- software version identifier
- 3.9.0
- inception
- 2003-00-00
via Wikidata · CC0
Article · Русский
jMonkeyEngine (jME) — игровой движок, предназначенный для создания современных трёхмерных приложений, активно использующих шейдеры. jMonkeyEngine написана исключительно на языке программирования Java и использует по умолчанию LWJGL для рендеринга. Полностью поддерживаются версии OpenGL со второй по четвёртую. jMonkeyEngine — проект с открытым исходным кодом. Он используется рядом коммерческих компаний, специализирующихся на производстве компьютерных игр, и образовательных учреждений. По умолчанию jMonkeyEngine 3 поставляется вместе с SDK.
Abstract from DBpedia / Wikipedia · CC BY-SA