diff --git a/README.md b/README.md index 70edf39..df6ef44 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/sources/image.png b/sources/image.png new file mode 100644 index 0000000..57c8875 Binary files /dev/null and b/sources/image.png differ