Portfolio Details
Project information
- Technologies: Rust
- Techniques: Ray Tracing, Multithreading, CPU rendering
- Project start: Mar 2024
- Project URL: https://github.com/mrizaln/ray-tracing-rust
- Role: Author
ray-tracing
CPU ray tracing implementation in Rust
Ray tracing has always been a mystery to me. Ever since I stumble upon it, I’ve always wanted to learn more of this rendering technique. This project is my attempt at creating a ray tracer. I followed Ray Tracing in One Weekend and implemented it in Rust just because.