Contributions
The following list contains additional content for jMonkeyEngine 3 contributed by users. They are, as is the engine itself, open-source - Feel free to download and use them for your projects. :)
To install a jMonkeyEngine SDK plugin, go to |
Libraries with Maven coordinates
JMonkeyEngine projects built using Gradle or Maven can easily incorporate pre-built libraries from public Maven repositories.
"GroupID:ArtifactID" entries link to package information; follow these links to determine the version ID of the latest release. "Name" entries link to relevant documentation, if any.
Name | Purpose | Maintainer(s) | Maven repository URL GroupID:ArtifactID |
Source code |
---|---|---|---|---|
Render TrueType fonts |
(none) |
https://repo1.maven.org/maven2 |
||
General-purpose toolkit |
https://repo1.maven.org/maven2 |
|||
Graphical user interface |
https://repo1.maven.org/maven2 |
|||
Modal hotkeys and help screens |
https://repo1.maven.org/maven2 |
|||
3-D physics simulation |
https://repo1.maven.org/maven2 |
|||
Sky simulation |
https://repo1.maven.org/maven2 |
|||
Animation editing and retargeting |
https://repo1.maven.org/maven2 |
|||
Decompose meshes into convex collision shapes |
https://jitpack.io |
|||
Immediate graphical user interface |
https://jitpack.io |
|||
Native graphical user interface |
(none) |
https://repo1.maven.org/maven2 |
||
Support for Kotlin Coroutines |
https://repo1.maven.org/maven2 |
Github Repo
This is the main repository for jmonkey contributions: https://github.com/jMonkeyEngine-Contributions
Forum: Contributions
This is the forum category where you can find other people’s contributions or present your own contribution: http://hub.jmonkeyengine.org/c/contribution-depot-jme3
Frameworks
These are premade classes/functionalities that you can use.
These contributions are developed by jMonkeyEngine users and aren’t officially supported by jMonkeyEngine. As such, these projects and the supporting documentation may become stale over time as the contributors lose interest. |
ImagePainter
A fairly complete set of painting tools for editing jME3 Images from code.
Contact person | zarch |
---|---|
Documentation |
|
Available as SDK plugin |
Yes |
Work in progress |
No |
ParticleController
Next Generation Particle Emitters.
Contact person | zarch |
---|---|
Documentation |
|
Available as SDK plugin |
No |
Work in progress |
No |
Shaderblow
The “Shaderblow” library contains various shader effects, e.g. refraction, particles, forceshields, grayscale and much more.
Contact person | mifth |
---|---|
Documentation |
|
Available as SDK plugin |
Yes |
Work in progress |
Yes |
Zay-ES Entity System
A self-contained thread-capable entity system.
Contact person | Paul Speed (pspeed) |
---|---|
Documentation |
|
Available as SDK plugin |
Yes |
Work in progress |
Seems fairly complete |
Lemur Gui Library
Lemur is GUI toolkit for making user interfaces in jMonkeyEngine applications. It supports standard 2D UIs as well as fully 3D UIs. The modular design allows an application to use all or some of it as needed or even to build a completely new custom GUI library on top.
Contact person | Paul Speed (pspeed) |
---|---|
Documentation |
|
Forum Topic |
|
Available as SDK plugin |
No |
Work in progress |
Complete library, well maintained and documented with examples. |
tonegodGUI
A Native GUI Library for JME3
Contact person | t0neg0d |
---|---|
Documentation |
|
Available as SDK plugin |
Yes |
Work in progress |
Abandoned but there is a fork of the project that has been updated and can be found on GitHub. |
Immediate graphical user interface
IGUI is a minimalistic immediate gui for jMonkeyEngine. It is built around Picture and BitmapText classes.
Contact person | RiccardoBlb |
---|---|
Documentation |
|
Available as SDK plugin |
No |
Work in progress |
Yes |
Tamarin OpenXR
Tamarin provides OpenXR functionality to enable jMonkey applications to run on VR headsets. It provides full support for the headset, controller actions, haptic feedback and a sample set of vr hands.
Contact person | richtea |
---|---|
Documentation |
|
Available as SDK plugin |
No |
Work in progress |
No (Actively maintained and improved) |
Want to commit something yourself?
If you have a framework/assets pack/whatever you want to contribute, please check out our Contribution Depot.