Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 297 Bytes

README.MD

File metadata and controls

7 lines (4 loc) · 297 Bytes

rust_sin

This program will draw a sin wave to the terminal. Terminal interaction is handled via termion.

The terminal size of 80x24 is currently hard coded. Each terminal cell has width pi/20 and height 1/12.