jMonkeyEngine

From Wikipedia, the free encyclopedia
jMonkeyEngine
Jmonkey-logo-head-tilted.png
Developer(s)The jME core team
Stable release
3.4.0 / May 30, 2021; 3 months ago (2021-05-30)[1]
Preview release
3.4.0-beta4 / May 12, 2021; 4 months ago (2021-05-12)[1]
Repository
Written inJava
Operating systemCross-platform
PlatformJava (JVM)
TypeGame engine
LicenseBSD license
Websitejmonkeyengine.org

jMonkeyEngine (jME) is a game engine made especially for modern 3D development, as it uses shader technology extensively. 3D games can be written for both Android and desktop devices using this engine. jMonkeyEngine is written in Java and uses LWJGL as its default renderer (another renderer based on JOGL is available[2]). OpenGL 2 through OpenGL 4 is fully supported.

jMonkeyEngine is a community-centric open-source project released under the new BSD license. It is used by several commercial game studios[3][4] and educational institutions.[5][6][7] The default jMonkeyEngine 3 download comes readily integrated with an advanced SDK.

jMonkeyEngine 3 SDK[]

By itself, jMonkeyEngine is a collection of libraries, making it a low-level game development tool. Coupled with an IDE 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 includes its own plugin repository and a selection between stable point releases or nightly updates. Since March the 5th of 2016, the SDK is not officially supported anymore by the core team. Ever since then it is still being actively maintained by the community.

Note: The "jMonkeyPlatform" and the "jMonkeyEngine 3 SDK" are exactly the same thing.

History[]

jMonkeyEngine was built to fulfill the lack of full featured graphics engines written in Java. The project has a distinct two-part story, as the current core development team includes none of the original creators.

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 core developers at that time gradually discontinued work on the project throughout the end of 2007 and the beginning of 2008, the 2.0 version had not yet been made officially stable. Regardless, the codebase became adopted for commercial use and the community actively supported the 2.0 version more than any other.

2003 (2003)
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.
January 2004 (2004-01)
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.
August 15, 2008 (2008-08-15)
Joshua Slack announces to step back from active development of the jMonkeyEngine.[8][9]

jMonkeyEngine 3.0[]

Since the departure of jME's core developers in late 2008 the codebase remained practically stagnant for several months. The community kept committing patches, but the project was not moving in any clear direction. Version 3.0 started as nothing more than an experiment. The first preview release of jME3 in early 2009 created a lot of buzz[10] 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. The jME core team is now composed of eight committed individuals.

April 1, 2009 (2009-04-01)
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.[11]
June 24, 2009 (2009-06-24)
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.[12]
May 17, 2010 (2010-05-17)
The first Alpha of jMonkeyEngine 3 is released.[13] The same date marked the first Alpha release of the jMonkeyEngine SDK, only a few months after the first planning stages.[14] The "jMonkeyEngine SDK" has since become the default product download recommended to all jME3 developers.
September 7, 2010 (2010-09-07)
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.[15]
October 22, 2011 (2011-10-22)
jMonkeyEngine 3 SDK Beta is released. Stable update track is introduced as an alternative to downloading bleeding edge nightly builds.[16]
February 15, 2014 (2014-02-15)
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.[17]

Projects powered by jMonkeyEngine[]

An example of JMonkeyEngine capabilities: screenshot taken from .
  • Nord, a browser-based MMO on Facebook, created by Skygoblin.[18][19][20]
  • Grappling Hook, a first-person action & puzzle game, accomplished by a single independent developer.[21][22][23]
  • Drohtin, Realtime Strategy Game (RTS), Singleplayer/Multiplayer. Build your own village and be a great leader of your citizens.[24]
  • Chaos, a 3D fantasy cooperative game based RPG by 4Realms.[25]
  • Skullstone, retro styled single player dungeon crawler game with modern 3D graphics, created by Black Torch Games.[26][27]
  • Spoxel, a 2D action-adventure sandbox video game, created by Epaga Games.[28]
  • Lightspeed Frontier, a space sandbox game with RPG, building, and exploration elements, created by Crowdwork Studios.[29][30]
  • Subspace Infinity, a 2d top down space fighter mmo.[31]

Reception[]

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

Ardor3D fork[]

Ardor3D began life September 23, 2008 as a fork from the 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] is still actively maintained by Julien Gouesse.[43][44]

