mr1sunshine / raytracer-rs

Raytracer in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raytracer-rs

This simple raytracer implementation is a part of my journey to understand how graphic rendering works. I'm following Ray Tracing in One Weekend book written by Peter Shirley. Basically I'm trying to rewrite all the examples from C++ to Rust.

This repository's goal is to learn more about raytracers and get more experience with Rust.

At the moment raytracer produces the following image:

screenshot

If you find any bugs or errors feel free to reach me on GH or provide a PR.

About

Raytracer in Rust

License:MIT License


Languages

Language:Rust 100.0%