TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A toy ray tracer in Rust

77 pointsby Twinklebearalmost 10 years ago

2 comments

tincoalmost 10 years ago
I didn&#x27;t know that Physically Based Rendering was introduced as a book, and that book is a literate program (as in, you can compile the book and get a physically based renderer as a binary) that was so influential that it received an academy award(!).<p>There&#x27;s a video of two famous actors announcing them, being professionals they explain exactly what the book is about convincingly despite not having a clue what they are talking about:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=7d9juPsv1QU" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=7d9juPsv1QU</a><p>In their receiving speech they give a shout out to Donald Knuth for pioneering literate programming.
banachtarskialmost 10 years ago
Path tracer. Ray tracer implies a Whitted Ray Tracer. This is clearly using Monte Carlo sampling and BRDFs to scatter rays using multi-bounce lighting (hence paths instead of rays)
评论 #10030246 未加载
评论 #10030291 未加载