Skip to content

texel-sensei/pathtracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pathtracer

A simple pathtracer implementation to learn rust, written without any external dependencies.

In it's current form it renders a hard coded scene and stores the result in the file test.ppm.

To run the pathtracer execute:

cargo run

Note: path tracing is slow, so give it a moment.

Example image

References

  • The design of this pathtracer is inspired by the pbrt
  • A general introduction on rust is in the rust book

About

Simple path tracing implementation in rust

Topics

Resources

License

Stars

Watchers

Forks

Languages