Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1012 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 1012 Bytes

raytracer Rust

Simple raytracer written in Rust

Introduction

I'm following the online course Ray Tracing in One Weekend but am using Rust instead of the example C++ code.

Progress

Reflective Material

Reflective material, two spheres Reflective material, grid of spheres

Shading ("Diffuse Materials")

Diffuse Materials

Edge Smoothing ("Antialiasing")

Edge Smoothing

Simple "World"

Colored Sphere

Colored Sphere

Colored Sphere

Initial Render

Initial Render

Usage

Build

cargo build

Test

cargo test

Run

cargo run