Utilities | Arrays | Imaging | Shaders | POGL | GLUT | OpenGL | GLU |

GLUT is a Portable Windowing API for OpenGL Contexts

Note: POGL requires GLUT 4.0

You can find GLUT specs at OpenGL.org

Google Bookmarks Google
  
Stumble Upon It! Stumbled on It!
  
del.icio.us del.icio.us
  


POGL supports the following GLUT APIs:

  • glutInit
  • glutInitWindowSize
  • glutInitWindowPosition
  • glutInitDisplayMode
  • glutMainLoop
  • glutCreateWindow
  • glutCreateSubWindow
  • glutSetWindow
  • glutGetWindow
  • glutDestroyWindow
  • glutPostRedisplay
  • glutSwapBuffers
  • glutPositionWindow
  • glutReshapeWindow
  • glutFullScreen
  • glutPopWindow
  • glutPushWindow
  • glutShowWindow
  • glutHideWindow
  • glutIconifyWindow
  • glutSetWindowTitle
  • glutSetIconTitle
  • glutSetCursor
  • glutEstablishOverlay
  • glutUseLayer
  • glutRemoveOverlay
  • glutPostOverlayRedisplay
  • glutShowOverlay
  • glutHideOverlay
  • glutCreateMenu
  • glutSetMenu
  • glutGetMenu
  • glutDestroyMenu
  • glutAddMenuEntry
  • glutAddSubMenu
  • glutChangeToMenuEntry
  • glutChangeToSubMenu
  • glutRemoveMenuItem
  • glutAttachMenu
  • glutDetachMenu
  • glutDisplayFunc
  • glutOverlayDisplayFunc
  • glutReshapeFunc
  • glutKeyboardFunc
  • glutKeyboardUpFunc
  • glutMouseFunc
  • glutMotionFunc
  • glutPassiveMotionFunc
  • glutVisibilityFunc
  • glutWindowStatusFunc
  • glutEntryFunc
  • glutSpecialFunc
  • glutSpecialUpFunc
  • glutSpaceballMotionFunc
  • glutSpaceballRotateFunc
  • glutSpaceballButtonFunc
  • glutButtonBoxFunc
  • glutDialsFunc
  • glutTabletMotionFunc
  • glutTabletButtonFunc
  • glutMenuStatusFunc
  • glutMenuStateFunc
  • glutIdleFunc
  • glutTimerFunc
  • glutSetColor
  • glutGetColor
  • glutCopyColormap
  • glutGet
  • glutLayerGet
  • glutDeviceGet
  • glutGetModifiers
  • glutExtensionSupported
  • glutBitmapCharacter
  • glutStrokeCharacter
  • glutBitmapWidth
  • glutStrokeWidth
  • glutSolidSphere
  • glutWireSphere
  • glutSolidCube
  • glutWireCube
  • glutSolidCone
  • glutWireCone
  • glutSolidTorus
  • glutWireTorus
  • glutSolidDodecahedron
  • glutWireDodecahedron
  • glutSolidOctahedron
  • glutWireOctahedron
  • glutSolidTetrahedron
  • glutWireTetrahedron
  • glutSolidIcosahedron
  • glutWireIcosahedron
  • glutSolidTeapot
  • glutWireTeapot