git-sim icon indicating copy to clipboard operation
git-sim copied to clipboard

Support gif animations

Open buhtz opened this issue 2 years ago • 1 comments
trafficstars

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

buhtz avatar Apr 24 '23 11:04 buhtz

@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.

initialcommit-io avatar May 09 '23 03:05 initialcommit-io