Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 785 Bytes

File metadata and controls

25 lines (18 loc) · 785 Bytes

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)