Sorry for this question if it is very easy to figure out, this is going to be my first time using jMonkey Engine. I have followed the tutorial on setting up Eclipse to Build jME. After I have done everything the tutorial said to do, how do I use the Engine itself? Or can someone explain how to use Eclipse to use the jMonkey Engine. :?
Again sorry, If I'm a noob at this…
From your original post, I get the impression you have never developed a Java program yourself… Please try not to be offended by my post, but perhaps it would be a good idea to try and do some GUI applications (windows/buttons/canvas, etc) and whenever you have a good feel at what it is that you want, you can ask some more about jME…
It is just that jME is not a program, it is a library to use by coding a program.
I hope I made this clear.
Try jmetest.TestChooser to run some of the examples in the jmetest package.
well i guess the tutorial is quite self-explanatory… run through the examples in the jmeTest extension… u can also get the codes f basic progs here… try them out and start reading the user manual!!! im doin the samething!!!