Skip to content

conrev/Raytracing-Journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracing-Journey

An interactive CPU Raytracer written in pure C++.

Showcase

image image

Features:

  • Material:
    • Dielectrics (Refraction and Total Internal Reflection w/ Schlick's Approximation)
    • Diffuse / Pure Lambertian
    • Purely Reflective and Roughly Reflective (fuzzy) Metal
  • Postprocessing:
    • Depth of Field
    • Multi-sampling Anti-aliasing
  • Primitives:
    • Spheres
    • Planes
  • Interactive Features:
    • Multiple Cameras (with real-time switching)
    • Customizable ray depth and sample size

Dependencies:

All dependencies are included in the repository as a submodule, make sure to use --recursive flag when cloning.

Build Routine

This project follows the standard CMake build routine.

mkdir build
cd build
cmake ..
make

License

Distributed under the MIT License. See LICENSE for more information.

About

CPU-based naive raytracer written in pure C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published