View Single Post
Old 07-21-2018, 10:59 AM   #12
PoP
 curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.
 
PoP's Avatar
 
Posts: 3,018
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
Simulating GIF animations

After the book, the native version!

Click image for larger version

Name:	moving worms screenshot_2018_07_21T10_38_28-0400.png
Views:	1539
Size:	68.1 KB
ID:	165133

Spoiler:
Code:
#!/bin/sh
#
#moving worms
#end with CTRL-C
cd /mnt/us
fbink -c -x 15 -y 18 "Moving Worms"
while :;do fbink -g file=0.png -x 12  -y 20;usleep 200000;fbink -g file=1.png -x 12  -y 20;usleep 200000;fbink -g file=2.png -x 12  -y 20;usleep 200000;fbink -g file=3.png -x 12  -y 20;usleep 200000;fbink -g file=4.png -x 12  -y 20;usleep 200000;fbink -g file=5.png -x 12  -y 20;usleep 200000;fbink -g file=6.png -x 12  -y 20;usleep 200000;fbink -g file=7.png -x 12  -y 20;usleep 200000;fbink -g file=8.png -x 12  -y 20;usleep 200000;fbink -g file=9.png -x 12  -y 20;usleep 200000;fbink -g file=10.png -x 12  -y 20;usleep 200000;fbink -g file=11.png -x 12  -y 20;usleep 200000;fbink -g file=12.png -x 12  -y 20;usleep 200000;fbink -g file=13.png -x 12  -y 20;usleep 200000;fbink -g file=14.png -x 12  -y 20;usleep 200000;fbink -g file=15.png -x 12  -y 20;usleep 200000;fbink -g file=16.png -x 12  -y 20;usleep 200000;fbink -g file=17.png -x 12  -y 20;usleep 200000;fbink -g file=18.png -x 12  -y 20;usleep 200000;fbink -g file=19.png -x 12  -y 20;usleep 200000;fbink -g file=20.png -x 12  -y 20;usleep 200000;fbink -g file=21.png -x 12  -y 20;usleep 200000;fbink -g file=22.png -x 12  -y 20;usleep 200000;fbink -g file=23.png -x 12  -y 20;usleep 200000;fbink -g file=24.png -x 12  -y 20;usleep 200000;fbink -g file=25.png -x 12  -y 20;usleep 200000;fbink -g file=26.png -x 12  -y 20;usleep 200000;fbink -g file=27.png -x 12  -y 20;usleep 200000;fbink -g file=28.png -x 12  -y 20;usleep 200000;fbink -g file=29.png -x 12  -y 20;usleep 200000;done
Click image for larger version

Name:	worms.gif
Views:	955
Size:	947.9 KB
ID:	165143



SCNR
Attached Files
File Type: zip MovingWorms.zip (1.20 MB, 976 views)

Last edited by PoP; 07-21-2018 at 03:21 PM. Reason: spoiled the effect
PoP is offline   Reply With Quote