Skip to content

yagoliz/rayonetta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rayonetta

Blazing fast raytracing in one weekend. Written in Rust.

Final Render of the course

Some extra features

Not all this repository is copy-pasta. Some features that I felt like adding:

  • Fibonacci sampling of the sphere and unit disk.

  • Added a Plane class. I felt it was a more elegant solution than using a massive sphere.

  • Parallelization via the rayon crate. Sped-up the last renders by at least 4x.

Ray Tracing: The Next week

Implemented the next chapter in Rust. If all goes well, you too can obtain the following image:

Final Render of the second course

About

Raytracing in one weekend in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages