Skip to content

jbjjbjjbj/rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rendering in rust

This is a (not finished) ray tracer written in rust. It is based on the book serie Ray Tracing In One Weekend and Physics Based Rendering.

This rust version is my third implementation, the previous being:

  • Raytracing in c This is the one which gives the best results, however as my ambitions for the project grew as did my requirement for more language features.
  • Pathtracing in c++ I never really finished it before changing to rust. However it had a really cool qt gui, updating as samples were added.

Rendered image

render

Goals