Skip to content

Rust Studies - Ray Tracing in a weekend, converting c++ into Rust to improve my understanding of both.

Notifications You must be signed in to change notification settings

CodyTheDoer/RUST_Studies_Ray_Tracing_in_a_Weekend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracing in One Weekend

Ray Tracing in One Weekend: Ray Tracing in One Weekend.

This project is my personal implementation of Ray Tracing in one Weekend, but written in Rust.

The joy of building a ray tracer, for fun, in rust. This is what got me started on my project. Additional Resource.

Features

  • Written in Rust.
  • CPU based Ray Tracing
  • Custom materials with customizable albedo and alpha,
  • customizable material parameters: dielectric, metal, roughness, etc.

Project Results

Final Render

About

Rust Studies - Ray Tracing in a weekend, converting c++ into Rust to improve my understanding of both.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages