/dice_ray

A ray tracer for the modern man.

Primary LanguageRust

DiceRay

A ray tracer for the modern man.

Description

DiceRay is a ray tracer built in Rust.

The initial implementation will follow Jamis Buck's excellent The Ray Tracer Challenge book.

Goals of the project

  • Practice Rust
  • Have fun building a racing tracer

Setup

Requirements

The only dependency is Rust. I am building this on Rust v1.42.0

Installation

  • git clone https://github.com/Brian-Azizi/dice_ray.git
  • cd dice_ray
  • cargo run

License

¯\(ツ)