How to run your own file in Manim

1k views Asked by At

Even I have a question, Some of you might be familiar with Manim(3blue1browns math animation software). If not here is the GitHub page(by thereom of Beethoven) it actually just says about the installation-https://github.com/Elteoremadebeethoven/AnimationsWithManim/blob/master/English/0_instalation/macOS/INSTRUCTIONS.md

My problem is that I want to run my code but not the example scenes. Please tell me if you have the answer. I use sublime text Thank you.

1

There are 1 answers

1
TheoremOfBeethoven On

Well, you specify it in your terminal:

python -m manim <name_script.py> <scene_name> -<flags>

But the file must be in the manim folder (which contains the manimlib folder).