Skip to content

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.

Notifications You must be signed in to change notification settings

sumit-sah314/youtube_animations_manim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published