Are there any examples available ? I just installed pyGUI and can't find any.
thanks -mab ________________________________________ From: Greg Ewing [[email protected]] Sent: Friday, December 17, 2010 4:59 PM To: Marc-Andre Belzile Cc: Octavian Rasnita; [email protected] Subject: Re: [python-win32] ANN: PyGUI 2.3.2 Marc-Andre Belzile wrote: > I'd like to be able to attach an OpenGL context to a Canvas. Can PyOpenGL and > pyGUI work together? Yes, there is a GLView class for on-screen drawing, and a GLPixmap class for off-screen drawing with OpenGL. -- Greg _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
