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.


    Wishes

    Pythonista
    5
    9
    6285
    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.
    • PKHG222
      PKHG222 last edited by

      Is it possible to make a foto of an active sene? Or even too better, is there a possibility to capture an animation (from a game e.g.) as a *.mov? Would be great!

      Es wäre toll, wenn man eine 'scene' fotografieren könnte oder sogar filmen (bei Animationen!).

      Sollte möglich sein, siehe Codea!

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

        You can make a screenshot by pressing the home and standby buttons simultaneously, this is a standard iOS feature and works in all apps. Making movies isn't possible (yes, that's a cool feature in Codea).

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

          While we're talking wishes...

          Camera support, or thoughts thereof? I'm wanting to do either augmented reality or time-lapse stuff, both of which would need/want camera support.

          That's mostly it. Just to say, I totally love the way you're adding modules - good stuff. In particular, beautiful soup and PIL are both going to be handy for me.

          Just to mention - you'll get a lot of comparisons to Codea; it's a neat program with lots of features. Don't let it get you down - the reason you get the comparisons is because Pythonista is ALSO a neat program with lots of features - if it wasn't, people wouldn't bother. The cross-pollination of ideas makes both programs better - keep adding the things you think are fun and useful, and you won't go wrong.

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

            WHAT are "standby button and home" button?????
            Newbie to Ipad, yet.

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

              Power button and menu button are other names for the standby and home buttons, respectively. Literally the only two buttons on the device besides the volume buttons.

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

                I can not find the home buttun ;-) BUT I read how to enable the VIRTUAL one and that works nicly, too to make photo of the just actual screen ( solvind the problem of making a snapshot of an pythonista application ;-) )
                EDIT:
                Finally understood, thanks ...

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

                  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()

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

                    @Uberi Good point. Maybe I should add something like an acceleration() function in addition to gravity(). I think the gravity() function should not be changed because it may be easier to use in a lot of cases (and I don't want to break any scripts that may rely on it being normalized).

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

                      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.

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