Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 386 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 386 Bytes

Raytracer

A small program I made just for fun. I was trying to learn the basics of raytracing.

It uses a custom math library for vector calculations. You can learn more about it here.


I based this code on Casey's muratori (@cmuratori) video series.