Eddie Munsion – an ANSI-work by avg. via 16colors

Fjällstugan – a PETSCII work by Honcho, 2023.

Visualize word police – a PETSCII by Skleptoid, 2023. via PETSCII WORLD

Performing ASCII Surgery. Amiga ASCII by Abstrakt. Via asciiarena.se

The first image shows a ROM-dump of the font in the classic terminals VT100 and VT220. The second image is how they appear on screen. The difference is more than just aspect ratio. Look at letters like q and p: pixels are sometimes doubled, sometimes tripled. The fascinating explanation is here.

From ascii-yume

Nancy Middlebrook: Norway #3. via garadinervi

A tweetable program by Andy Wallace (@andymakes games) that you can play with here.

t=0 draw=_=>{createCanvas(w=400,w) t+=0.006 for(y=0;y<41;y++)for(x=0;x<41;x++)text(String.fromCodePoint(floor(9472+(noise(50-x*.02,y*.02,t)+noise(t*1.1,x*.1,y*.1))*140)),x*10,y*10);}