Hacker News
- Ray Tracing in One Weekend https://raytracing.github.io/books/RayTracingInOneWeekend.html 14 comments
- Accelerated “Ray Tracing in One Weekend” in CUDA https://devblogs.nvidia.com/accelerated-ray-tracing-cuda/ 30 comments
- Ray Tracing in One Weekend http://in1weekend.blogspot.com/2016/01/ray-tracing-in-one-weekend.html 23 comments
- Rust Implementation of the Book Ray Tracing in One Weekend https://github.com/perliedman/raytracing-in-one-weekend 3 comments
- Show HN: Ray Tracing in One Weekend v4.0.0 https://raytracing.github.io 4 comments
- Learning Haskell implementing "Ray tracing in one weekend" https://github.com/Slowyn/haskell-raytracing/ 8 comments haskell
- Ray Tracing In One Weekend Header/Source File and Member Function Questions https://github.com/RayTracing/raytracing.github.io/blob/master/src/common/vec3.h 4 comments graphicsprogramming
- Another Ray Tracing In One Weekend In Rust!! https://github.com/AbdullahElsheshtawy/raytracing 2 comments rust
- Ray Tracing in one Weekend with SYCL https://www.codeplay.com/portal/05-19-20-ray-tracing-in-a-weekend-with-sycl-basic-sphere-tracing 24 comments cpp
- My implementation of Ray Tracing in One Weekend in Go with distributed rendering https://github.com/dheerendrarathor/gotracer 5 comments golang
- There are many like it, but this one is my Rust implementation of Ray Tracing in One Weekend https://clayto.com/2021/02/shaking-off-the-rust-1-ray-tracing-in-one-weekend/ 22 comments rust
- Ray-Triangle Intersection (Peter Shirley's Ray Tracing in One Weekend) https://raytracing.github.io/books/RayTracingInOneWeekend.html#overview 15 comments graphicsprogramming
- Ray Tracing in one weekend with SYCL (part 2) https://www.reddit.com/r/cpp/comments/hc0tou/ray_tracing_in_one_weekend_with_sycl_part_2/ 9 comments cpp
- The Ray Tracing in One Weekend book series is now available online https://raytracing.github.io/ 10 comments programming
- Ray Tracing in One Weekend: Help with Reference Counted Boxed Vectors https://www.reddit.com/r/rust/comments/bpqkra/ray_tracing_in_one_weekend_help_with_reference/ 11 comments rust
- My first Rust project, a raytracer based on Ray Tracing in One Weekend book https://github.com/navin-mohan/raytracer 12 comments rust