- https://en.m.wikipedia.org/wiki/Mandelbrot_set
- desktop Mandelbrot Set viewer with zooming, a zoom history, coloring the image in different ways with presets or custom colors and smooth colors
- has a limited zoom because of double precision limitations, but that can be solved by applying perturbation theory and using arbitrary precision numbers such as BigDecimal's in Java, although the rendering would be much slower
- live demo
If you have Java 17 and up installed you can:
- download the .jar executable from the release
OR - compile and run the repository as a Maven project with your method of choice.
mvn clean compile exec:java
to run from a command.