How to get started and questions Please Help!

hi I wanna program in open gl. basically i just want a model viewer that could be embedded on my webpage. are there java programs that could run this task?



I also want to know if jme can do embedded applets on the webpage.



also can i run jme inside j2me?



does jme requires opengl libraries?



thanks

kilopopo said:

hi I wanna program in open gl. basically i just want a model viewer that could be embedded on my webpage. are there java programs that could run this task?

Not that I am aware of, I think you'll have to roll your own.
kilopopo said:

I also want to know if jme can do embedded applets on the webpage.

Applets are perfectly possible, you'll find at least one example in the USer Code forum.
kilopopo said:

also can i run jme inside j2me?

No. It might be possible on android, but that's of course a very different thing.
kilopopo said:

does jme requires opengl libraries?

Yes, jME uses the lwjgl java OpenGL wrapper.

thanks for the help and tips  :smiley: