A colorful sine wave in your commandline.
Be sure you have ncurses development files installed, a C compiler, and make.
$ cd /path/to/cursin
$ make
$ ./cursin
Key(s) | Effect |
---|---|
q | Quit |
up arrow,k | Increment Amplitude |
down arrow,j | Decrement Amplitude |
right arrow,l | Increment Period |
left arrow,h | Decrement Period |
+ | Increment Delay Multiplier |
- | Decrement Delay Multiplier |
space | Reset Phase |