Animations in this project were created using Manim Community in Python 3.10.
To create a video file, run
manim [file].py
with a file that contains a valid Manim structure. This outputs a file into directory media/videos
relative to where the script was run.
graphs
contains specific basic graphs that are used in the other animations:
- Complete graphs
- Triangle ladder graphs
- Wheel graphs
- "Vertexification" operation
The root folder contains a few files and scenes
util.py
contains helper functionsconstants.py
contains project animation constants- Other files are the animations themselves
Testing is for experimenting with matrices and manim operations.