Is wxPython the right toolkit for me?

OK, so PyOpenGL is just a binding to OpenGL like wxPython to wxWindows
and FxPy to FOX.

But I didn't quite understand your last sentence. On the PyOpenGL web
site it says that "PyOpenGL is interoperable with a large number of
external GUI libraries for Python including Tkinter, wxPython, FxPy,
PyGame, and Qt)". So who uses who, and how do they use each other?

Thomas

···

-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: 7. august 2003 00:55
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] Is wxPython the right toolkit for me?

Thomas Aanensen wrote:
> One more question:
> PyOpenGL seems to be the "glue" between the most powerful GUI
> libraries (like OpenGL, FOX, Qt, SDL, and even Tkinter and
GTK). Is it
> really true that I can get access to all these libraries using
> wxPython with PyOpenGL?

No. PyOpenGL provides a python interface to the OpenGL library. The
various GUI toolkits provide a way to embed an OpenGL Context into a
window object provided by the toolkit. So PyOpenGL then
allows you to
write OpenGL code from Python that can render on the context
provided by
the various toolkits.