GitHunt
SU

sumit-sah314/youtube_animations_manim

This repository contains all the animations created using Manim for my YouTube channel "Intuimation". Each animation is designed to visually explain and simplify various mathematical concepts.

YouTube Animations with Manim

Welcome to the source code repository for the Manim videos I create for my YouTube channel, Inuimation. This repository contains the scripts, animations, and resources used to produce educational and visually engaging content.


About This Repository

This repository is dedicated to:

  • Creating mathematical, scientific, and conceptual animations using Manim.
  • Sharing the source code for the animations featured on my YouTube channel.

Each project is organized by topic, with scripts demonstrating how to visualize complex concepts using Manim's powerful tools.


YouTube Channel

Check out the Inuimation channel for:

  • Engaging animations on topics like math, physics, and computer science.
  • Simplified explanations of complex concepts.
  • Tutorials on how to create animations using Manim.

๐Ÿ‘‰ Visit Inuimation on YouTube


Repository Structure

. โ”œโ”€โ”€ animations/ # Source files for specific animations โ”œโ”€โ”€ assets/ # Additional resources like images, sounds, or videos โ”œโ”€โ”€ templates/ # Reusable Manim templates for quick project setup โ”œโ”€โ”€ README.md # This file โ””โ”€โ”€ requirements.txt # Python dependencies for running the scripts


Getting Started

Prerequisites

  1. Python: Ensure you have Python 3.7 or newer installed.
  2. Manim: Install the Manim library.
    pip install manim
    

Install other required libraries from requirements.txt: pip install -r requirements.txt

Clone this repo: git clone https://github.com/sumit-sah314/youtube_animations_manim.git
cd youtube_animations_manim

Render the animation: manim -pql script_name.py Class_Name

Languages

Python69.5%TeX30.5%

Contributors

Created July 5, 2024
Updated January 28, 2026
sumit-sah314/youtube_animations_manim | GitHunt