Animated Mathematics is a visual collection of maths functions animated with Manim.
Manim (short for Mathematical Animation Engine) is an open-source Python library for creating precise and high-quality animations of mathematical concepts. Originally developed by Grant Sanderson (3Blue1Brown), it’s now maintained by an active community and widely used in maths education and visual storytelling.
To use this project, you'll need:
- Python (version 3.8 or higher)
- pip (Python package installer)
- FFmpeg (for video rendering)
- (Optional) LaTeX (for rendering mathematical formulae)
Install Manim with:
pip install manim
For full setup instructions and platform-specific details, visit the official documentation: https://docs.manim.community/en/stable/installation.html