Skip to content

C++ ray tracer mostly inspired from the books "Ray Tracing in..." by Peter Shirley

License

Notifications You must be signed in to change notification settings

blackccpie/another_raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raycaster

Coverage:

  • Ray Tracing In One Weekend
  • Ray Tracing : The Next Week
  • Ray Tracing : The Rest of Your Life (in progress in branch feat/rest_of_your_life)

Additional features:

  • CPU parallelization strategies
  • Mesh management (triangle primitives & wavefront .obj loading)

Task List:

  • Adaptive subsampling
  • SIMD optimizations
  • CUDA implementation
  • Templatized vec3 class

About

C++ ray tracer mostly inspired from the books "Ray Tracing in..." by Peter Shirley

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published