From a8cb4ab5e063efcc168720bdc625d6051dd6e37c Mon Sep 17 00:00:00 2001 From: macbook-pro <3101158440@qq.com> Date: Thu, 27 Apr 2023 15:22:07 +0800 Subject: [PATCH] use ggg --- README.md | 33 +++++++++------------------------ editmytext/main.c | 6 ------ file/3Ddisplay.md | 8 -------- file/editmytext.md | 2 -- file/walking-cat.md | 2 -- walking-cat/cat.c | 7 ------- 6 files changed, 9 insertions(+), 49 deletions(-) delete mode 100644 editmytext/main.c delete mode 100644 file/3Ddisplay.md delete mode 100644 file/editmytext.md delete mode 100644 file/walking-cat.md delete mode 100644 walking-cat/cat.c diff --git a/README.md b/README.md index 249d87f..d3f6166 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,11 @@ # tokyo -terminal programs which could react with you. - --- -[3Ddisplay](file/3Ddisplay.md) - -[walking cat](file/walking-cat.md) - -[editmytext](file/editmytext.md) - -### 终端的元素 -终端包括字符所在行和字符,有时还有颜色。 -+ 字符所在行 -+ 字符 -+ 字符的颜色 - -### 终端的功能 -目前我所能想到的终端支持的功能有`字符文件编辑器`,`仿GUI软件`,`后端软件`。 - -### 仿GUI软件 -仿GUI软件是本文讨论的重点。仿GUI软件主要的限制还是在字符的密度不够密集,所以在表现比较细致的画面时可能有点乏力。\ -终端里的仿GUI软件实在是难以用来表现线性动画,可能是因为一个画面的元素太多了,很难线性描述,也不是做不出来,就是太tm复杂了,太耗时间了。\ -线性仿GUI软件的话,基本上还是用来表现表格什么的吧。\ -如果要用终端来表现动画的话,还是要用图片转ASCII文件软件,然后逐帧显示就好了。 -### 字符文件编辑器 -字符文件编辑器一般都需要用到`curses`函数库,用来实现软件的界面。 +a 3D engine +--- +### 3Ddisplay in the terminal +display something in the terminal in the form of 3D. +### Principle ++ graph-described file ++ picture-displayed file ++ a engine to process the file and output ascii pictures-displayed file ++ a converter to tranform pictures-displayed file into something displayed in the terminal diff --git a/editmytext/main.c b/editmytext/main.c deleted file mode 100644 index 460d6d1..0000000 --- a/editmytext/main.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#include -#include - -int main(){ -} diff --git a/file/3Ddisplay.md b/file/3Ddisplay.md deleted file mode 100644 index dbd676e..0000000 --- a/file/3Ddisplay.md +++ /dev/null @@ -1,8 +0,0 @@ -### 3Ddisplay -display something in the terminal in the form of 3D. -### Principle -+ graph-described file -+ picture-displayed file -+ a engine to process the file and output ascii pictures-displayed file -+ a converter to tranform pictures-displayed file into something displayed in the terminal - diff --git a/file/editmytext.md b/file/editmytext.md deleted file mode 100644 index 450579b..0000000 --- a/file/editmytext.md +++ /dev/null @@ -1,2 +0,0 @@ -### edit my text -a text-editor run in the terminal diff --git a/file/walking-cat.md b/file/walking-cat.md deleted file mode 100644 index 437ca70..0000000 --- a/file/walking-cat.md +++ /dev/null @@ -1,2 +0,0 @@ -### walking cat -just watch a cat walk through your screen diff --git a/walking-cat/cat.c b/walking-cat/cat.c deleted file mode 100644 index fe3c18f..0000000 --- a/walking-cat/cat.c +++ /dev/null @@ -1,7 +0,0 @@ -#include -#include -#include - - -int main(){ -}