44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
# 【2024最新教程】Manim动画软件教程,像3blue1brown那样做动画【更新中】
|
||
https://www.bilibili.com/video/BV1om411k7Fv
|
||
|
||
|
||
# Manim 一款使用python便可以做出高大上的数学教学动画:安装篇
|
||
# https://www.toutiao.com/article/6966561690787873284/
|
||
|
||
# 安装环境
|
||
pip install manimgl
|
||
|
||
# ffmpeg
|
||
https://www.wikihow.com/Install-FFmpeg-on-Windows
|
||
|
||
# dvisvgm.exe:
|
||
https://dvisvgm.de/
|
||
https://github.com/mgieseki/dvisvgm/releases/download/3.4.3/dvisvgm-3.4.3-win64.zip
|
||
|
||
# sox
|
||
https://sourceforge.net/projects/sox/
|
||
https://sourceforge.net/projects/sox/files/sox/14.4.2/
|
||
|
||
# miktex下载并安装
|
||
https://miktex.org/download
|
||
https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-24.1-x64.exe
|
||
|
||
https://github.com/3b1b/manim
|
||
# 安装
|
||
conda activate py310
|
||
pip install manimgl
|
||
pip install pycairo
|
||
pip install sox
|
||
pip install manim
|
||
|
||
https://histone.blog.csdn.net/article/details/143892971
|
||
|
||
# 官网例子
|
||
https://docs.manim.community/en/stable/examples.html
|
||
|
||
提示词:
|
||
你是一个Python专家,你正在用manim编写数学动画。现在你需要编写一个动画演示(a+b)^2=a^2+2ab+b^2的证明过程,用几何的方式证明。
|
||
动画要简洁、生动形象。
|
||
|
||
# 安装运行插件
|
||
Manim Sideview |