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

https://github.com/wesleyac/tr

A simple raytracer written in Rust
https://github.com/wesleyac/tr

Last synced: about 1 year ago
JSON representation

A simple raytracer written in Rust

Awesome Lists containing this project

README

          

# `tr`: A raytracer written in Rust

`tr` is a simple raytracer written in rust. Currently it supports rendering spheres with global illumination using recursive raytracing.