An application that lets you render some of the most known fractal functions, like the Mandelbrot set and many more! It comes with alot of options to further enhance your fractal experience! Its easy to use and does not require installation. A java version higher than 1.8 is required to be installed.

Features

  • Over 500 fractal functions
  • Plane transformations
  • Color options
  • Image filters
  • Julia sets and Julia Map
  • Orbit tracking
  • 3D Heightmap
  • Uses boundary tracing algorithm for faster calculation
  • Perturbation Theory
  • User formulas
  • User compilable functions
  • Domain Coloring
  • Polar coordinates projection
  • Mandelbrot deep zooms

Project Samples

Project Activity

See All Activity >

License

GNU General Public License version 3.0 (GPLv3)

Follow Fractal Zoomer

Fractal Zoomer Web Site

nel_h2
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

The database for AI-powered applications.

MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Start Free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
1
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • This app is nice as well as fast.But here is a bug:At coordinate:Real:-2,Imaginary:0 Size:1e-16 of Mandelbrot z=z^2+c,the fractal becomes invisible though I use the Purturbation Theory.I hope it would be solved soon.I speculate that the early termination of ref calculation may be due to its derivative being too small.
    Reply from Fractal Zoomer
    Edited 2025-07-09
    Hello and thank you for the review. The problem is due to the bailout value. During the perturbation calculation the first calculation of z will be evaluated as -2 because we are adding -2 and a value in the neighborhood of 1e-18. This is because of a rounding error. After this calculation we will have to rebase and start over, but since the bailout check for |z| >= 2 will be right after, the calculation will terminate without the rebase being used. The work-around is to set the bailout value to 2.00001.
Read more reviews >

Additional Project Details

Operating Systems

Linux, Mac, Windows

Languages

English

Intended Audience

End Users/Desktop

User Interface

Java Swing

Programming Language

Java

Related Categories

Java Graphics Software, Java Mathematics Software, Java Fractal Software

Registered

2013-05-02