A quick tutorial I followed over the weekend where I learn about raytracers.
 
 
 
Go to file
Nigel Barink b49588773f Sending rays into an empty scene! Hooray! 2023-03-04 19:00:04 +01:00
src Sending rays into an empty scene! Hooray! 2023-03-04 19:00:04 +01:00
.gitignore Basic PPM output image with vector implementation and utility functions 2023-03-04 18:49:43 +01:00
README.md Basic PPM output image with vector implementation and utility functions 2023-03-04 18:49:43 +01:00
build.ps1 Basic PPM output image with vector implementation and utility functions 2023-03-04 18:49:43 +01:00
premake5.lua Basic PPM output image with vector implementation and utility functions 2023-03-04 18:49:43 +01:00

README.md

Raytracing in one weekend

!img

Original author Post: https://raytracing.github.io/books/RayTracingInOneWeekend.html#overview