Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 313 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 313 Bytes

GPU Ray Tracer

This project is a GPU Ray Tracer written in C and OpenCL. The kernel does the actual per-pixel ray tracing.

This project is a pain to compile, I recommend Nvidia's GPU compute toolkit for the relevant OpenCL libraries.