# To watch one of these scenes, run the following: # manimgl example_scenes.py OpeningManimExample # Use -s to skip to the end and just save the final frame # Use -w to write the animation to a file # Use -o to write it to a file and open it once done # Use -n <number>...
cd D:\temp\pythons\manim D:\temp\pythons\manim>manimgl example_scenes.py OpeningManimExample
,请选择 xelatex 选项 # 复制manimlib文件夹下的default_config.yml文件,修改参数,然后放在项目文件夹下,改名为custom_config.yml # 但是在下面测试代码后面加上 --config_file .\custom_config.yml # 测试 manimgl example_scenes.py OpeningManimExample # 或 manim-render example_scenes.py OpeningManimExample...