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
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
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