bishtawi / raytracer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raytracer

Followed guide from https://raytracing.github.io/ as a way to practice Rust

Completed "Ray Tracing in One Weekend" in Rust (and added parallelization using Rayon):

Final Book 1 rendering

Completed (except for image texture mapping) "Ray Tracing: The Next Week":

Final Book 2 rendering

Book 2 Cornell Box

TODO:

  1. Finish Image Texture Mapping from Book 2
  2. Go through Book 3
  3. Code cleanup

About


Languages

Language:Rust 100.0%