Programming Language Bindings to OpenGL
OpenGL is supported on every major operating system, it works with every major windowing system, and it is callable from most programming languages. It offers complete independence from network protocols and topologies. All OpenGL applications produce consistent visual display results on any OpenGL API-compliant hardware, regardless of operating system or windowing system.
Programming Language Bindings to OpenGL
C# OpenGL Bindings
- Tao Framework http://www.taoframework.com
- OpenTK http://opentk.sourceforge.net
Fortran 90 OpenGL Bindings
- f90gl is a public domain implementation of the official Fortran 90 bindings for OpenGL. With the new bindings, a Fortran programmer can write standard-conforming graphics applications that will be portable over most computing platforms. The current version is Version 1.2.3 This version implements the interface for OpenGL 1.2, GLU 1.2, GLUT 3.7, and several extensions. It supports several Unix workstations and Windows 95/98/NT. It is also the Fortran interface for Mesa.
Java Bindings to OpenGL
- The JOGL Java/OpenGL bindings
- The JOGL project hosts an implementation of the Java Bindings for OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL provides full access to the APIs in the OpenGL 2.0 specification as well as nearly all vendor extensions, and integrates with the AWT and Swing widget sets. Coding demos are available.
- Lightweight Java Game Library
- Aimed at professional and amateur Java programmers alike with support for OpenGL, OpenAL, Gamepads, Steering wheel and Joysticks
- Java 3D (SUN's retained mode library layered on OpenGL)
- Java 3D for Mac OS X
- Java 3D for IRIX
- OpenGL for Java (GL4Java)
- YAJOGLB (Yet Another Java OpenGL Binding)
- Tree: Java interface for Mesa 3D graphics
- Unofficial port of OpenGL to Java
- JavaOpenGL 1.0a3
Perl OpenGL Bindings
- Perl OpenGL (POGL) Module is a binary Perl binding of OpenGL that supports GPGPU processing.
- Perl OpenGL Bindings 0.55 - Perl module to display 3D data using OpenGL, GLU, GLUT, and GLXf GLU is supported and GLUT should be completely supported up to API version 3
- Perl Bindings for OpenGL let you write simple demonstration scripts, make event-driven programs (with GLUT), or embed an OpenGL interpreter into your existing application!
- OpenGL Perl, C and Python Benchmarks
Pike OpenGL Bindings
- Pike has a native interface to OpenGL. In addition to Pikes GL support Pike also supports GLU and GLUT.
Python OpenGL Bindings
- PyOpenGL is a cross-platform open source Python binding to the standard OpenGL API providing 2-D and 3-D graphic drawing. PyOpenGL supports the GL, GLU, and GLUT libraries. The library can be used with the Tkinter, wxPython, FxPy, and Win32GUI windowing libraries (or almost any windowing library which can provide an OpenGL context).
- PyGlut makes GLUT available from the Python interpreter.
Ada OpenGL Bindings
- Ada OpenGL 1.1 bindings supports GL & GLU and GLUT.
