Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 732 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 732 Bytes

cursin

A colorful sine wave in your commandline.

Building

Be sure you have ncurses development files installed, a C compiler, and make.

$ cd /path/to/cursin

$ make

$ ./cursin

Controls

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

Screenshots

Screenshot1

Screenshot2

Screenshot3