Hi folks,
I’m trying to make an applet that uses JOGL.
The key requirement for this applet is that it
must be small. So I’m wondering what ways
there are to make JOGL as small as possible.
Webstart is -not- an option because I need
to have it running in the browser page.
For Windows, the native libraries are small
enough (56KB for 1.1b10) so that’s OK to
be bundled with the applet. The main concern
is jogl.jar, which is 1086KB now. I believe it
has grown since b07 partly due to the Java
port of GLU. Since the applet will be using a
very small set of the whole API, what are the
ways to get jogl.jar down to, say 100KB?
Many thanks in advance!
.rex