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

https://github.com/gfngfn/try-ray-tracing


https://github.com/gfngfn/try-ray-tracing

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

A toy implementation of ray tracing in Rust

## How to execute

```console
$ cargo run > output/first.ppm
```

## Reference

[_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html)