An open API service indexing awesome lists of open source software.

https://github.com/jfroy/rrt

Ray Tracing in a Weekend in Rust
https://github.com/jfroy/rrt

image rayon raytracing rust weekend

Last synced: 5 months ago
JSON representation

Ray Tracing in a Weekend in Rust

Awesome Lists containing this project

README

          

# rrt

My attempt at [Ray Tracing In One Weekend][rtiow] and
[Ray Tracing: The Next Week][rttnw] in Rust.

This is terrible code, do not reference it, copy it, or get inspired by it. It
is almost certainly wrong, slow, and not idiomatic.

[rtiow]: https://raytracing.github.io/books/RayTracingInOneWeekend.html
[rttnw]: https://raytracing.github.io/books/RayTracingTheNextWeek.html