Skip to content

shefmarkh/RayTracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayTracing

Repo to learn ray tracing on CPU and GPU

Instructions

You can compile this with gcc, but will need at least c++ 11

g++ -std=c++11 main.cc -o main

You can compile with CUDA on hep51 using:

nvcc main.cu -o main_cuda

About

Repo to learn ray tracing on CPU and GPU

Resources

Stars

Watchers

Forks

Packages

No packages published