added image preview
This commit is contained in:
parent
dfb552cbf2
commit
19f733982f
|
@ -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.
|
||||
|
||||

|
||||
## Features
|
||||
- Renders the Mandelbrot set using multiple threads for improved performance
|
||||
- Zoom in and out using the mouse wheel
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
Loading…
Reference in New Issue