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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Now, this will be the general command to run all manim projects
94
94
python3 -m manim pythonFile.py className -args
95
95
```
96
96
97
-
**NOTE 1**: Your videos that you make are saved in the folder called *media*. \
97
+
> **NOTE 1**: Your videos that you make are saved in the folder called *videos*. \
98
98
**NOTE 2**: The command for running the manim programs should only be run in the parent directory.
99
99
100
100
### classNames
@@ -129,10 +129,11 @@ We will break this into parts:
129
129
* Method: The construct method is special to manim. Manim calls on construct for creating animations. Therefore, every class that runs manim has to have this method.
130
130
* Code: You don't have to fully understand how the code works yet. But you can see that you first define your animations, and then you display it. You can experiment with the order in which you define and display.
131
131
132
-
**NOTE**: If you recall, to run this animation, you would run the following in the terminal -
132
+
> **NOTE**: If you recall, to run this animation, you would run the following in the terminal -
133
133
```bash
134
134
python3 -m manim fileName.py Shapes -pl
135
135
```
136
+
136
137
**Click for results on YouTube:**
137
138
138
139
[](https://www.youtube.com/watch?v=AYCJHLIlbW0)
0 commit comments