I know that this is the newbish this to post. But I can't seem to find out how to start up and make my own jME file. I can load old ones but can't make my own.
Do I just start making one like any other .java file and just import the jme classes I need?
Any help would be nice.
everything starts with a Hello World
http://www.jmonkeyengine.com/wiki/doku.php?id=starter:hello_world
you simply extend from SimepleGame and go from there, the jme wiki is full of good tutorials and articles.
okay, thanks.
That makes so much more sence. i wish in the tutorials or the "starting out" guide it would tell us that.
after registering, everyone can edit the wiki,
so if you have good ideas on how to improve things, just go ahead and edit away
vaagear said:
I know that this is the newbish this to post. But I can't seem to find out how to start up and make my own jME file. I can load old ones but can't make my own.
Do I just start making one like any other .java file and just import the jme classes I need?
Any help would be nice.
One other question, is there any better documentation out there.
Also where is the "jME First Person Shooter Application found?" Looks like a great start at a level editor.