This repository contains a collection of animated versions of my logo created using Manim.
The project features multiple logo animation scripts located in the animations/
folder. The main script (main.py
) automatically scans this folder and lets you select which animation to run.
This project is managed using uv for environment and dependency management.
animations/ # Animation scripts (logoV1.py, logoV2.py, etc.)
media/videos/ # Rendered animation videos
main.py # Script to select and run animations
manim.cfg # Manim configuration
pyproject.toml # Project configuration
Feel free to use and modify the code. Contributions and feedback are welcome!