References[]

  1. ^ Jump up to: a b "Releases · jMonkeyEngine/jmonkeyengine". github.com. Retrieved 2021-04-13.
  2. ^ http://forum.jogamp.org/JOGL-2-support-for-Ardor3D-JMonkeyEngine-3-jzy3d-and-NiftyGUI-tp1706747p1725360.html
  3. ^ "Nord, a jME-powered MMOG developed by SLX Games". See website footer for reference.
  4. ^ "bbgsite.com's review of Poisonville, a browser-based MMOFPS powered by jME". Archived from the original on 2012-12-18. Retrieved 2010-11-04.
  5. ^ "Southern Illinois University Game Development Class". Software Aspects of Game Development
  6. ^ "Press Coverage of Georgia Tech Student Projects". Archived from the original on 2008-01-14. Winter 2007 Demo Day At Georgia Tech
  7. ^ "Betaville Project at BxmC". Archived from the original on 2012-09-24. Participatory Urban Planning in 3D
  8. ^ Joshua Slack (2008-08-15). "a break". jMonkeyEngine forum. Archived from the original on 2011-07-26. Retrieved 2009-08-12.
  9. ^ Joshua Slack (2008-08-14). "At the end of the tour..." Archived from the original on 2009-07-03. Retrieved 2009-08-12.
  10. ^ "jME3 project". jMonkeyEngine forum. 2009-04-01. Archived from the original on 2013-07-04. Retrieved 2013-04-23.
  11. ^ Kirill Vainer (2009-04-01). "New Branch and Management". jMonkeyEngine GoogleCode Project.
  12. ^ Erlend Sogge Heggen (2009-06-24). "New Branch and Management". jMonkeyEngine Blog. Archived from the original on 2010-01-01. Retrieved 2009-12-07.
  13. ^ Erlend Sogge Heggen (2010-05-17). "First jME3 Alpha released". jMonkeyEngine Blog. Archived from the original on 2010-07-06. Retrieved 2010-11-04.
  14. ^ Normen Hansen (2010-02-01). "First jME3 SDK Alpha released, aka jMonkeyPlatform Alpha-1". jMonkeyEngine Forum. Archived from the original on 2010-09-30. Retrieved 2011-01-16.
  15. ^ Erlend Sogge Heggen (2010-09-07). "Complete website redesign". jMonkeyEngine Blog. Archived from the original on 2010-11-13. Retrieved 2010-11-04.
  16. ^ Normen Hansen (2011-10-22). "jMonkeyEngine3 SDK Beta released!". jMonkeyEngine Blog. Archived from the original on 2011-12-24. Retrieved 2012-02-10.
  17. ^ Erlend Sogge Heggen (2014-02-15). "jMonkeyEngine 3 SDK Stable released!". jMonkeyEngine Blog. Archived from the original on 2015-02-06. Retrieved 2015-09-20.
  18. ^ "SLX Games Launches Nord on Facebook". EngageDigital / Authored by Alicia Ashby. 2010-09-16. See bottom footer for 'thanks to jMonkey' acknowledgement.
  19. ^ "Nord: 3D Virtual World on Facebook". Beta Games. 2010-09-19.[permanent dead link]
  20. ^ "Swedish SLX Games Takes First 3D MMO To Facebook". ArcticStartup. 2010-09-22. Archived from the original on 2012-10-30. Retrieved 2010-11-05.
  21. ^ "Grappling Hook IndieDB entry". Christian Teister via IndieDB.
  22. ^ John Walker (2009-09-24). "What It Says On The Tin: Grappling Hook". Rock Paper Shotgun.
  23. ^ Michael Rose (2009-10-03). "Indie Game Pick: Grappling Hook (Speed Run Games)". Indie Games – The Weblog.
  24. ^ "Drohtin – The indie strategy Game". 2014-01-22.
  25. ^ Idix, Prostate. "Interview : 4realms - Dossiers / Chroniques RPG France". www.rpgfrance.com (in French). Retrieved 2017-07-27.
  26. ^ "Skullstone - Dungeon Crawler in Development | News @ RPGWatch". www.rpgwatch.com. Retrieved 2017-07-27.
  27. ^ "Skullstone | IGDB.com". IGDB.com. Retrieved 2017-07-27.
  28. ^ "Spoxel | IGDB.com". IGDB.com. Retrieved 2018-03-11.
  29. ^ "About Lightspeed Frontier | Lightspeed Frontier Official Wiki @ Gamepedia". lightspeedfrontier.gamepedia.com. Retrieved 2018-03-11.
  30. ^ "Lightspeed Frontier | IGDB.com". IGDB.com. Retrieved 2018-03-11.
  31. ^ "Subspace Infinity Source Repository | Github Repository". www.github.com/assofohdz/Subspace-Infinity. Retrieved 2018-05-09.
  32. ^ "JavaOne presentation keynote". Oracle/Sun.
  33. ^ "Presentation slides" (PDF). Oracle/Sun.
  34. ^ "JavaOne blogpost with videos". jMonkeyEngine Blog. 2010-09-07. Archived from the original on 2011-07-26. Retrieved 2010-11-04.
  35. ^ "PacktPub nominees announcement". PacktPub. September 2010. Archived from the original on 2010-09-30. Retrieved 2010-11-04.
  36. ^ Joshua Slack (September 23, 2008). "A new focus: Ardor3D". Archived from the original on April 10, 2016.
  37. ^ NASA (March 19, 2014). "NASA VERVE: Interactive 3D Visualization within Eclipse".
  38. ^ NASA, Jet Propulsion Laboratory and California Institute of Technology (September 17, 2009). "Interactive 3D Mars Visualization".
  39. ^ Joshua Slack (March 11, 2014). "Winding down".
  40. ^ Joshua Slack (March 11, 2014). "Winding down". Archived from the original on April 10, 2016. Retrieved March 26, 2016.
  41. ^ Julien Gouesse (November 22, 2014). "JogAmp's Ardor3D Continuation user's guide is available".
  42. ^ Julien Gouesse (August 2, 2014). "JogAmp's Ardor3D Continuation overview".
  43. ^ Julien Gouesse (November 22, 2014). "Official homepage and Github for Ardor3D".
  44. ^ Julien Gouesse (March 17, 2014). "Ardor3D, JOGL 2".

External links[]

Retrieved from ""