Skip to content

Rust Implementation of Peter Shirley's Ray Tracing in One Weekend book series

Notifications You must be signed in to change notification settings

ogoding/raytracinginaweekend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer

  • The base code and design was created by Peter Shirley Github page.
  • My changes and code currently consist of some modifications to better fit Rust idioms and my own preferences and any other changes required as part of writing it in Rust instead of C++

Description

A Rust implementation of Peter Shirley's excellent Raytracing book series as a side project to better learn Rust and Ray-Tracing Engines.

Current Progress: images/current_progress.jpg

TODO:

  • General refactorings and renaming for clarity
  • Try using a library instead of my vec3 library
  • Implement Default instead of T::zero()

About

Rust Implementation of Peter Shirley's Ray Tracing in One Weekend book series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages