manim: Animation Engine for Explanatory Math Videos by 3Blue1Brown
This repository profile is provided by osrepos.com, an open source repository discovery platform.

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
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:
-wto write the scene to a file-oto write the scene to a file and open the result-sto skip to the end and just show the final frame-n <number>to skip ahead to then'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
- GitHub Repository (ManimGL): https://github.com/3b1b/manim
- Official Documentation: https://3b1b.github.io/manim/
- 3Blue1Brown Website: https://www.3blue1brown.com/
- Manim Community Edition: https://github.com/ManimCommunity/manim
- PyPI (manimgl package): https://pypi.org/project/manimgl/
- Manim Discord: https://discord.com/invite/bYCyhM9Kz2
- Manim Subreddit: https://www.reddit.com/r/manim/
Related repositories
Similar repositories that may be relevant next.
OpenSandbox: A Secure and Extensible Sandbox Runtime for AI Agents
August 12, 2026
OpenSandbox is a powerful, general-purpose sandbox platform designed for AI applications. It provides secure, fast, and extensible runtime environments, supporting multi-language SDKs and Docker/Kubernetes deployments. This project is ideal for developing and evaluating AI agents in isolated, controlled settings.

FastMCP: The Pythonic Framework for Model Context Protocol Applications
August 11, 2026
FastMCP is a robust, Pythonic framework developed by PrefectHQ, designed to simplify the creation of Model Context Protocol (MCP) servers and clients. It provides a comprehensive application framework for connecting Large Language Models (LLMs) to tools and data, handling complexities like schema generation, validation, and protocol lifecycle. As the standard framework for MCP, FastMCP empowers developers to build powerful LLM-integrated applications efficiently.

nanobot: An Ultra-Lightweight, Self-Hosted Personal AI Agent Framework
August 9, 2026
nanobot is an ultra-lightweight, open-source, self-hosted personal AI agent framework built in Python. It offers a WebUI, tools, memory, multi-agent workflows, and automation capabilities, making it a versatile solution for personal AI tasks. Users can deploy it across various platforms, including chat apps, for seamless integration.

ReMe: An Advanced Memory Management Kit for AI Agents
August 7, 2026
ReMe is an innovative, local-first memory layer designed for AI agents, transforming conversations and resources into file-based long-term memory. It continuously indexes, links, and consolidates this information, enabling advanced recall and supporting the development of self-evolving agents. This kit helps agents remember and refine their experiences effectively.
Source repository
Open the original repository on GitHub.
12 counted GitHub visits