4 replies
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
#java #jogl
  • Profile picture of the author mileagedriver
    It is used to develop 3D graphics in Java, for more details..visit - JOGL - Java Binding for the OpenGL API
    {{ DiscussionBoard.errors[4977850].message }}
  • Profile picture of the author johnnyN
    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.
    {{ DiscussionBoard.errors[4979455].message }}
  • Profile picture of the author NewDeveloper
    Is it like bringing the power of softwares like 3ds max and Maya to Java platform?
    {{ DiscussionBoard.errors[4982802].message }}
  • Profile picture of the author candyo0
    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).
    {{ DiscussionBoard.errors[5005641].message }}

Trending Topics