contributions.adoc 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. = Contributions
  2. :revnumber: 2.0
  3. :revdate: 2020/07/11
  4. 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. :)
  5. [TIP]
  6. ====
  7. To install a jMonkeyEngine SDK plugin, go to `menu:Tools[Plugins>Available Plugins]`. +
  8. (Currently only jME 3.0 stable SDK, jME 3.1+ does not yet support plugins)
  9. ====
  10. == Github Repo
  11. This is the main repository for jmonkey contributions:
  12. link:https://github.com/jMonkeyEngine-Contributions[https://github.com/jMonkeyEngine-Contributions]
  13. == David's Repo
  14. A collection of jME libraries and assets by David Bernard:
  15. link:https://bintray.com/jmonkeyengine/contrib[https://bintray.com/jmonkeyengine/contrib]
  16. == Forum: Contributions
  17. This is the forum category where you can find other people's contributions or present your own contribution:
  18. link:http://hub.jmonkeyengine.org/c/contribution-depot-jme3[http://hub.jmonkeyengine.org/c/contribution-depot-jme3]
  19. == Other Repos
  20. There are other repositories for code sources. A list of weblinks follows:
  21. * link:http://sourceforge.net/projects/jmonkeycsg/[http://sourceforge.net/projects/jmonkeycsg/]
  22. * link:https://github.com/davidB/jme3_skel[https://github.com/davidB/jme3_skel]
  23. == Frameworks
  24. These are premade classes/functionalities that you can use.
  25. CAUTION: 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.
  26. === ImagePainter
  27. [.right.text-left]
  28. image::http://i.imgur.com/NYtSC.jpg[NYtSC.jpg,width="150",height=""]
  29. A fairly complete set of painting tools for editing jME3 Images from code.
  30. [cols="2", options="header"]
  31. |===
  32. a| *Contact person*
  33. a| link:https://hub.jmonkeyengine.org/users/zarch/activity[zarch]
  34. a| *Documentation*
  35. a| link:https://hub.jmonkeyengine.org/t/image-painter-plugin-available/24255[Forum Post, full javadoc in plugin]
  36. a| *Available as SDK plugin*
  37. a| Yes
  38. a| *Work in progress*
  39. a| No
  40. |===
  41. === ParticleController
  42. [.right.text-left]
  43. Next Generation Particle Emitters.
  44. [cols="2", options="header"]
  45. |===
  46. a| *Contact person*
  47. a| link:https://hub.jmonkeyengine.org/users/zarch/activity[zarch]
  48. a| *Documentation*
  49. a| xref:jme3/contributions/particles.adoc[Wiki Page]
  50. a| *Available as SDK plugin*
  51. a| No
  52. a| *Work in progress*
  53. a| No
  54. |===
  55. === tonegodGUI
  56. [.right.text-left]
  57. image::http://i.imgur.com/0Ww1xA7.png[0Ww1xA7.png,width="150",height=""]
  58. A Native +++<abbr title="Graphical User Interface">GUI</abbr>+++ Library for JME3
  59. [cols="2", options="header"]
  60. |===
  61. a| *Contact person*
  62. a| link:https://hub.jmonkeyengine.org/users/t0neg0d/activity[t0neg0d]
  63. a| *Documentation*
  64. a| xref:jme3/contributions/tonegodgui.adoc[Wiki Page]
  65. a| *Available as SDK plugin*
  66. a| Yes
  67. a| *Work in progress*
  68. a| Yes
  69. |===
  70. === Shaderblow
  71. [.right.text-left]
  72. image::sdk:plugin/glass-shader.png[glass-shader.png,width="150",height=""]
  73. The "`Shaderblow`" library contains various shader effects, e.g. refraction, particles, forceshields, grayscale and much more.
  74. [cols="2", options="header"]
  75. |===
  76. a| *Contact person*
  77. a| link:https://hub.jmonkeyengine.org/users/mifth/activity[mifth]
  78. a| *Documentation*
  79. a| xref:sdk:plugin/shaderblow.adoc[Wiki Page]
  80. a| *Available as SDK plugin*
  81. a| Yes
  82. a| *Work in progress*
  83. a| Yes
  84. |===
  85. === Zay-ES Entity System
  86. [.right.text-left]
  87. image::http://i.imgur.com/mQ6Uki9.jpg[mQ6Uki9.jpg,width="150",height=""]
  88. A self-contained thread-capable entity system.
  89. [cols="2", options="header"]
  90. |===
  91. <a| *Contact person*
  92. a| link:https://hub.jmonkeyengine.org/users/pspeed/activity[Paul Speed (pspeed)]
  93. <a| *Documentation*
  94. <a| xref:jme3/contributions/entitysystem.adoc[Wiki Page]
  95. <a| *Available as SDK plugin*
  96. <a| Yes
  97. <a| *Work in progress*
  98. <a| Seems fairly complete
  99. |===
  100. == Assets packs
  101. _No contributions yet_
  102. == Want to commit something yourself?
  103. If you have a framework/assets pack/whatever you want to contribute, please check out our link:http://hub.jmonkeyengine.org/c/contribution-depot-jme3/[Contribution Depot].
  104. == Forgot something?
  105. Well, this is a wiki page - Please add projects that are available or keep the provided information up-to-date if you want.