Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 352 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 352 Bytes

rtc

This is a Go implementation of The Ray Tracer Challenge by Jamis Buck.

Setup

$ make setup

Testing

Run all tests with:

$ make test

Run all tests when any .go file is changed:

$ make watch

Example

sphere