ekarademir / tiny-raytrace-rs

Implementation of tinyraytracer in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tiny-raytrace-rs

This is an implementation of ssloy/tinyraytracer, in Rust. It doesn't follow the same code style but each step should be roughly equal. Also I used two famous libraries, image for creating the image and writing it on disk, and, glam for vector algebra.

I stopped at Step 9, after which there is a take home assignment, but I think I got quite a bit of insight already.

Here is the final produced image: Rendered result

About

Implementation of tinyraytracer in Rust


Languages

Language:Rust 100.0%