openGL and a browser

Started by acorn98, September 20, 2004, 11:32:15 PM

Previous topic - Next topic

acorn98

I was wondering if the openGL implementation would run inside an applet, in a browser?

EgonOlsen

No, the used OpenGL binding (LWJGL) doesn't support that. However, a system that is capable of using OpenGL via LWJGL is also capable of using webstart, which is a good alternative to an applet.

acorn98


rolz

Quote
No, the used OpenGL binding (LWJGL) doesn't support that. However, a system that is capable of using OpenGL via LWJGL is also capable of using webstart, which is a good alternative to an applet

Isn't there a way to do the trick with signed applets ?
I am not sure tho ;) but still looking for a possibility to use hardware acceleration in applet.
Regards,
Andrei

EgonOlsen

Quote from: "rolz"Isn't there a way to do the trick with signed applets ?
According to the LWJGL-guys: no. Personally, i never tried it. But anyway: Even if signing the applet would do the trick, LWJGL will still render into its own window and not into the applet. because it can't render into Java2d components directly. That given, there's no point anymore to use an applet in combination with LWJGL: Java 1.1 can't use LWJGL anyway and everything that can (1.3+), can do webstart too.