A Manim-based educational animation system that visualizes Python code execution step-by-step, designed to teach programming fundamentals through clear visual demonstrations. ├── main.py # Entry point ...
You can draw functions, points and animate them based on time. Then, you can export your graph animation on a mp4 file simply by pressing a few buttons. Basically, you can create a simple 2D Plot with ...