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
We use manim to create the animation video for project website. The code is under this folder (`tools/manim_himo`).
5
+
6
+
I create a new conda python environment for manim package, please following their [installation guide](https://docs.manim.community/en/stable/installation.html) to setup your environment.
7
+
8
+
It's also my first time to use this tools, I refer to their documentation and discuss with ChatGPT to create the animation video. I would strongly recommend to read their [QuickStart Guide](https://docs.manim.community/en/stable/tutorials/quickstart.html) first to get familiar with the basic usage.
9
+
10
+
## Usage
11
+
12
+
To render our video, you can run the following command:
13
+
```bash
14
+
manim -pql scene.py
15
+
manim -pql single_dynamic.py
16
+
manim -qh dynamic.py
17
+
manim -qh multi_v2.py
18
+
```
19
+
20
+
And each of them will generate a mp4 video file under `media/videos/` folder. Here is a example folder structure from my local machine:
0 commit comments