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 ...
The framework can be executed via 1) using in-built rendering pipeline ("Standalone"), 2) headless mode ("Headless") or 3) manual execution ("Manual") which enables running code locally or remotely on ...