Manim安裝
Manim is an animation engine for explanatory math videos.
利用Manim可以生成許多數學類的動畫影片、以及製作一些動畫模擬!
我是利用Mac安裝Manim,只要按照這一篇的說明一步步完成即可,不要上網找教學影片,因為很多都是過時的,在安裝上會出現一些問題。
至於使用教學的部分,可以參考這一篇官方使用手冊。Manim總共有三種版本,建議使用Manim Community比較方便,資源比較多!
語法筆記
架構程式碼
1 | from manim import * |
終端指令
- mp4:
manim test.py Test -pqm
- gif:
manim test.py Test -pqm -i
影片品質設定:-pql,-pqm,-pqh
Updates
1 | from manim import * |
Value Tracker
1 | from manim import * |
NumberPlane
注意:get_graph() —> plot()
自動排版:alt + shift + f
1 | from manim import * |
ValueTrackers to Graphing Scenes
1 | from manim import * |
Open a file
1. svg file:
1 | from manim import * |
2. png file:
1 | from manim import * |
Bar chart
1 | from pyclbr import Function |
影片成果
- 文章:Bertrand Paradox
- 文章:橢圓軌道上行星到太陽平均距離
- 影片:Youtube頻道