16

I'm interested in JMonkey for some fun projects, but when I search Google to find tutorials and docs, I can only find either really basic and/or incomplete stuff, like these on http://jmonkeyengine.org/, or really specific ones. Do you know some "from beginner to expert" tutorial for JMonkey?

Alexis Dufrenoy
  • 11,784
  • 12
  • 82
  • 124

3 Answers3

14

http://jmonkeyengine.org/wiki/doku.php/jme3 has a complete series of tutorials for jME3. They just haven't been accessible via google until now..

http://jmonkeyengine.org/wiki/doku.php/jme2:jme2 has a series of tutorials for the now community-supported old jME2

Normen Hansen
  • 141
  • 1
  • 3
3

Actually, the best I found is this one:

http://www.theprogrammersweblog.com/2008/12/3d-game-programming-in-java-using.html

It's incomplete (but maybe it will be completed someday), but 11 parts are already available.

The aim is to create a complete Asteroid game.

Alexis Dufrenoy
  • 11,784
  • 12
  • 82
  • 124
  • 5
    It would be good to note that the linked article is from the end of 2008 and, as such, is using a version of jMonkeyEngine that is out of date as compared to the current (as of mid-2011) version 3 – sbook Jul 07 '11 at 05:30
2

Hey check this Game Making PDF

Vinod CG
  • 1,041
  • 4
  • 15
  • 24