When I saw a tweet using these blocky letters,
I thought it would be nice to make
fbink print in that style.
Spoiler:
sweep:
Code:
#!/bin/sh
#implied PATH=$PATH':./'
cd /mnt/us
#Bug? or shell kwirk:
# Must not start the ascii inline string with a space.
# starting with a space (as an ascii sweep should) doesn't cause fbink to print it!
# block 0 0 2 $(cat ascii.txt) -c does work even even the ascii.txt file starts with a space
fbink -c "."
block 0 0 2 $(cat <<'EOF')
.!"#$%&'()*+,-./0123456789:;<=>@ABCDEFGHIJKLMNOPQRowsTUVWXYZ[\]^_`{|}~
EOF
screenshot
Ready to try? Then
Spoiler:
123GO:
Code:
#!/bin/sh
#
#Prints the "ready to try?" screenshots for assembling the gif animation
cd /mnt/us
#implied PATH=$PATH':./'
block 8 4 5 "1" -c
screenshot
usleep 500000
block 8 4 5 "1.2"
screenshot
usleep 500000
block 8 4 5 "1.2.3"
screenshot
usleep 500000
block 2 5 13 "GO!"
screenshot
usleep 500000
somewhat buggy
[EDIT 2021-03-31]
don't miss version 0.20 here