Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-19 Thread Maciej Fijalkowski
There is also pygame-cffi, which is I guess slightly higher up than sdl (but not something *I* would personally use for a UI either) - https://github.com/CTPUG/pygame_cffi On Sat, Sep 19, 2015 at 7:32 PM, Eric Driggers wrote: > I have a preference against web-based UIs for things that are meant

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-19 Thread Eric Driggers
I have a preference against web-based UIs for things that are meant to exist/run just on my one machine. Especially since some of these are shorter-lived but "heavy" scripts (working with them for only a few minutes). So the short update that I can see is: * There is/was work with WxPython as a G

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-19 Thread Phyo Arkar
With this stack , It works on every platform that pypy works. Also possible for mobile UI On Fri, Sep 18, 2015 at 5:40 PM, Phyo Arkar wrote: > Use Electron + RapydScript on client side , along with bootstrap or > Material Design Light . https://github.com/atsepkov/RapydScript > > And use PyPy on