added image preview

This commit is contained in:
Falko Victor Habel 2024-05-29 18:41:31 +02:00
parent dfb552cbf2
commit 19f733982f
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Mandelbrot Visualizer
This Java application visualizes the Mandelbrot set using a multi-threaded approach to improve rendering performance. The Mandelbrot set is a set of complex numbers for which the function f(z) = z^2 + c does not diverge when iterated from z = 0. This application allows users to zoom in and out, as well as pan around the set using mouse interactions.
![Mandelbrot](.../.././sources/image.png)
## Features
- Renders the Mandelbrot set using multiple threads for improved performance
- Zoom in and out using the mouse wheel

BIN
sources/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB