[Pyobjc-dev] OpenGL in PyObjC -- works now!
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2003-10-30 01:10:28
|
I added the method to create an NSOpenGLPixelFormat.. so OpenGL works just fine inside PyObjC/Cocoa windows now, using the standard subclass-a-NSOpenGLView method. You need current CVS, and PyOpenGL. I've only tested in 10.3. A port of the Apple /Developer/Examples/OpenGL/Cocoa/CocoaGL example is in the Examples tree (named OpenGLDemo). Have fun! -bob |