Skip to content

A Mandelbrot Set Viewer in C# and WPF

License

Notifications You must be signed in to change notification settings

blu3r4y/Mandelray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.