[Pythonmac-SIG] Can any cross platform gui framework limitations be filled with ctypes / pyobjc or other?

Bill Janssen janssen at parc.com
Tue Jul 9 21:28:28 CEST 2013


Paul Wiseman <poalman at gmail.com> wrote:

> I'm looking to make a cross platform application, and I'm looking into
> different languages and options to get an understanding of the strengths
> and limitations before I put significant effort in a particular direction.

I've recently been impressed with Kivy.  Rather than target a toolkit
like Qt or wxWidgets, it targets OpenGL, and builds its own set of
widgets on top of that.  Very cross-platform.

Bill


More information about the Pythonmac-SIG mailing list