An open API service indexing awesome lists of open source software.

https://github.com/pixelspark/tyray

A toy ray tracer in Rust
https://github.com/pixelspark/tyray

raytracer rust

Last synced: about 2 months ago
JSON representation

A toy ray tracer in Rust

Awesome Lists containing this project

README

        

# Tyray

Toy ray tracer in Rust. Features supported:

* Sphere and plane primitives
* Reflection, refraction, diffuse, specular lighting
* Environment map
* Hard shadows
* Parallellized rendering using rayon.

Author: Tommy van der Vorst ([email protected]), (C) 2019.

Inspired by ssloy's [tinyraytracer](https://github.com/ssloy/tinyraytracer).

![Output](out.png)