项目作者: Snyssfx

项目描述 :
Terminal relaxing figure generator💆‍♀️ 💆‍♂️
高级语言: Go
项目地址: git://github.com/Snyssfx/go-figures.git
创建时间: 2020-05-02T08:11:03Z
项目社区:https://github.com/Snyssfx/go-figures

开源协议:MIT License

下载


Go Figures!

Watch cool figures in your terminal and relax 💆‍💆‍♂️

asciicast

Running

Install docker and then type in the terminal:
docker run --rm -ti snyssfx/go-figures:latest

or git clone and go run .

Control

“1”-“9” for changing figures

“+”, “-“ for changing length of history points

“<”, “>” for changin coefficient in figures

Supported figures

see ./figures.go for full info
1) circle, coef = radius
2) symmetric cosinus, coef = period
3) sinus with axis, coef = period
4) epicycloid, coef = k (see https://en.wikipedia.org/wiki/Epicycloid)
5) hypocycloid, coef = k (see https://en.wikipedia.org/wiki/Hypocycloid)