View Single Post
Old 08-11-2018, 11:31 AM   #22
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₅.₁₃.₃
Block Style Writing

When I saw a tweet using these blocky letters,
Click image for larger version

Name:	4x4 Block Shapes.png
Views:	478
Size:	116.4 KB
ID:	165519


I thought it would be nice to make fbink print in that style.
Click image for larger version

Name:	Screenshot ascii.txt PW3.png
Views:	503
Size:	10.1 KB
ID:	165522
Spoiler:

Code:
sweep
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
Click image for larger version

Name:	123GO.gif
Views:	495
Size:	14.1 KB
ID:	165520
Spoiler:

Code:
123GO
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
Attached Files
File Type: zip 2018-08-11 block v0.9.zip (3.8 KB, 433 views)

Last edited by PoP; 03-31-2021 at 01:32 PM.
PoP is offline   Reply With Quote