contributions.adoc 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. = Contributions
  2. :revnumber: 2.0
  3. :revdate: 2020/07/11
  4. :url-contribs: https://github.com/jMonkeyEngine-Contributions
  5. :url-core: https://hub.jmonkeyengine.org/badges/103/core-developer
  6. :url-enginelib: https://github.com/jMonkeyEngine/jmonkeyengine/tree/master
  7. :url-forum-user: https://hub.jmonkeyengine.org/u
  8. :url-github: https://github.com
  9. :url-jitpack: https://jitpack.io
  10. :url-mcentral: https://search.maven.org/search?
  11. :url-mirrors: https://github.com/jMonkeyEngine-mirrors
  12. :url-wiki: https://wiki.jmonkeyengine.org/docs/3.3
  13. 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. :)
  14. [TIP]
  15. ====
  16. To install a jMonkeyEngine SDK plugin, go to `menu:Tools[Plugins>Available Plugins]`. +
  17. (Currently only jME 3.0 stable SDK, jME 3.1+ does not yet support plugins)
  18. ====
  19. == Libraries with Maven coordinates
  20. JMonkeyEngine projects built using https://gradle.org/[Gradle]
  21. or https://maven.apache.org/[Maven]
  22. can easily incorporate pre-built libraries from public Maven repositories.
  23. "GroupID:ArtifactID" entries link to package information;
  24. follow these links to determine the version ID of the latest release.
  25. "Name" entries link to relevant documentation, if any.
  26. [cols="20,20,15,35,10",grid="none",options="header"]
  27. |===
  28. |Name
  29. |Purpose
  30. |Maintainer(s)
  31. |Maven repository URL +
  32. GroupID:ArtifactID
  33. |Source code
  34. |https://1337atr.weebly.com/jttf.html[jME-TTF]
  35. |Render TrueType fonts
  36. |(none)
  37. |\https://repo1.maven.org/maven2 +
  38. {url-mcentral}q=g:com.github.stephengold%20AND%20a:jme-ttf[com.github.stephengold:jme-ttf]
  39. |{url-github}/ATryder/jME-TTF[GitHub]
  40. |{url-github}/stephengold/Heart#readme[Heart]
  41. |General-purpose toolkit
  42. |{url-forum-user}/sgold[sgold]
  43. |\https://repo1.maven.org/maven2 +
  44. {url-mcentral}q=g:com.github.stephengold%20AND%20a:Heart[com.github.stephengold:Heart]
  45. |{url-github}/stephengold/Heart[GitHub]
  46. |{url-github}/stephengold/jme3-utilities#readme[Jme3-utilities-nifty]
  47. |Graphical user interface
  48. |{url-forum-user}/sgold[sgold]
  49. |\https://repo1.maven.org/maven2 +
  50. {url-mcentral}q=g:com.github.stephengold%20AND%20a:jme3-utilities-nifty[com.github.stephengold:jme3-utilities-nifty]
  51. |{url-github}/stephengold/jme3-utilities/tree/master/nifty[GitHub]
  52. |{url-github}/stephengold/jme3-utilities#readme[Jme3-utilities-ui]
  53. |Modal hotkeys and help screens
  54. |{url-forum-user}/sgold[sgold]
  55. |\https://repo1.maven.org/maven2 +
  56. {url-mcentral}q=g:com.github.stephengold%20AND%20a:jme3-utilities-ui[com.github.stephengold:jme3-utilities-ui]
  57. |{url-github}/stephengold/jme3-utilities/tree/master/ui[GitHub]
  58. |https://stephengold.github.io/Minie/minie/overview.html[Minie]
  59. |3-D physics simulation
  60. |{url-forum-user}/sgold[sgold]
  61. |\https://repo1.maven.org/maven2 +
  62. {url-mcentral}q=g:com.github.stephengold%20AND%20a:Minie[com.github.stephengold:Minie]
  63. |{url-github}/stephengold/Minie[GitHub]
  64. |{url-github}/stephengold/SkyControl#readme[SkyControl]
  65. |Sky simulation
  66. |{url-forum-user}/sgold[sgold]
  67. |\https://repo1.maven.org/maven2 +
  68. {url-mcentral}q=g:com.github.stephengold%20AND%20a:SkyControl[com.github.stephengold:SkyControl]
  69. |{url-github}/stephengold/SkyControl[GitHub]
  70. |{url-github}/stephengold/Wes#readme[Wes]
  71. |Animation editing and retargeting
  72. |{url-forum-user}/sgold[sgold]
  73. |\https://repo1.maven.org/maven2 +
  74. {url-mcentral}q=g:com.github.stephengold%20AND%20a:Wes[com.github.stephengold:Wes]
  75. |{url-github}/stephengold/Wes[GitHub]
  76. |{url-github}/riccardobl/jme3-bullet-vhacd#readme[V-HACD Collision Shape Factory]
  77. |Decompose meshes into convex collision shapes
  78. |{url-forum-user}/RiccardoBlb[RiccardoBlb]
  79. |\https://jitpack.io +
  80. {url-jitpack}/#riccardobl/jme3-bullet-vhacd[com.github.riccardobl:jme3-bullet-vhacd]
  81. |{url-github}/riccardobl/jme3-bullet-vhacd[GitHub]
  82. |{url-github}/riccardobl/jme-igui#readme[jme-IGUI]
  83. |Immediate graphical user interface
  84. |{url-forum-user}/RiccardoBlb[RiccardoBlb]
  85. |\https://jitpack.io +
  86. {url-jitpack}/#riccardobl/jme-igui[com.github.riccardobl:jme-igui]
  87. |{url-github}/riccardobl/jme-igui[GitHub]
  88. |{url-wiki}/contributions/gui/tonegodgui/tonegodgui.html[ToneGod GUI]
  89. |Native graphical user interface
  90. |(none)
  91. |\https://repo1.maven.org/maven2 +
  92. {url-mcentral}q=g:com.github.stephengold%20AND%20a:tonegodgui[com.github.stephengold:tonegodgui]
  93. |{url-github}/stephengold/tonegodgui[GitHub]
  94. |===
  95. == Github Repo
  96. This is the main repository for jmonkey contributions:
  97. link:https://github.com/jMonkeyEngine-Contributions[https://github.com/jMonkeyEngine-Contributions]
  98. == Forum: Contributions
  99. This is the forum category where you can find other people's contributions or present your own contribution:
  100. link:http://hub.jmonkeyengine.org/c/contribution-depot-jme3[http://hub.jmonkeyengine.org/c/contribution-depot-jme3]
  101. == Other Repos
  102. There are other repositories for code sources. A list of weblinks follows:
  103. * link:http://sourceforge.net/projects/jmonkeycsg/[http://sourceforge.net/projects/jmonkeycsg/]
  104. * link:https://github.com/davidB/jme3_skel[https://github.com/davidB/jme3_skel]
  105. == Frameworks
  106. These are premade classes/functionalities that you can use.
  107. 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.
  108. === ImagePainter
  109. [.right.text-left]
  110. image::http://i.imgur.com/NYtSC.jpg[NYtSC.jpg,width="150",height=""]
  111. A fairly complete set of painting tools for editing jME3 Images from code.
  112. [cols="2", options="header"]
  113. |===
  114. a| *Contact person*
  115. a| link:https://hub.jmonkeyengine.org/users/zarch/activity[zarch]
  116. a| *Documentation*
  117. a| link:https://hub.jmonkeyengine.org/t/image-painter-plugin-available/24255[Forum Post, full javadoc in plugin]
  118. a| *Available as SDK plugin*
  119. a| Yes
  120. a| *Work in progress*
  121. a| No
  122. |===
  123. === ParticleController
  124. [.right.text-left]
  125. Next Generation Particle Emitters.
  126. [cols="2", options="header"]
  127. |===
  128. a| *Contact person*
  129. a| link:https://hub.jmonkeyengine.org/users/zarch/activity[zarch]
  130. a| *Documentation*
  131. a| xref:effect/particles/particles.adoc[Wiki Page]
  132. a| *Available as SDK plugin*
  133. a| No
  134. a| *Work in progress*
  135. a| No
  136. |===
  137. === tonegodGUI
  138. [.right.text-left]
  139. image::http://i.imgur.com/0Ww1xA7.png[0Ww1xA7.png,width="150",height=""]
  140. A Native +++<abbr title="Graphical User Interface">GUI</abbr>+++ Library for JME3
  141. [cols="2", options="header"]
  142. |===
  143. a| *Contact person*
  144. a| link:https://hub.jmonkeyengine.org/users/t0neg0d/activity[t0neg0d]
  145. a| *Documentation*
  146. a| xref:gui/tonegodgui/textfield.adoc[Wiki Page]
  147. a| *Available as SDK plugin*
  148. a| Yes
  149. a| *Work in progress*
  150. a| Yes
  151. |===
  152. === Shaderblow
  153. [.right.text-left]
  154. image::sdk:plugin/glass-shader.png[glass-shader.png,width="150",height=""]
  155. The "`Shaderblow`" library contains various shader effects, e.g. refraction, particles, forceshields, grayscale and much more.
  156. [cols="2", options="header"]
  157. |===
  158. a| *Contact person*
  159. a| link:https://hub.jmonkeyengine.org/users/mifth/activity[mifth]
  160. a| *Documentation*
  161. a| xref:sdk:plugin/shaderblow.adoc[Wiki Page]
  162. a| *Available as SDK plugin*
  163. a| Yes
  164. a| *Work in progress*
  165. a| Yes
  166. |===
  167. === Zay-ES Entity System
  168. [.right.text-left]
  169. image::http://i.imgur.com/mQ6Uki9.jpg[mQ6Uki9.jpg,width="150",height=""]
  170. A self-contained thread-capable entity system.
  171. [cols="2", options="header"]
  172. |===
  173. <a| *Contact person*
  174. a| link:https://hub.jmonkeyengine.org/users/pspeed/activity[Paul Speed (pspeed)]
  175. <a| *Documentation*
  176. <a| xref:es/entitysystem/entitysystem.adoc[Wiki Page]
  177. <a| *Available as SDK plugin*
  178. <a| Yes
  179. <a| *Work in progress*
  180. <a| Seems fairly complete
  181. |===
  182. === Lemur Gui Library
  183. [.right.text-left]
  184. image::https://camo.githubusercontent.com/dae08416ac8e7ebf5663dfcf409e8415c3b37a0f79edae535e68c69ae872b33f/687474703a2f2f692e696d6775722e636f6d2f325075723370472e706e67[lemur,width="150",height=""]
  185. 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.
  186. [cols="2", options="header"]
  187. |===
  188. <a| *Contact person*
  189. a| link:https://hub.jmonkeyengine.org/users/pspeed/activity[Paul Speed (pspeed)]
  190. <a| *Documentation*
  191. <a| link:https://github.com/jMonkeyEngine-Contributions/Lemur/wiki[Wiki Page]
  192. <a| *Forum Topic*
  193. <a| link:https://hub.jmonkeyengine.org/c/user-code-projects/lemur/46[Lemur]
  194. <a| *Available as SDK plugin*
  195. <a| No
  196. <a| *Work in progress*
  197. <a| Complete library, well maintained and documented with examples.
  198. == Assets packs
  199. _No contributions yet_
  200. == Want to commit something yourself?
  201. 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].
  202. == Forgot something?
  203. Well, this is a wiki page - Please add projects that are available or keep the provided information up-to-date if you want.