manim

Animation engine for creating explanatory mathematical videos

brewmacoslinux
Try with needOr install directly
Source

About

Animation engine for explanatory math videos

Commands

manim

Examples

Render a scene from a Python file at 1080p60$ manim -pql scene.py SceneName
Generate animation and open it in preview after rendering$ manim -p scene.py MyAnimation
Render at high quality (4K) without opening preview$ manim -qh scene.py MyScene