Java Open Graphic Library (JOGL) is a wrapper library which allows to use OpenGL with Java programing language. Thus, programmers can easily embed computer graphics in Java code with the help of JOGL.
JOGL is an open source library that access the complete APIs of OpenGL. Hence, it inherits all the features of OpenGL. JOGL is capable to perform on any type of operating system such as Window, Linux and Mac without any lacking.
What is open graphic library (OpenGL)?
OpenGL is a platform independent application programming interface (API) used to draw two-dimensional and three-dimensional graphics applications. Its main focus is to build hardware based objects instead of software.
OpenGL APIs interacts with graphics processing unit (GPU) to manipulate and accelerate the creation of images. Thus, these API's are designed to implement mostly in hardware.
Learn JOGL Tutorial | Introduction to JOGL |
History of JOGL | Features of OpenGL |
JOGL Installation | JOGL Interfaces |
JOGL Classes | JOGL Frame using AWT |
0 comments:
Post a Comment