Skip to content

mlavrent/raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray tracing

A rendered image of three spheres in different materials and colors

This is a basic ray tracer built in a weekend, following the "Ray tracing in one weekend" book. The ray tracer supports the following:

Shapes:

  • triangles
  • spheres
  • Soon: meshes

Materials:

  • diffuse
  • reflective (and partially reflective)
  • emitting
  • refractive

Camera configuration:

  • position
  • orientation
  • field of view
  • focal point

About

A simple ray tracer written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages