You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,26 @@ Manim is an animation engine for explanatory math videos. It's used to create pr
10
10
11
11
> NOTE: This repository is maintained by the Manim Community, and is not associated with Grant Sanderson or 3Blue1Brown in any way (though we are definitely indebted to him for providing his work to the world). If you want to study how Grant makes his videos, head over to his repository (3b1b/manim). This is a more frequently updated repository than that one, and is recommended if you want to use Manim for your own projects.
12
12
13
-
14
13
## Table of Contents:
14
+
15
15
-[Installation](#installation)
16
16
-[Usage](#usage)
17
17
-[Documentation](#documentation)
18
18
-[Help with Manim](#help-with-manim)
19
19
-[Contributing](#contributing)
20
20
-[License](#license)
21
21
22
-
23
22
## Installation
24
23
25
24
Manim has a few dependencies that need to be installed before it. Please visit
Visit the [official gallery](https://manimce.readthedocs.io/en/latest/examples.html) for more advanced examples.
60
60
61
-
62
61
## Command line arguments
63
62
64
63
The general usage of manim is as follows:
@@ -68,33 +67,33 @@ The general usage of manim is as follows:
68
67
The `-p` flag in the command above is for previewing, meaning the video file will automatically open when it is done rendering. The `-l` flag is for a faster rendering at a lower quality.
69
68
70
69
Some other useful flags include:
71
-
*`-s` to skip to the end and just show the final frame.
72
-
*`-n <number>` to skip ahead to the `n`'th animation of a scene.
73
-
*`-f` show the file in the file browser.
70
+
71
+
-`-s` to skip to the end and just show the final frame.
72
+
-`-n <number>` to skip ahead to the `n`'th animation of a scene.
73
+
-`-f` show the file in the file browser.
74
74
75
75
For a thorough list of command line arguments, visit the
0 commit comments