Language bindings: Difference between revisions
Jump to navigation
Jump to search
m →OpenGL Language Bindings: Added Java - oops |
→ADA: Populated stub |
||
Line 6: | Line 6: | ||
=== ADA === | === ADA === | ||
[http://www.cs.chalmers.se/~bond/OPENGL/ADA/ Ada OpenGL 1.1 bindings] supports GL, GLU and GLUT. | |||
=== Fortran === | === Fortran === |
Revision as of 19:48, 26 April 2007
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.