Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guywaldman/raytracer-in-a-weekend-rs

A raytracer built in a weekend in Rust for fun (inspired by the "raytracer in a weekend" blog post)
https://github.com/guywaldman/raytracer-in-a-weekend-rs

raytracing raytracing-in-one-weekend raytracing-one-weekend rust

Last synced: about 1 month ago
JSON representation

A raytracer built in a weekend in Rust for fun (inspired by the "raytracer in a weekend" blog post)

Awesome Lists containing this project

README

        

# Raytracer in a Weekend

Based on [this article](https://raytracing.github.io/books/RayTracingInOneWeekend.html).

To generate the PPM image, run:

```sh
cargo run > image.ppm
```