Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 372 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 372 Bytes

RayTracer

This is a simple raytracer written in C++ and displayed via openGL. Written for fun and to explore possible future FPGA projects.

References:

Some of the ideas and code are from https://www.scratchapixel.com

RayTracer