Community maintained Python library for creating mathematical animations.

Examples

from manim import *
class CircleExample(Scene):
    def construct(self):
        circle = Circle(color=BLUE, fill_opacity=0.5)
        self.add(circle)

Free Open-Source, MIT License

Manim is a free, open-source project originally written by 3blue1brown and maintained by Manim Community.

Contribute to Manim