omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. C0deH4cker
    3. Topics

    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.


    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 38
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by C0deH4cker

    • C0deH4cker

      3D / Physics support?
      Pythonista • • C0deH4cker

      13
      0
      Votes
      13
      Posts
      10824
      Views

      wradcliffe

      @nascif - there had been recent discussion about this again. You can find some of it by searching for kivy in the forum. This other project has SDL/Pygame working on IOS. However, the rest of the info in this thread remains true. You still have to make everything link into one big static library in an IOS App and this is a lot of work and then ongoing maintainence.

      I looked at kivy recently and found that they don't have an IDE that runs on IOS - only on desktop OS's. This is where Pythonista really shines and keeps getting better and better.

      Since you mention Numpy, I would love to read an article from omz on what his experience was getting this port done.

    • C0deH4cker

      Spritesheet Animations
      Pythonista • • C0deH4cker

      12
      0
      Votes
      12
      Posts
      7334
      Views

      omz

      In version 1.3 (out today), spritesheet animations should be a lot easier to do. The <a href="http://omz-software.com/pythonista/docs/ios/scene.html#scene.image">image()</a> function has some new, optional parameters that allow you to draw just a part of an image, without having to slice it using PIL.

    • C0deH4cker

      Missing Module
      Pythonista • • C0deH4cker

      2
      0
      Votes
      2
      Posts
      1834
      Views

      omz

      Thanks! I was aware of the missing pyexpat, but hadn't noticed _elementtree. Will both be fixed in the next update.

    • C0deH4cker

      Run python script with args
      Pythonista • • C0deH4cker

      3
      0
      Votes
      3
      Posts
      2594
      Views

      C0deH4cker

      Okay I feel stupid now for not trying that lol. Thank you.