GrafAnim: made the testbed

This commit is contained in:
tTh
2022-11-13 23:47:45 +01:00
parent 25b2f353cd
commit 17e5de3ecb
7 changed files with 85 additions and 8 deletions

View File

@@ -4,3 +4,14 @@ set -e
make essai
for foo in $(seq 0 89)
do
./essai $foo > a.scratch
fname=$(printf "F/%04d.tga" $foo)
echo $fname
genplot2 a.scratch $fname
done
convert -delay 10 F/????.tga foo.gif