BadAppleStringAnimation
BadAppleStringAnimation copied to clipboard
C 语言版本 Bad Apple 字符动画
BadAppleStringAnimation
Bad Apple string animation in C.
Usage:
- Clone this repo:
git clone https://github.com/kisekied/BadAppleStringAnimation.git
- Open it in the terminal.
- Run the command:
make
. - Run
./badapple
and see the string animation in your terminal.
Options:
-
-d
: Specific time interval (in micro seconds) between each frame.
中文:
使用方法:
- 将本仓库克隆到本地
- 在终端中打开该项目
- 运行命令
make
- 运行
./badapple
以观看
参数选项:
-
-d
指定每一帧之间的时间间隔(单位: 微秒)