Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aalekhpatel07/tracer

A Rust implemention of Ray-Tracing-In-One-Weekend
https://github.com/aalekhpatel07/tracer

ray-tracing ray-tracing-in-one-weekend rayon rust

Last synced: about 1 month ago
JSON representation

A Rust implemention of Ray-Tracing-In-One-Weekend

Awesome Lists containing this project

README

        

# Ray-Tracing-in-One-Weekend (w/ Rust)

A Rust implementation of [Ray Tracing in One Weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html).

## Usage

1. Build the project.

```sh
cargo build --release
```

2. Run (and time) the release binary.

```sh
time ./target/release/tracer
```

3. Check `static/complex_scene.ppm` for the generated image.