So Ghostty has been making some waves for its GPU acceleration and someone mentioned in passing Konsole (KDE's terminal) had this feature for years.
Not something I'm going to need much but I fancied trying a demanding ASCII animation out. Anyone got a link to something decent?
shell - How does a terminal "ASCII animation" work? - Stack Overflow
Asciimation - Create animated ASCII art for your terminal
Anyone point me to a good terminal ASCII animation?
[2024 Day 23 Part 1] Ascii Terminal Animation using Python
When you like 2D graphs so much you even turn non-2Dgraph-problems into 2D graphs.
More on reddit.comWhat animation themes are available?
Can I use the output in a GitHub README?
Will these animations clutter my build logs?
Videos
Not really a short video but here is the most famous one: Star Wars Episode IV: A New Hope.
Open a terminal (Ctrl+Alt+T) and run :
telnet towel.blinkenlights.nl

You can play any video as an ascii animation with the caca video driver for mplayer:
sudo apt-get install mplayer2 caca-utils
mplayer -vo caca /path/to/video
This has several output options which work better in X11 but can also work from a real terminal, even over SSH (urgh, it's horrible). It'll also sync sound in there too.
If you don't have any videos to hand, I can help you out. You wouldn't get this from any other guy. I just wanna tell you how I'm feeling. Gotta make you understand...
sudo wget -qO /usr/local/bin/youtube-dl https://yt-dl.org/downloads/latest/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
youtube-dl -o- "https://www.youtube.com/watch?v=dQw4w9WgXcQ" | mplayer -vo caca -

Β» pip install asciimatics