Manim is an animation engine that brings concepts to life through motion. Whether you're working with math, programming, or UI/UX, Manim helps break things down visually, making them easier to understand.
This repository contains various Manim scripts that demonstrate key ideas covered in my article:
📖 Using Manim for Making UI Animations
See how numbers move step by step as they get sorted.
BubbleSortVisual.mp4
A growing tree structure showing how data is organized.
AdvancedBinaryTreeGrowth.mp4
A transition effect demonstrating better user experience.
ButtonClickRipple.UI-3.mp4
✅ Manim – Animation engine for mathematical and UI visuals
✅ Python – Scripting language for defining animations
✅ FFmpeg – Video processing and rendering
✅ LaTeX – For rendering mathematical notations (where applicable)
- Clone the repository:
git clone https://github.com/your-username/your-repo.git cd your-repo