-
Notifications
You must be signed in to change notification settings - Fork 62
Add Marketing Doc and Update Team Page in Wiki #186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 27 commits
09da8a6
42425b8
b5b2e79
01d0e10
164bce2
ac08a4a
70b5baa
f156b55
518c76b
250fed8
829d68e
a0ecefb
4399f09
5596330
83dd572
1ca3cbe
6bf6eb2
0b56135
ef262fa
9fac17c
7072514
bdd371a
8d6fc73
a20165c
82b7ad3
d210f4b
0141b2c
787463b
db2e6c2
43b4921
368fa77
ba77ca7
24924a2
fc06439
190495a
9610a64
d511fa5
9a0bba1
bcb1f76
17713a4
041faaa
0e01645
e8cd7db
f54d5ca
1648143
e62ca32
86a0111
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
= jMonkeyEngine Documentation | ||
:revnumber: 1.0 | ||
:revdate: 2025/08/09 | ||
:keywords: documentation, marketing, social, media | ||
|
||
WIP Marketing Doc | ||
|
||
There are currently two ways to opt into having your game or projects featured on JME's official pages: | ||
|
||
|
||
Opt-in to the Marketing Rotation: | ||
First, each jme user/studio can submit a specific project to be listed in the JME Marketing Rotation, and these projects will be routinely posted in as fair as possible of a rotation. | ||
To get your project posted about more, you should provide some links to existing websites or pages for your project(s) so that the current JME Marketing Manager has sources from which to pull | ||
the best images and videos possible. | ||
If a project has already been posted about alot and reaches a point where new media is not being provided or cannot be easily found, then reposts of existing media will recieve lower priority. | ||
|
||
The current rotation can be found here: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this "here" as in this page, or is there a link missing? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The link is missing, I need to get a sharable link from a google sheets page I made and copy/paste that in. I'll alo make sure to do a final spell check on everything shortly. Most of this came from notes that I was writing in a notepad document over the past week or two, which was probably a bad choice on my end since notepad doesn't have spellcheck. |
||
|
||
And you can opt-in by posting to the Monthly Marketing Thread with the following information: | ||
|
||
Project Name: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These sections look a bit flat. You could use ==== to give them some sectioning. e.g. ==== Project Name: Where To Link to: Best place{s) to find Media: Extra Notes: ==== Example: ==== Project Name: The Afflicted Forests ==== |
||
|
||
Where To Link to: | ||
|
||
Best place{s) to find Media: | ||
|
||
Extra Notes: | ||
|
||
Example: | ||
Project Name: The Afflicted Forests | ||
Where To Link to: TheAfflictedForests.com | ||
Extra places to find Media: indiedb, twitter, youtube | ||
Extra Notes: coming soon to steam; currently in closed beta; can contact developer for beta keys | ||
|
||
Unique Marketing Requests: | ||
You may also submit a request to the monthly Marketing Thread providing a currated post with some corresponding images or videos that you want posted. | ||
The Marketing Manager still reserves the right to make some edits or deny requests alotgether. Too many requests from the same user/studio in a short span of time may also result in lower priority, | ||
however this will largely depend on how many other projects are currently making requests. | ||
|
||
|
||
This documentation wiki contains installation and configuration guides, jME coding tutorials and other information that will help you get your game project going. You can search the contents of this wiki using the search box at the top of each page. | ||
|
||
You are also very welcome to fix mistakes or spelling as well as unclear paragraphs using the "`Edit this Page`" link. You have to be logged into GitHub to edit the wiki. You can learn more about editing and contributing under the <<contribute,Contribute>> topic. | ||
|
||
TIP: This is an Admonition. You will see many of these scattered throughout the Wiki. See the xref:docs-wiki::admonitions.adoc[Admonition Definitions] for the meaning of this and all the other Admonitions. | ||
|
||
== Forum | ||
|
||
The link:http://hub.jmonkeyengine.org/[forum] is your first stop when reporting bugs, making contributions, discussing wiki content, or anything else that you can't get the answer for by reading the wiki or searching the forum archives. You will find it to be a friendly and inviting place to have discussions, but before posting, there are two minor rules you will need to observe. | ||
|
||
. For questions that include code, learn link:https://hub.jmonkeyengine.org/t/how-to-type-code-blocks/31155[how to use code blocks]. If you fail to do so, you will at best be reminded of your lapse in judgment and may not receive an answer to your question at all otherwise. See the xref:github_tips.adoc[Github Tips] page for info on how to insert links into your posts. | ||
. link:https://hub.jmonkeyengine.org/t/uploading-pictures-and-changing-avatars-is-disabled/39520[Uploading pictures is disabled] with the exception of a 50k disk space allowance for a forum avatar. | ||
|
||
|
||
== Install | ||
|
||
Before installing, check the xref:bsd_license.adoc[license], xref:logo.adoc[logo], xref:getting-started/features.adoc[features], and xref:getting-started/requirements.adoc[requirements]. Then choose one of these options: | ||
[cols="4", options="header"] | ||
|=== | ||
|
||
a| | ||
<a| Recommended | ||
<a| Optional | ||
<a| Optional | ||
|
||
a| You want to… | ||
a| Get started with jMonkeyEngine | ||
a| Use jMonkeyEngine in another IDE | ||
a| Build custom engine from sources | ||
|
||
a| Then download… | ||
a| link:https://github.com/jMonkeyEngine/sdk/releases[jMonkeyEngine SDK] | ||
a| link:https://github.com/jMonkeyEngine/jmonkeyengine/releases[Binaries] | ||
a| link:https://github.com/jMonkeyEngine/jmonkeyengine[Engine Sources] | ||
|
||
a| You receive… | ||
a| SDK, binaries, javadoc, sources | ||
a| Binaries, javadoc, sources | ||
a| Sources | ||
|
||
a| Learn more here… | ||
a| | ||
* xref:sdk:sdk.adoc[Using the SDK] | ||
* xref:sdk:project_creation.adoc[Project Creation] | ||
a| | ||
* xref:getting-started/maven.adoc[Setting up jME3 with Maven and Gradle compatible IDEs] | ||
* xref:getting-started/setting_up_netbeans_and_jme3.adoc[Setting up JME3 in the NetBeans IDE] | ||
* xref:getting-started/setting_up_jme3_in_eclipse.adoc[Setting up JME3 in the Eclipse IDE] | ||
a| | ||
* xref:getting-started/build_from_sources.adoc[Building JME3 from the Sources] | ||
* xref:getting-started/build_jme3_sources_with_netbeans.adoc[Building JME3 from the sources with NetBeans] | ||
* xref:getting-started/simpleapplication_from_the_commandline.adoc[Setting up JME3 on the commandline] | ||
|
||
4+^a| xref:getting-started/jme3_source_structure.adoc[Learn about the source structure] | ||
|
||
|=== | ||
|
||
pass:[*] The SDK creates Ant-based projects that any Java IDE can import. We recommend users of other IDEs to also download the jMonkeyEngine SDK and choose `menu:File[Import Project > External Project Assets]` to create a codeless project for managing assets only. This way you can code in the IDE of your choice, and use the SDK to convert your models to .j3o format. | ||
|
||
|
||
== Create | ||
|
||
After downloading and installing, xref:documentation.adoc[bookmark this page], and start writing your first game! | ||
[cols="2", options="header"] | ||
|=== | ||
|
||
a| Tutorials | ||
a| Other Documentation | ||
|
||
a| xref:tutorials:beginner/beginner.adoc[jME3 beginner tutorials] | ||
a| xref:tutorials:concepts/faq.adoc[Answers to Frequently Asked Questions] | ||
|
||
|=== | ||
|
||
The wiki is designed to be read in the order the links are presented in the navigation menu (left side of page). The topics increase in difficulty the further you progress. You will find links to the next topic at the bottom of every page as well as a Table of Contents, located on the right, to make navigating inside a topic easier. | ||
|
||
== Contribute | ||
|
||
Are you an experienced Java developer who wants to add new features or contribute patches to the jME3 project? | ||
|
||
* Get inspired by existing xref:contributions:contributions.adoc[contributions] | ||
* link:https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/CONTRIBUTING.md[How to contribute to jMonkeyEngine] | ||
* link:https://github.com/jMonkeyEngine/wiki#jmonkeyengine-documentation[Become a Wiki Editor] | ||
* link:http://hub.jmonkeyengine.org/c/contribution-depot-jme3[Chime in on the Contributors Forum] | ||
* xref:sdk:development.adoc[Write jMonkeyEngine SDK plugins and visual editors] | ||
* xref:report_bugs.adoc[Report bugs and submit patches] | ||
* link:https://store.jmonkeyengine.org/[Find assets on the community supported jMonkeyStore] | ||
* link:https://hub.jmonkeyengine.org/c/documentation-jme3/24[Report unclear or missing documentation] | ||
|
||
== Contact | ||
|
||
You are welcome to contribute and inquire about the project: Please contact the link:https://hub.jmonkeyengine.org/badges/103/core-developer[developers] or ask on the link:https://hub.jmonkeyengine.org[forums]. | ||
|
||
* link:https://hub.jmonkeyengine.org/badges/103/core-developer[Contact the jME team] | ||
** xref:team.adoc[Core team - Who are we?] | ||
|
||
== Languages | ||
|
||
The team is looking for other monkeys that would be interested in a wiki translation of [insert your favorite language here]. If you're interested in hosting translations see xref:docs-wiki::wiki_translation.adoc[Wiki Translation Repositories]. | ||
|
||
link:http://www.jmecn.net/wiki/[简体中文] | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,54 @@ | ||
= jMonkeyEngine Team | ||
:revnumber: 2.0 | ||
:revdate: 2020/07/25 | ||
:revnumber: 2.1 | ||
:revdate: 2025/08/11 | ||
:keywords: contact, jmonkeyengine, team | ||
|
||
|
||
== Engine Leader | ||
|
||
* link:https://hub.jmonkeyengine.org/u/pspeed/summary[pspeed] - Paul Speed - Joined Jan 9, 2006 | ||
* link:https://hub.jmonkeyengine.org/u/sgold/summary[sGold] - Stephen Gold - Joined Jun 8, 2013 | ||
* link:https://hub.jmonkeyengine.org/u/riccardoblb/summary[Riccardo] - Riccardo Balbo - Joined Feb 17, 2014 | ||
|
||
== Engine Maintainer | ||
* link:https://hub.jmonkeyengine.org/u/yarnmcdonuts/summary[yaRnMcDonuts] - Ryan McDonough - Joined Jan 29, 2017 | ||
* link:https://hub.jmonkeyengine.org/u/richtea/summary[richtea] - Richard Tingle - Joined Jun 9, 2012 | ||
* link:https://hub.jmonkeyengine.org/u/codex/summary[codex] - Gary - Joined Jan 10, 2021 | ||
|
||
== SDK Maintainer | ||
* link:https://hub.jmonkeyengine.org/u/tonihele/summary[tonihele] - Toni Helenius - Joined Jul 12, 2013 | ||
* link:https://hub.jmonkeyengine.org/u/rickard/summary[rickard] - Rickard - Joined Aug 31, 2009 | ||
* link:https://hub.jmonkeyengine.org/u/darkchaos/summary[Darkchaos] - Darkchaos - Joined Dec 16, 2014 | ||
|
||
== Social Media Manager | ||
* link:https://hub.jmonkeyengine.org/u/yarnmcdonuts/summary[yaRnMcDonuts] - Ryan McDonough - Joined Jan 29, 2017 | ||
|
||
|
||
___ | ||
___ | ||
|
||
== Engine Leader [Retired] | ||
|
||
* [iwgeric] - Joined Aug 14, 2011 | ||
* [Sploreg] - Brent Owens - Joined Oct 22, 2008 | ||
* [nehon] - Rémy Bouquet - Joined Jun 2, 2010 | ||
* [Momoko_Fan] - Kirill Vainer - Joined Mar 22, 2007 | ||
* link:https://hub.jmonkeyengine.org/u/normen/summary[normen] - Normen Hansen - Joined Oct 16, 2008 | ||
|
||
== Maintainer [Retired] | ||
* link:https://hub.jmonkeyengine.org/u/ali_rs/summary[Ali_RS] - Ali - Joined Aug 30, 2015 | ||
* link:https://hub.jmonkeyengine.org/u/adi.barda/summary[adi.barba] - Adi Barda - Joined Jan 23, 2017 | ||
|
||
== SDK Maintainer [Retired] | ||
* link:https://hub.jmonkeyengine.org/u/normen/summary[normen] - Normen Hansen - Joined Oct 16, 2008 | ||
* link:https://hub.jmonkeyengine.org/u/grizeldi/summary[grizeldi] - grizeldi - May 23, 2014 | ||
|
||
== Website | ||
== Website [Retired] | ||
|
||
* link:https://hub.jmonkeyengine.org/u/jayfella/summary[jayfella] - James Khan - Joined Sep 15, 2013 | ||
|
||
== Documentation | ||
== Documentation [Retired] | ||
|
||
* link:https://hub.jmonkeyengine.org/u/mitm/summary[mitm] - Robert Allen - Joined Oct 13, 2016 | ||
* link:https://hub.jmonkeyengine.org/u/ali_rs/summary[Ali_RS] - Ali - Joined Aug 30, 2015 | ||
* link:https://hub.jmonkeyengine.org/u/8keep123/summary[8Keep123] - Davis Rollman - Jan 18, 2013 | ||
|
||
|
||
+...+ and a big, everlasting thanks to all our contributors! The list of contributors is too long too keep track of, and frankly subjective. There’s certainly some cool monkeys out there who deserves more recognition, but we've done our best to mark the people you should mentally '`high five`' with a simple "`Contributor`" sticker. They shouldn't be too hard to find on the forum: Along with the developers, they’ll be the ones helping you out. | ||
+...+ and a big, everlasting thanks to link:https://github.com/jMonkeyEngine/jmonkeyengine/graphs/contributors[all our contributors]! The list of contributors is too long too keep track of, and frankly subjective. There’s certainly some cool monkeys out there who deserves more recognition, but we've done our best to mark the people you should mentally '`high five`' with a simple "`Contributor`" sticker. They shouldn't be too hard to find on the forum: Along with the developers, they’ll be the ones helping you out. |
Uh oh!
There was an error while loading. Please reload this page.