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.


    Nearest PC python equivalent to Scene?

    Pythonista
    3
    3
    3610
    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.
    • sidewinder
      sidewinder last edited by

      Hi all,

      I've written some lovely code in Pythonista which uses Scene to display graphics and handle touch interactions. I'd like to port my code to PC/Mac and replace the touches by mouse clicks. I see I can do this with tkinter but it's syntax is very different to Scene. Is there a PC python module whose syntax is close to Scene?

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

        PyQT an PySide are great; but still not what I'd call similar. I think they would at least be a starting place to write a PC scene module. (There is custom widget support, but I'm not really familiar with that).

        Pygame might work, not that familiar with it.

        I think OMZ based scene on a non-python language for learning game programs, if I remember correctly. Which I may not.

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

          How about looking into Kivy, or Pygame (like @henryiii mentioned)?

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