Skip to content

WorkingGitter/MandelbrotBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MandelbrotBrowser

About

A simple mandelbrot set viewer.

Overview

This application provides a visual means of displaying the Mandelbrot set. More info on the set can be found here: Wiki.

This project was created mainly as a fun way of familiarising myself with some basic C# imaging techniques (bitmaps, mouse movements, etc).

Todo

Some improvements to the algorithm has been done, but the application as a whole could still be improved.

  • Colour

  • Add more palette choices

  • Use the smoother colour transition algorithm

  • Use async/await to stop blocking note, that this is will not improve performance!

  • Ability to save image

  • Ability to save/load configuration

  • Ability to stop/pause/continue rendering

  • Increase performance via multi-threading ??

About

A Mandelbrot browser!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages