ShaanCoding / Mandelbrot-Fractals

A simple mandelbrot fractal generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandelbrot Fractals

Main Menu

A simplistic Mandelbrot fractal generator programmed in C# using WPF.

Codacy Badge GitHub Github all released GitHub issues GitHub contributors

This application is a basic Mandelbrot generator software created in C# with the aid of the WindowsCodeAPI-Shell and Core libraries. This program was made in order to explore recursive functions involving complex numbers and how natural patterns can be visualized.

Main Menu

Prerequisites

The running of this program requires several libraries these include:

  • WindowsAPICodePack-Core - 1.1.1
  • WindowsAPICodePack-Shell - 1.1.1

Authors

  • Shaan Khan - All Work

Acknowledgements

  • N/A

License

This project is licensed under the Mozilla Public License 2.0 - see the LICENSE files for details

About

A simple mandelbrot fractal generator

License:Mozilla Public License 2.0


Languages

Language:C# 100.0%