Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 637 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 637 Bytes

FREe (Flowing Ray Tracing Engine)

A Ray Tracer written with C++ and Vulkan

This is something I am writting for fun! I want to eventually use this to make games.

I'm currently prototyping with OpenGL and plan to get following features working:

  • Global Illumnination
  • Ray-Triangle intersection
  • Loading 3D models
  • Loading materials
  • Texture support
  • HDR support
  • Ray-AABB intersection (Ray-Box intersection)
  • implement SAH BVH (and look into speeding up construction)
  • implement ReSTIR (and look into implementing Area ReSTIR)
  • implement a Denoiser (A-SVGF)