[wxPython] OpenGL...

Is there a version of your GL Canvas working for Python 2.0? I have not
been able to get PyOpenGL to work, and was wondering if anyone had
succeeded.

Christopher Paulicka

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

wxSafeYield should accept a window argument.
bool wxSafeYield(wxWindow* win = NULL)

It doesn't.

--Darrell

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

wxSafeYield should accept a window argument.
bool wxSafeYield(wxWindow* win = NULL)

It doesn't.

Thanks, it does now...

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxPython.org Java give you jitters?
http://wxPROs.com Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

Is there a version of your GL Canvas working for Python 2.0? I have not
been able to get PyOpenGL to work, and was wondering if anyone had
succeeded.

Not yet, but that's because we use PyOpenGL too. wxPython just provides the
GL context in a wxWindow, you still need PyOpenGL to do anything with it.
I've been waiting for binaries for PyOpenGL to show up before I tried it,
but they havn't yet as far as I know, so I guess I'll have to try and build
it for 2.0...

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxPython.org Java give you jitters?
http://wxPROs.com Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users