Manim_skill banner
adithya-s-k adithya-s-k

Manim_skill

Development community intermediate

Description

> **⚡ Quick Start:** Add both Manim skills to your AI agent instantly: > ```bash > npx skills add adithya-s-k/manim_skill > ```

Installation

Terminal
git clone https://github.com/adithya-s-k/manim_skill

README

Manim Skills Repository

**⚡ Quick Start:** Add both Manim skills to your AI agent instantly:

npx skills add adithya-s-k/manim_skill

A comprehensive collection of best practices, patterns, and examples for both **Manim Community Edition** and **ManimGL** (3Blue1Brown's version). This repository provides battle-tested code examples and guidelines for creating mathematical animations.

https://github.com/user-attachments/assets/3cd398b7-7cc6-43c1-a6e9-20077be6b009

📚 About the Two Versions

Manim Community Edition (`manim`)

    undefined

ManimGL (`manimgl`)

    undefined

**Important**: These are **separate, incompatible** frameworks. Code written for one will not work with the other without modifications.


🚀 Installation

Prerequisites (Both Versions)

    undefined

Install FFmpeg

**macOS:**

brew install ffmpeg

**Ubuntu/Debian:**

sudo apt update
sudo apt install ffmpeg

**Windows:** Download from https://ffmpeg.org/download.html and add to PATH

Install LaTeX

**macOS:**

brew install mactex

**Ubuntu/Debian:**

sudo apt install texlive-full

**Windows:** Install MiKTeX from https://miktex.org/download


Installing Manim Community Edition

# Using pip
pip install manim

# Using uv (recommended for this project)
uv pip install manim


...