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
- Python: Ensure you have Python 3.7 or newer installed.
- 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