manim: Animation Engine for Explanatory Math Videos by 3Blue1Brown

This repository profile is provided by osrepos.com, an open source repository discovery platform.

manim: Animation Engine for Explanatory Math Videos by 3Blue1Brown

Summary

manim is an animation engine developed by Grant Sanderson of 3Blue1Brown, specifically crafted for creating precise programmatic animations for explanatory math videos. This powerful Python library enables users to visualize complex mathematical concepts with clarity and engaging visuals. It has garnered significant community interest for its capabilities in educational content creation.

Repository Information

Analyzed by OSRepos on October 12, 2025

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Manim, developed by Grant Sanderson of 3Blue1Brown, is a powerful animation engine designed for creating precise programmatic animations, particularly for explanatory math videos. This repository, 3b1b/manim, is the original version used by 3Blue1Brown for his popular YouTube channel. Written in Python, Manim allows users to visualize complex mathematical concepts and create engaging educational content.

It's important to note that there are two main versions of Manim: this original ManimGL by 3b1b and the community-maintained Manim Community Edition. This blog post focuses on the 3b1b/manim (ManimGL) version. The project boasts an impressive 81,135 stars and 6,894 forks, highlighting its widespread adoption and impact.

Installation

Installing ManimGL requires Python 3.7 or higher, along with system dependencies like FFmpeg, OpenGL, and optionally LaTeX for mathematical typesetting. For Linux users, Pango and its development headers are also necessary.

Important: These instructions are specifically for ManimGL (this repository). Do not confuse them with instructions for the Manim Community Edition.

The simplest way to get started is via pip:

pip install manimgl

After installation, you can test it:

manimgl

For more detailed instructions, including platform-specific steps for Windows, Mac OSX, and Anaconda environments, please refer to the official README in the repository.

Examples

To see ManimGL in action, you can run one of the included example scenes:

manimgl example_scenes.py OpeningManimExample

This command will open a window playing a simple animation. The repository's example scenes provide a great starting point to explore the library's syntax, animation types, and object types.

For advanced examples and to see how 3Blue1Brown creates his videos, you can explore the 3b1b/videos repository. This repository contains the code for many of his YouTube videos, offering insights into real-world ManimGL usage.

Useful command-line flags include:

  • -w to write the scene to a file
  • -o to write the scene to a file and open the result
  • -s to skip to the end and just show the final frame
  • -n <number> to skip ahead to the n'th animation of a scene

Why Use ManimGL?

ManimGL stands out as an exceptional tool for anyone looking to create high-quality, precise animations, especially in the realm of mathematics and science education. Its programmatic nature offers unparalleled control over every aspect of an animation, from object placement to timing and transitions.

Key reasons to consider ManimGL include:

  • Educational Content Creation: It is specifically designed for explanatory math videos, making complex concepts accessible and engaging.
  • Precision and Control: Define animations with code, ensuring accuracy and reproducibility.
  • High-Quality Visuals: Produce visually stunning animations suitable for professional presentations and online content.
  • Proven Effectiveness: The library is the backbone of 3Blue1Brown's highly acclaimed videos, demonstrating its capability to convey intricate ideas effectively.
  • Active Community and Resources: Benefit from a dedicated community, extensive documentation, and numerous examples.

Links

Related repositories

Similar repositories that may be relevant next.

OpenMontage: The First Open-Source, Agentic Video Production System

OpenMontage: The First Open-Source, Agentic Video Production System

June 29, 2026

OpenMontage is the world's first open-source, agentic video production system, designed to transform your AI coding assistant into a full video production studio. It features 12 pipelines, 52 tools, and over 500 agent skills, enabling end-to-end video creation from a simple prompt. This powerful tool handles research, scripting, asset generation, editing, and final composition, including the unique ability to produce real video from stock footage.

agentic-aivideo-productionopen-source
MarkLLM: An Open-Source Toolkit for LLM Watermarking

MarkLLM: An Open-Source Toolkit for LLM Watermarking

June 23, 2026

MarkLLM is an open-source toolkit designed to simplify the research and application of watermarking technologies for large language models (LLMs). It offers a unified framework for implementing various watermarking algorithms, alongside robust visualization and comprehensive evaluation tools. This toolkit helps researchers and the broader community understand and assess the authenticity and origin of machine-generated text.

large-language-modelsllmsafety
Agent-Reach: Empower Your AI Agents with Internet Access, Zero API Fees

Agent-Reach: Empower Your AI Agents with Internet Access, Zero API Fees

June 21, 2026

Agent-Reach is a powerful GitHub repository that equips AI agents with the ability to access and search the entire internet, including platforms like Twitter, Reddit, YouTube, and Bilibili. It provides a streamlined CLI experience, eliminating the need for complex API configurations and associated fees. This project ensures your AI agent can "see" and interact with web content effortlessly.

ai-agentagent-infrastructureai-search
REAL Video Enhancer: AI-Powered Video Interpolation, Upscaling, and Denoising

REAL Video Enhancer: AI-Powered Video Interpolation, Upscaling, and Denoising

June 19, 2026

REAL Video Enhancer is a powerful open-source application designed to enhance video quality across Linux, Windows, and macOS. It leverages AI models for advanced video processing tasks such as frame interpolation, upscaling, decompression, and denoising. This tool provides a modern alternative to older software, making high-quality video enhancement accessible to a wider audience.

video-enhancementaiupscaling

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️