Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silpux/fractalviewer
Fractal generator in WPF
https://github.com/silpux/fractalviewer
fractal generator mandelbrot-set
Last synced: about 1 month ago
JSON representation
Fractal generator in WPF
- Host: GitHub
- URL: https://github.com/silpux/fractalviewer
- Owner: Silpux
- Created: 2024-06-26T09:49:13.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-07T20:34:32.000Z (6 months ago)
- Last Synced: 2024-07-07T21:45:02.252Z (6 months ago)
- Topics: fractal, generator, mandelbrot-set
- Language: C#
- Homepage:
- Size: 2.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fractal viewer
You can move, zoom with mouse wheel, generate and save image that is currently displaying.
Mandelbrot set `Z^2 + C` is generated by default. You can change formula in the code.
You also can change image quality and colors in the code.
![image.jpg](Images/FractalImage.png)