Hello there,
Im looking to do some browser based stuff with JOGL, im not to farmiliar with Java and JOGL but from what ive read it is possible, even if its not done that often. I was wondering if there are any good tutorials or info on this sort of stuff?
Also for some reason why i try to run any compiled files from the browser it locks up my browser and uses memory quite fast. I tried this using the Netbean plugin for JOGL and adding to the simple application project:
import java.applet.*;
public class SimpleJOGL extends Applet implements GLEventListener
It compiled and built fine but when i try and call it in the browser using the following:
<applet align=middle code="SimpleJOGL.class" width=256 height=256>
Anyone know why that would happen? i looked on the forums and can see people suffering with this problem back in Sep 2004 time but then it seems to be fixed…
I know this is kinda two questions in one, but any answers to either would help…