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.
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.
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.
. ├── 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
- 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