Python GUI + OpenGL

Diez B. Roggisch deets at nospam.web.de
Fri Mar 2 12:30:34 EST 2007


Achim Domma wrote:

> Hi,
> 
> I'm developing a GUI app in Python/C++ to visualize numerical results.
> Currently I'm using Python 2.4 with wx and PyOpenGLContext, but there
> are no windows binaries for Python 2.5 for quite some time now.
> 
> I need a OpenGL context without restrictions and some settings dialogs.
> Is wx + PyOpenGL the way to go? Or could somebody recommend a better set
> of tools/libs?

PyQt, but then there is the licensing question of course.

Diez



More information about the Python-list mailing list