Language bindings

From OpenGL Wiki
Revision as of 19:49, 26 April 2007 by Bfree (talk | contribs) (Fortran: Populated stub)
Jump to navigation Jump to search

OpenGL Language Bindings

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.

ADA

Ada OpenGL 1.1 bindings supports GL, GLU and GLUT.

Fortran

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

Perl

Pike

Python

Visual Basic