CodeClimber

Climbing the cliffs of web development, on .NET

Monday, June 10, 2019 raytracer-challenge, netcore, image processing

The Ray Tracer Challenge - Drawing to a canvas and saving the image to a file

The Ray Tracer Challenge - Drawing to a canvas and saving the image to a file

In this 4th post of the series, I implement the code to create images and save them to a file. And now I can see directly the trajectory of the projectile.…