GLUT Java JAR

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

GLUT Java JAR

Mike
Where can I get the JAR file that contains the GLUT packages (com.sun.opengl.util.*)?

This package is used in one of the JOGL tutorials on this site but I've searched everywhere and can't find a place to download the Java library JAR!

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: GLUT Java JAR

gouessej
Administrator
Hi

GLUT is here now:
http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/opengl/util/gl2/GLUT.html

You already have the good JAR (jogl-all.jar) but your tutorials probably use JOGL 1 whereas only JOGL 2 is maintained.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: GLUT Java JAR

Mike
Thanks.  I'll try to look for only JOGL 2 tutorials.

Are there any you can recommend?

Mike
Reply | Threaded
Open this post in threaded view
|

Re: GLUT Java JAR

gouessej
Administrator