What's the glut version?

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

What's the glut version?

george2008
Hi,

Any one can tell me what's the glut version in JOGL latest version?  freeglut 2.8.1 ?

Thanks in advance!
Reply | Threaded
Open this post in threaded view
|

Re: What's the glut version?

Xerxes Rånby
george2008 wrote
Hi,

Any one can tell me what's the glut version in JOGL latest version?  freeglut 2.8.1 ?

Thanks in advance!
JOGL contains its own state of the art implementation to query the available OpenGL and OpenGL ES profiles using GLX and EGL directly.
If you are writing a native or a java application that wants a reliable way to initialize any modern OpenGL profile on desktop or mobile then you can use JOGL to do the initialization for you.

JOGL also implements it own pure Java port of SGI's original C GLU sources. All of the projection, mipmap, scaling, and tessellation routines that are exposed are compatible with the GLU 1.3 specification
http://jogamp.org/deployment/jogamp-current/javadoc/jogl/javadoc/com/jogamp/opengl/glu/GLU.html