Rapydscript is pure pythonic javascript.
HTML5 + http://www.pyjeon.com/rapydscript

On Fri, Dec 18, 2015 at 10:55 PM, Ryan Gonzalez <rym...@gmail.com> wrote:

> I find HTML5 overkill if you're not using JS...
>
>
> On December 18, 2015 7:52:40 AM CST, Phyo Arkar <phyo.arkarl...@gmail.com>
> wrote:
>>
>> Best GUI for every language these days is HTML5.
>>
>> Use PyPy as backend process , and use HTML5 as UI.
>>
>> Check out Electron .http://electron.atom.io/ HTML5 Desktop UI that
>> powers Atom editor.
>>
>> On Wed, Dec 16, 2015 at 7:09 PM, Oscar Benjamin <
>> oscar.j.benja...@gmail.com> wrote:
>>
>>> After a casual bit of googling I'm not sure what is the current status
>>> of GUI support in PyPy. Does tkinter work with PyPy yet (It doesn't in
>>> the version I have installed here)? Is there any other GUI that you
>>> recommend?
>>>
>>> I'm looking to make a Python-based physics simulator that should be
>>> able to show animations in some kind of GUI. I would like to have some
>>> kind of web-based format as one output of this (so that results can be
>>> shown on the web) but I'm not sure how good that would be for
>>> interactive simulation. The physics calculations require that I need
>>> to use either PyPy or Cython or something (not plain CPython) to get
>>> reasonable performance.
>>>
>>> One possibility is that I could run PyPy in a subprocess from a
>>> CPython-based GUI which I guess is not dissimilar to getting it to
>>> work in the browser except I get to write the front-end in Python.
>>>
>>> --
>>> Oscar
>>> _______________________________________________
>>> pypy-dev mailing list
>>> pypy-dev@python.org
>>> https://mail.python.org/mailman/listinfo/pypy-dev
>>>
>>
>> ------------------------------
>>
>> pypy-dev mailing list
>> pypy-dev@python.org
>> https://mail.python.org/mailman/listinfo/pypy-dev
>>
>>
> --
> Sent from my Nexus 5 with K-9 Mail. Please excuse my brevity.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to