From c13aa03444c2184ab47e4aca43f5abbfea26022c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 24 Sep 2024 20:40:21 +0300 Subject: [PATCH] docs(readme): add more context --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1b465c..ce431b5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,15 @@ A terminal theater for playing [VT100 art and animations](http://artscene.textfiles.com/vt100). +> [!INFO] +> The VT100, introduced by DEC in 1978, was among the first video terminals to support ANSI escape codes. +> +> The ANSI art scene used the VT100's animation capabilities, made possible by codes that allowed cursor movement, deletion, and character updates to create animated effects. +> +> Usually, they represent a long hand-crafted process done by a single person to tell a story. Some of these files may date back to the 1960's and 1970's. + > [!NOTE] -> I have built this on a series of live streams: +> I have coded this tool on a series of livestreams: ### Installation