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

Meyn, Larry A. (ARC-AV) larry.meyn at nasa.gov
Tue Jul 9 22:31:25 CEST 2013


FYI: One cross-platform gotcha with kivy is its LGPL license, it can be an issue when developing for iOS due to the iOS ban on linking to dynamic libraries.

Larry

On Jul 9, 2013, at 12:28 PM, Bill Janssen <janssen at parc.com> wrote:

> 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
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG



More information about the Pythonmac-SIG mailing list