initialcommit-com / git-sim

Visually simulate Git operations in your own repos with a single terminal command.
GNU General Public License v2.0
4.13k stars 107 forks source link

Support gif animations #86

Open buhtz opened 1 year ago

buhtz commented 1 year ago

Would be great to have support for animated picture formats like gif (or animated svg, or apng or something else) instead of mp4 files.

initialcommit-io commented 1 year ago

@buhtz Manim does support gif output and I tried briefly to get this working with Git-Sim. However, the process conflicted with the way Git-Sim currently handles video/image output (using respective flags).

So I think it should be possible, but need to figure out the best way to work it into the current Git-Sim output format logic.