Rust Ray Tracer

Building a Ray Tracer in Rust Over the past month, I embarked on an exciting journey to build a ray tracer in Rust, inspired by the “Ray Tracing in One Weekend” series. The concept of ray tracing has always intrigued me, and finding this guide was the spark I needed to finally dive in. This project became an immersive exploration into the realms of computer graphics, the Rust programming language, and the art of rendering. If you’re curious, you can check out the repository here. ...

Dec 2, 2024