Friday, November 30, 2007

A Ray Tracer in C#3.0

Here is a sample ray tracer written in about 400 lines of code using features of C#3.0. A great way to immerse into the new features of the language.

In addition the code has been used to show-case the Parallel Extensions for .NET 3.5 by Microsoft. (The converted sample and description is available at  MSDN Magazine Article: Parallel Performance: Optimize Managed Code for Multi-Core Machines)

LukeH's WebLog : A Ray Tracer in C#3.0

No comments: