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

https://github.com/slowyn/rust-tracer

Simple Ray tracer written in Rust
https://github.com/slowyn/rust-tracer

raytracer raytracing rust rust-lang

Last synced: 10 months ago
JSON representation

Simple Ray tracer written in Rust

Awesome Lists containing this project

README

          

# Rust Tracer

Toy Ray Tracer written in Rust. Based on Peter Shirley's Ray Tracing The Next Week

#### Ray Tracing The Next Week final scene
![Example of rendering](https://raw.githubusercontent.com/Slowyn/rust-tracer/master/tracing2.jpg)

#### Ray Tracing in One Weekend final scene
![Example of rendering](https://raw.githubusercontent.com/Slowyn/rust-tracer/master/tracing.png)

## Credits

The project was inspired by excellent [book about RayTracing by Peter Shirley](http://www.realtimerendering.com/raytracing/Ray%20Tracing%20in%20a%20Weekend.pdf).
There are still a lot of job to be done, but the basics are ready.

## Run

> Rust and Cargo must be installed

1. `Clone the project`
1. `cargo run --release`