What is Java JOGL

by 4 replies
5
Hey guys, can ne1 brief me on the purpose of JOGL? i have been reading about it, but still can understand much as to the purpose and extant of its power and usage
#programming #java #jogl
  • It is used to develop 3D graphics in Java, for more details..visit - JOGL - Java Binding for the OpenGL API
  • Hi NewDeveloper,

    pretty random question but milagedriver is right.

    open GL is a standard for accessing graphics hardware , (OGL) , JOGL is a java wrapper library to enable java programmers to easily use graphics features.
  • Is it like bringing the power of softwares like 3ds max and Maya to Java platform?
  • Java OpenGL (JOGL) is a wrapper library that allows OpenGL to be used in the Java programming language[1][2]. It was originally developed by Kenneth Bradley Russell and Christopher John Kline, and was further developed by the Sun Microsystems Game Technology Group. Since 2010, it has been an independent open source project under a BSD license. It is the reference implementation for Java Bindings for OpenGL (JSR-231).
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 5

    Hey guys, can ne1 brief me on the purpose of JOGL? i have been reading about it, but still can understand much as to the purpose and extant of its power and usage