omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Uberi219

    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 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Uberi219

    @Uberi219

    0
    Reputation
    815
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Uberi219 Unfollow Follow

    Latest posts made by Uberi219

    • Mini Shooter Game

      A mini shooting game! Made during really slow days in class.

      Download: https://gist.github.com/4040487

      Left control is a movement joypad, right control is a directional firing pad. The direction your finger rests on the fire pad determines the direction your projectiles go in.

      Note: requires two players!

      posted in Pythonista
      Uberi219
      Uberi219
    • RE: Create pythonista:// webclips directly from Pythonista

      I sometimes need to make webclips when not connected to the internet, and this script is perfect for that. Nifty tool.

      posted in Pythonista
      Uberi219
      Uberi219
    • RE: Wishes

      Another little thing would be if gravity() used Core Motion so that it also included data from the gyroscope and compass. This could potentially be pretty powerful a way of playing with the built in sensors.

      posted in Pythonista
      Uberi219
      Uberi219
    • RE: 3D / Physics support?

      Maybe Box2D and its pure python wrapper PyBox2D would work? I know that Box2D works on iOS, though the Python wrapper might need to be tweaked somewhat.

      posted in Pythonista
      Uberi219
      Uberi219
    • RE: Wishes

      I would personally most like to see scene.gravity() NOT be a normalized vector. As it is now, it's not possible to determine the magnitude of the acceleration, only the direction. This prevents certain things like using Pythonista to detect approximate velocity, or determining actual acceleration.

      TL;DR I'd like to see a non-normalized vector from scene.gravity()

      posted in Pythonista
      Uberi219
      Uberi219