www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: Bart on October 11, 2003, 01:21:25 pm

Title: OpenGl and applet
Post by: Bart on October 11, 2003, 01:21:25 pm
Hi,

Do I need a signed applet if I want to use OpenGl in an applet?
Title: OpenGl and applet
Post by: EgonOlsen on October 13, 2003, 06:38:51 pm
Well, i don't know for sure. It *should* work that way, but i never tried it. For deploying applications that use LWJGL (http://www.lwjgl.org) (as jPCT does for OpenGL support), i suggest to use Java Webstart instead.
However, you may give the signed applet approach a try, but even if it works, it will never render into the applet itself, because LWJGL can't redirect its output into an AWT/Swing component. That the design of LWJGL..nothing you can do about that, i'm afraid.
Title: OpenGl and applet
Post by: Bart on October 13, 2003, 06:46:22 pm
Thanks for your help