omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Cross-platform GUI library using WebKit

    Pythonista
    2
    4
    2603
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mikael
      mikael last edited by

      So, one would like to create GUI applications using Python and the kind of solid, no-surprises UI toolkit like the one Pythonista has - and then be able to run the app on the phone and on a laptop.

      How about we create a UI library that uses WebKit and HTML5 in the background?

      Where has this been done before? Quick googling did not reveal anything.

      Would you find such a library valuable?

      1 Reply Last reply Reply Quote 0
      • enceladus
        enceladus last edited by

        I have not tried but may be worth looking at:
        https://github.com/dddomodossola/remi

        mikael 1 Reply Last reply Reply Quote 1
        • mikael
          mikael @enceladus last edited by

          @enceladus, thanks! Looks pretty close to what I was thinking about.

          I did not think we would need to run a server, but it is true that the linked approach avoids having to bring in any native GUI library.

          I will try this when I have a use case for that needs to run on both Pythonista & Mac.

          1 Reply Last reply Reply Quote 0
          • enceladus
            enceladus last edited by enceladus

            I am not sure whether it is relevant or useful. Anyway here is a small example that I tried.
            https://gist.github.com/encela95dus/3b672b4119b598064d2c943158fabaad

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Powered by NodeBB Forums | Contributors