Hacker News new | ask | show | jobs
Understandable Ray Tracing in 256 lines of bare C++ (github.com)
42 points by zwliew 2712 days ago
3 comments

There is also smallpt, a path-tracer in 99 lines of C++ ( http://www.kevinbeason.com/smallpt/).
This is pretty understandable. Great work!