Skip to content

joshaustintech/raytracer

Repository files navigation

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

About

Simple raytracer written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages