CodeClimber

Climbing the cliffs of web development, on .NET

Thursday, May 30, 2019 netcore, dotnet cli, raytracer-challenge, vscode

The Ray Tracer Challenge - Setting up the project with the dotnet CLI

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.…