Releases: jurvo/Mandelbrot-set
Releases · jurvo/Mandelbrot-set
Release v0.0.4
The program will always go to fullscreen on your primary screen.
Caused by the slow GDI+ drawing, it can take a few seconds (at 1080p ~4 sec for the start image).
During redraw you will see only a black screen with "working..." in the center.
The mandelbrot set is calculated with 100 iterations.
If you zoom in until < 0.001 diffrence between xMin and xMax, the image starts to pixel.
You need the .NET-Framkework 4.5 to run this application.
Controls:
- Left Mouse Click: center the clicked point
- Mouse Wheel: zoom in and out
- Right Click: reset the coordinate system to start values
- Escape: Close the application
- C: enable/disable crosshair
- O: enable/disable axis
- I: enable/disable (debug) information
Changelog
- optimized drawing, should be faster
- added some controlable settings
- added "working..." message
- added crosshair