This is an implementation of Ray Tracing in One Weekend. It is mostly the stock code implemented as a Mac OS X Cocoa app. I enjoyed this project very much.
Differences are:
- Image viewed in a window that updates as the color buffer is updated.
- Image can be saved as a PNG file
- Multithreaded using GCD blocks