manim

Installation
SKILL.md

Manim

Build mathematical animations programmatically using Python. Manim renders scenes to video files with precise control over every visual element.

Quick Start

from manim import *

class MyScene(Scene):
    def construct(self):
        # Create objects
        circle = Circle(color=BLUE)
        text = MathTex(r"e^{i\pi} + 1 = 0")
Installs
13
GitHub Stars
20
First Seen
Jan 24, 2026
manim — johnlarkin1/claude-code-extensions