Skip to content

brrm/raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracer

Simple ray tracer implemented in both C++ and Go

Example Image

example image

Features

  • Shapes: Spheres
  • Materials:
    • Matte (checkered and solid) - configurable albedo & colour
    • Metal - configurable albedo & reflection fuzz
    • Dielectric (glass) - configurable refractive index
  • Camera with aperture, FOV, positioning settings & focal distance
  • Motion blur
  • Anti-aliasing
  • Bounding Volume Hierarchy of Axis-Aligned Bounding Boxes
  • Multi-threaded rendering (go only)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published