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.


    Is Installing Manim possible?

    Pythonista
    manim
    3
    3
    1607
    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.
    • jackattack
      jackattack last edited by

      So been doing some research and manim a maths animation package looks really interesting to me but I don’t know if it is possible to install it on Pythonista, I’m pretty much only used to doing pip installs. I’ve been reading about the installation process for it and I ended up really confused, any help would be appreciated

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

        You would need to start with https://github.com/ywangd/stash/blob/master/README.md and once that is installed, launch it and use pip there. Avoid installing anything that is already available in Pythonista (like argparse, numpy, scipy, etc.). I doubt that some dependencies of Manim esp. opencv-python, pycairo will work on Pythonista but perhaps they are not vital to the functionality that you need. Pyto has OpenCV so perhaps you will get further with that iOS implementation of Python.

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

          https://forum.omz-software.com/topic/6017/import-cairo
          You won't be able to use pycairo, though there are some ways to wrap cairo for use in pythonista.

          The bigger issue is going to be the lack of ffmpeg for creating the videos.

          In short, you will not be able to use manim. It might be possible to use some of the manim structures, and then create a pythonista scene that draws it. But that's going to be a lot of work.

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