• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/OpenGL/OpenGLDemo/
1A simple program that shows how to use OpenGL in a Cocoa program. It is a port of Apple's "CocoaGL" example.
2
3The actual OpenGL drawing is done using the PyOpenGL bindings to OpenGL and not using wrappers provided
4by PyObjC.
5