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.
- Fast multi-threaded calculation
- Instant preview after zooming
- Different color schemes
- Navigation history
- Save the result as an image
- .NET Framework 4.5+ (on Windows)
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.