Computer Programming Software Terms, Glossary and Dictionary

JOGL:  Java OpenGL

Java OpenGL(JOGL) is an implementation of OpenGL in Java. A thin wrapper around native system calls, JOGL allows access to most features available to C programmers, with the notable exception of Window system related calls in GLUT. Where function pointers were used in the C version of OpenGL, JOGL provides this functionality by allowing classes to be exposed via Java interfaces.



Related Terms:

JOGL:  Java OpenGL