Rendering Mandelbrot images with C#
Like many other Computer Science undergraduate students I wrote a program that renders images of the Mandelbrot set1. Although my implementation is quite simple (a resume with most important details is listed below) it is a good working example that maybe can help others who are struggling with rendering fractals, implementing multi-threading or programming in C# […]
