Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 481 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 481 Bytes

termray

termray is a small (< 250 SLOC) ray-tracing demo that can run in most terminal emulators

Demo

termray running in 80x24 mode with a 2.5 aspect ratio by default

Usage

termray [aspect ratio] [width] [height]

Setup

make
./termray

Options

aspect ratio -- the ratio between the font character height and width
width -- the number of columns in your terminal
height -- the number of rows in your terminal