Jump to content

Java Bindings for OpenGL

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Hervegirod (talk | contribs) at 09:55, 15 April 2007 (External links: categorize). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Java Binding for the OpenGL API is a JSR API specification for the Java SE platform which allows to use OpenGL on the Java Platform.

Programming concepts

Core OpenGL API and GLU library calls are available from Java through a thin wrapper looking very much as the original OpenGL C API.

All platform specific libraries (available from the AGL API for Mac OS X, GLX for X Window System, and WGL for Microsoft Windows) are also abstracted out to create a platform independent way of selecting Framebuffer attributes and performing platform specific Framebuffer operations.

Implementations

See also