How to Create a Video or GIF for Algorithms Visualization? #1115
-
Hello, I'm currently working with the Dijkstra algorithm implementation from this repository, and I've noticed that it generates separate plots for each step. However, in the documentation, I came across an excellent video demonstrating the algorithm's execution, which presents a continuous visualization. I have shared the animation below also. I'm pursuing a degree in Mechatronics and am very interested in learning how to create a video or GIF that visually represents the step-by-step process of Dijkstra's algorithm. Could anyone share the technique used for this? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can use this script: https://github.com/AtsushiSakai/matplotrecorder |
Beta Was this translation helpful? Give feedback.
You can use this script: https://github.com/AtsushiSakai/matplotrecorder