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.


    Pygame vs Scene

    Pythonista
    3
    3
    3008
    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.
    • HuniePop
      HuniePop last edited by

      I am writing a simple asteroids game, but I am wondering if the scene library is just as extensive of pygame. That’s all.

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

        no, they are really quite different.

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

          pygame offers a bit more functions but most users won't use them 99% of the time and I believe you might be able to do most of them in Pythonista if you dig in the c functions.

          pythonista is a higher level library so you can make stuff faster, with fewer bugs, and its easier to learn.

          I am currently making the scene module in pygame so scene will hopefully work on pc and ios where pygame won't work on ios.

          my mess of code >> pyscene

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