The Ray Tracer Challenge - Setting up the project with the dotnet CLI
Here it comes, the first post of my journey developing a Ray Tracer using .NET Core on a Mac, using only VS Code. In this first post I'll talk about the libraries and tools I decided to use, and how I setup the project structure using the `dotnet` CLI.…