This the C implements practices for the book Computer graphics from scratch. Only avaliable on Windows now.
.\build.bat
make -f "Makefile.raytracer" all
make -f "Makefile.raster_triangle" all
make -f "Makefile.raster_perspective" all
make -f "Makefile.raster_textures" all


