Skip to content

HongZH2/CudaAliceTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CudaAliceTracer

A GPU-based Ray Tracer Demo.

Previoutly, I have been working on the AliceTracer for a while. However it takes lots of time to render a more complicated scene/materials/geometries. So it is time to move the project to a GPU-based version.

-- To Do:

  • move BVH to GPU
  • Primitives
  • GUI ...

2022/12/13 -- first image

Resources

  1. https://developer.nvidia.com/blog/accelerated-ray-tracing-cuda/