Related toolkits and APIs: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
=== Utility libraries === | === Utility libraries === | ||
* GLEW | * GLEW | ||
Line 14: | Line 13: | ||
* Open Scene Graph | * Open Scene Graph | ||
* OpenSG | * OpenSG | ||
== Toolkits to bridge OpenGL and the Window System == | == Toolkits to bridge OpenGL and the Window System == |
Revision as of 11:39, 29 April 2006
Toolkits top on OpenGL
Many programming interfaces are layered on OpenGL with rich and varied functionality. Not all can interoperate.
Utility libraries
- GLEW
- GLee
- FLTK
Scene graphs
- Open Scene Graph
- OpenSG
Toolkits to bridge OpenGL and the Window System
You need toolkits to bridge OpenGL and the Windowssystem. Which means that you say in which windows OpenGL should render. OpenGL knows nothing about the surrounding window system. There are many toolkits for that task. Most modern widget libraries provide this support.
Cross-platform Libraries
- Qt
- A toolkit which abstracts the Linux, MacOS X and Windows away.
- GLUT
- A simple Toolkit.