JMonkeyEngine: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>GreenC bot
Reformat 1 archive link. Wayback Medic 2.5 per WP:USURPURL and JUDI batch #27am
 
imported>Ionmars10
m clean up
 
Line 4: Line 4:
{{primary sources|date=April 2016}}
{{primary sources|date=April 2016}}
}}
}}
{{lowercase|title=jMonkeyEngine}}
{{lowercase title|title=jMonkeyEngine}}
{{Infobox software
{{Infobox software
| name = jMonkeyEngine
| name = jMonkeyEngine
Line 11: Line 11:
| developer = The jME core team
| developer = The jME core team
| latest_release_version = 3.7.0
| latest_release_version = 3.7.0
| latest_release_date = {{release date and age|2024|10|21}}<ref>{{cite web
| latest_release_date = {{start date and age|2024|10|21}}<ref>{{cite web
   | url        = https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.7.0-stable
   | url        = https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.7.0-stable


Line 23: Line 23:
| genre = [[Game engine]]
| genre = [[Game engine]]
| license = [[New BSD license]]
| license = [[New BSD license]]
| website = {{url|https://jmonkeyengine.org/}}
| website = {{URL|https://jmonkeyengine.org/}}
}}
}}


Line 60: Line 60:


==jMonkeyEngine 3 SDK==
==jMonkeyEngine 3 SDK==
By itself, jMonkeyEngine is a collection of [[Library (computing)|computing libraries]], making it a [[High and low level|low-level]] [[game development tool]]. Coupled with an [[integrated development environment]] like the official jMonkeyEngine 3 SDK, it becomes a higher-level game development environment with multiple graphical components.  
By itself, jMonkeyEngine is a collection of [[Library (computing)|computing libraries]], making it a [[High and low level|low-level]] [[game development tool]]. Coupled with an [[integrated development environment]] like the official jMonkeyEngine 3 SDK, it becomes a higher-level game development environment with multiple graphical components.


The SDK is based on the [[NetBeans Platform]], enabling graphical editors and [[Plug-in (computing)|plugin]] capabilities. Alongside the default NetBeans update centers, the SDK has its own plugin repository and a selection between stable [[point release]]s or nightly updates.  
The SDK is based on the [[NetBeans Platform]], enabling graphical editors and [[Plug-in (computing)|plugin]] capabilities. Alongside the default NetBeans update centers, the SDK has its own plugin repository and a selection between stable [[point release]]s or nightly updates.


Since March 5th, 2016, the SDK is no longer officially supported by the core team. It is still being actively maintained by the community. The term "jMonkeyPlatform" is also used interchangeably with "jMonkeyEngine 3 SDK."
Since March 5, 2016, the SDK is no longer officially supported by the core team. It is still being actively maintained by the community. The term "jMonkeyPlatform" is also used interchangeably with "jMonkeyEngine 3 SDK."


==History==
==History==
Line 100: Line 100:


===jMonkeyEngine 3.0===
===jMonkeyEngine 3.0===
Since the departure of jME's core developers in late 2008, the codebase remained practically stagnant for several months. The community continued to commit patches, but the project was not moving in any clear direction. Development on Version 3.0 started as an experiment.  
Since the departure of jME's core developers in late 2008, the codebase remained practically stagnant for several months. The community continued to commit patches, but the project was not moving in any clear direction. Development on Version 3.0 started as an experiment.


The first preview release of jME3 in early 2009 drew positive attention<ref>{{Cite web
The first preview release of jME3 in early 2009 drew positive attention<ref>{{Cite web
Line 289: Line 289:
  |archive-url  = https://web.archive.org/web/20160410045120/http://blog.renanse.com/2008/09/new-focus-ardor3d.html
  |archive-url  = https://web.archive.org/web/20160410045120/http://blog.renanse.com/2008/09/new-focus-ardor3d.html
  |archive-date = April 10, 2016
  |archive-date = April 10, 2016
}}</ref> as well as a desire to back a powerful open-source Java engine with organized corporate support.  
}}</ref> as well as a desire to back a powerful open-source Java engine with organized corporate support.


The first public release came January 2, 2009, with new releases following every few months thereafter. In 2011, Ardor3D was used in the [[Curiosity (rover)|Mars Curiosity]] mission both by [[Ames Research Center|NASA Ames]]<ref>{{Cite web
The first public release came January 2, 2009, with new releases following every few months thereafter. In 2011, Ardor3D was used in the [[Curiosity (rover)|Mars Curiosity]] mission both by [[Ames Research Center|NASA Ames]]<ref>{{Cite web
Line 301: Line 301:
|author=NASA, Jet Propulsion Laboratory and California Institute of Technology
|author=NASA, Jet Propulsion Laboratory and California Institute of Technology
|website=[[YouTube]] |date=September 17, 2009
|website=[[YouTube]] |date=September 17, 2009
}}{{cbignore}}</ref> for visualizing terrain and rover movement.  
}}{{cbignore}}</ref> for visualizing terrain and rover movement.


On March 11, 2014, Joshua Slack announced that the project would be abandoned, although the software itself would remain under [[Zlib License|zlib license]] and continue to be freely available.<ref>{{Cite web
On March 11, 2014, Joshua Slack announced that the project would be abandoned, although the software itself would remain under [[Zlib License|zlib license]] and continue to be freely available.<ref>{{Cite web
Line 351: Line 351:
==External links==
==External links==
* {{Official website}}
* {{Official website}}


{{Video game engines}}
{{Video game engines}}

Latest revision as of 01:58, 3 November 2025

Template:Short description Script error: No such module "Unsubst".

Script error: No such module "Infobox".Template:Template other Script error: No such module "Check for unknown parameters".Script error: No such module "Check for conflicting parameters".

jMonkeyEngine (abbreviated JME or jME) is an open-source and cross-platform game engine for developing 3D games written in Java.[1] 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.

jMonkeyEngine is community-centric and open-source. It is released under the New BSD license. It is used by several commercial game studios[2][3] and educational institutions.[4][5][6] The default jMonkeyEngine 3 comes integrated with a software development kit (SDK).

jMonkeyEngine 3 SDK

By itself, jMonkeyEngine is a collection of computing libraries, making it a low-level game development tool. Coupled with an integrated development environment like the official jMonkeyEngine 3 SDK, it becomes a higher-level game development environment with multiple graphical components.

The SDK is based on the NetBeans Platform, enabling graphical editors and plugin capabilities. Alongside the default NetBeans update centers, the SDK has its own plugin repository and a selection between stable point releases or nightly updates.

Since March 5, 2016, the SDK is no longer officially supported by the core team. It is still being actively maintained by the community. The term "jMonkeyPlatform" is also used interchangeably with "jMonkeyEngine 3 SDK."

History

jMonkeyEngine helps to improve the lack of full featured graphics engines written in Java. The project has evolved over time.

jMonkeyEngine 0.1 – 2.0

Version 0.1 to 2.0 of jMonkeyEngine marks the time from when the project was first established in 2003, until the last 2.0 version was released in 2008. When the original core developers gradually discontinued work on the project throughout the end of 2007 and the beginning of 2008, Version 2.0 had not yet been made officially stable. The code-base became adopted for commercial use and was most popular with the engine's community at the time.

Script error: No such module "Date time".Script error: No such module "Check for unknown parameters".
Initial work on jMonkeyEngine was begun by Mark Powell (aka MojoMonkey) as a side project to see if a fully featured graphics API could be written in Java. Much of the early work on the API was inspired by David Eberly's C++ book 3D Game Engine Design.
Script error: No such module "Date time".Script error: No such module "Check for unknown parameters".
Mark was joined by Joshua Slack (aka Renanse) and together over the following two years, with the help of other community contributors, a commercially viable API was developed.
Script error: No such module "Date time".Script error: No such module "Check for unknown parameters".
Joshua Slack announces to step back from active development of the jMonkeyEngine.[7][8]

jMonkeyEngine 3.0

Since the departure of jME's core developers in late 2008, the codebase remained practically stagnant for several months. The community continued to commit patches, but the project was not moving in any clear direction. Development on Version 3.0 started as an experiment.

The first preview release of jME3 in early 2009 drew positive attention[9] from many members in the community, and the majority agreed that this new branch would be the official successor to jME 2.0. From there on, all the formalities were sorted out between the previous core developers and the new.

Script error: No such module "Date time".Script error: No such module "Check for unknown parameters".
Kirill Vainer "shadowislord" starts a new branch in the official jMonkeyEngine repository and commits the first publicly available code for jMonkeyEngine 3.0. Soon after, the branch was renamed to reflect its "test" status.[10]
Script error: No such module "Date time".Script error: No such module "Check for unknown parameters".
The project sees a new beginning in the official jMonkeyEngine 3.0 branch, initially designed and developed solely by Kirill Vainer. Management responsibilities are picked up by Erlend Sogge Heggen, shortly later accompanied by Skye Book.[11]
Script error: No such module "Date time".Script error: No such module "Check for unknown parameters".
The first Alpha of jMonkeyEngine 3 is released.[12] The same date marked the first Alpha release of the jMonkeyEngine SDK, only a few months after the first planning stages.[13] The "jMonkeyEngine SDK" has since become the default product download recommended to all jME3 developers.
Script error: No such module "Date time".Script error: No such module "Check for unknown parameters".
The jMonkeyEngine website was completely re-designed. A new domain, jmonkeyengine.org, is dedicated to all project and community activities. The old jmonkeyengine.com is re-purposed as a product promotion site.[14]
Script error: No such module "Date time".Script error: No such module "Check for unknown parameters".
jMonkeyEngine 3 SDK Beta is released. Stable update track is introduced as an alternative to downloading bleeding edge nightly builds.[15]
Script error: No such module "Date time".Script error: No such module "Check for unknown parameters".
jMonkeyEngine 3 SDK Stable is released. In spite of being technically stable for a long time, the official 3.0 SDK release was delayed until February 2014.[16]

Projects powered by jMonkeyEngine

File:Skullstone screen.jpg
Screenshot from Skullstone, showing jMonkeyEngine's capabilities

Reception

  • JavaOne 2008 Presentation[32][33][34]
  • Finalist in PacktPub Open Source Graphics Software Award 2010[35]

Ardor3D fork

Ardor3D began life on September 23, 2008, as a fork from jMonkeyEngine by Joshua Slack and Rikard Herlitz due to what they perceived as irreconcilable issues with naming, provenance, licensing, and community structure in that engine,[36] as well as a desire to back a powerful open-source Java engine with organized corporate support.

The first public release came January 2, 2009, with new releases following every few months thereafter. In 2011, Ardor3D was used in the Mars Curiosity mission both by NASA Ames[37] and NASA JPL[38] for visualizing terrain and rover movement.

On March 11, 2014, Joshua Slack announced that the project would be abandoned, although the software itself would remain under zlib license and continue to be freely available.[39][40] However, a subset of Ardor3D called "JogAmp's Ardor3D Continuation"[41][42] was still actively maintained by Julien Gouesse as of 2014.[43][44]

References

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "citation/CS1".
  2. Script error: No such module "citation/CS1".
  3. Script error: No such module "citation/CS1".
  4. Script error: No such module "citation/CS1".
  5. Script error: No such module "citation/CS1".
  6. Script error: No such module "citation/CS1".
  7. Script error: No such module "citation/CS1".
  8. Script error: No such module "citation/CS1".
  9. Script error: No such module "citation/CS1".
  10. Script error: No such module "citation/CS1".
  11. Script error: No such module "citation/CS1".
  12. Script error: No such module "citation/CS1".
  13. Script error: No such module "citation/CS1".
  14. Script error: No such module "citation/CS1".
  15. Script error: No such module "citation/CS1".
  16. Script error: No such module "citation/CS1".
  17. Script error: No such module "citation/CS1".
  18. Script error: No such module "citation/CS1".Script error: No such module "Unsubst".
  19. Script error: No such module "citation/CS1".
  20. Script error: No such module "citation/CS1".
  21. Script error: No such module "citation/CS1".
  22. Script error: No such module "citation/CS1".
  23. Script error: No such module "citation/CS1".
  24. Script error: No such module "citation/CS1".
  25. Script error: No such module "citation/CS1".
  26. Script error: No such module "citation/CS1".
  27. Script error: No such module "citation/CS1".
  28. Script error: No such module "citation/CS1".
  29. Script error: No such module "citation/CS1".
  30. Script error: No such module "citation/CS1".
  31. Script error: No such module "citation/CS1".
  32. Script error: No such module "citation/CS1".
  33. Script error: No such module "citation/CS1".
  34. Script error: No such module "citation/CS1".
  35. Script error: No such module "citation/CS1".
  36. Script error: No such module "citation/CS1".
  37. Script error: No such module "citation/CS1".
  38. Script error: No such module "citation/CS1".Template:Cbignore
  39. Script error: No such module "citation/CS1".
  40. Script error: No such module "citation/CS1".
  41. Script error: No such module "citation/CS1".
  42. Script error: No such module "citation/CS1".
  43. Script error: No such module "citation/CS1".
  44. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters".

External links

  • Script error: No such module "Official website".Script error: No such module "Check for unknown parameters".

Template:Video game engines