Manim (Mathematical Animation Engine) is a Python library for creating explanatory math videos and animations. Current version is 0.20.1 with monthly releases. Requires Python 3.11+.
pip install manimVerified import paths — ran on the pinned version, not inferred.
A minimal scene that shows a square.
Use the CairoRenderer if you need the old behavior: manim -r cairo your_scene.py
Replace `TexTemplate` with `TexTemplateFromFile` or use the new `tex_template` parameter.
Install a LaTeX distribution or use the `–-tex_template` flag to point to a custom template.