/Mandelray

A Mandelbrot Set Viewer in C# and WPF

Primary LanguageC#MIT LicenseMIT

Mandelray: A Mandelbrot Set Viewer in C#

Latest Release Build Status MIT License

Mandelray calculates the Mandelbrot set and allows to navigate and zoom in it.

Calculations are performed in C# and WPF is used to display the user interface. The algorithm is based on the escape time algorithm with continuous (smooth) coloring.

Mandelray

Features

  • Fast multi-threaded calculation
  • Instant preview after zooming
  • Different color schemes
  • Navigation history
  • Save the result as an image

Mandelray

Requirements

Credits

SimpleStyles: Custom WPF Controls

Mandelray uses the SimpleStyles custom WPF Controls by Robert Ingebretsen. These styles were originally published to MSDN some years ago. Unfortunately, there is only this archived download link available at the moment.