Back to Glossary

Fractal Art: Mathematical Art Using Fractal Algorithms

Fractal art uses mathematical algorithms to create self-similar patterns. Learn its history from Benoit Mandelbrot to contemporary artists, tools, and techniques.

Quiet Canvas Staff
July 29, 2026

In 1975, a mathematician named Benoit Mandelbrot published a paper and coined a word: "fractal." He was working at IBM, trying to solve a problem with noise in electrical circuits, when he noticed a pattern he had seen before in rivers, coastlines, galaxies, turbulence, and stock prices. The pattern was self-similarity: structures that look the same at every scale of magnification. Zoom in on a fractal coastline and you see smaller bays and peninsulas that have the same shape as the larger ones. Zoom in further and the same shapes repeat again. Mandelbrot called this "a new geometric language" for describing rough, fragmented objects that traditional Euclidean geometry could not handle. He also recognized that computers made it possible to visualize these patterns for the first time, writing that "fractal art for the sake of science could not possibly have arisen before the hardware was ready and the software was being developed, that is, before the decade of the seventies." Read the analysis at JSTOR Daily.

Fractal art is art created using mathematical algorithms that generate self-similar patterns. It is a form of generative art in which the artist writes or manipulates mathematical formulas, and a computer executes those formulas to produce images. The resulting images are characterized by self-similarity: structures that repeat at different scales, so that zooming into a small region reveals shapes similar to the whole. The most famous fractal images, including the Mandelbrot set and Julia sets, produce patterns of extraordinary complexity from remarkably simple mathematical inputs.

This entry covers what fractal art is, how it emerged from mathematics and computer graphics, who the key figures are, and how it continues to evolve as both a scientific tool and an art form.

What Is Fractal Art and How Does It Work?

Fractal art begins with a mathematical formula. The artist or mathematician inputs an equation, and a computer iterates that equation thousands or millions of times, plotting the results as pixels on a screen. The most common method involves iterating a complex function and tracking whether the results stay bounded or escape to infinity. Points that stay bounded are colored one way; points that escape are colored based on how quickly they escape. The boundary between these two regions is the fractal, and it is where the most complex and visually interesting structures appear.

Mandelbrot described the process in straightforward terms: "Fractal art starts with inputs so straightforward that they look 'positively simple-minded,' but the outputs quickly become 'spectacularly complex.'" He noted that "creating fractal art by hand would be prohibitively laborious." The computer is not an optional tool in fractal art. It is the only way to produce the images, because the number of calculations required is beyond human capacity.

The key visual property of fractal art is self-similarity. The Mandelbrot set, named after Mandelbrot and first visualized in 1980, is the most famous example. It is a bulbous, cardioid shape surrounded by circular buds and branching filaments. When you zoom into the boundary of the set, you discover smaller copies of the entire set embedded within the detail. These copies are not identical to the original but share its structural character. Mandelbrot described the results as "a balanced coexistence of order and chaos."

Origins and History

Mathematical Foundations (1875-1975)

The mathematics behind fractals predates the art by a century. In the mathematical culture that ran from 1875 to 1975, mathematicians were interested in regularities, not chaos. The strange, fragmented objects that would later be called fractals were seen as "monsters" and were not considered worthy of investigation. Gaston Julia and Pierre Fatou studied iterated complex functions in the 1910s, producing the mathematical foundations for what would become Julia sets, but their work remained theoretical because there was no way to visualize the results. Mandelbrot wrote that these objects were "strange and unique, so mathematicians weren't very interested in them."

The Computer Revolution (1975-1985)

Two things changed the status of fractal mathematics. First, researchers realized that patterns in nature were "geometrically scaling," meaning they looked similar when expanded or shrunk. Second, computer graphics matured enough to visualize the results. Mandelbrot was at IBM at the right time. He visualized the Mandelbrot set in 1980, and the images immediately demonstrated that fractal geometry could produce structures of extraordinary visual complexity. Mandelbrot used what he called "forgeries" of nature, like computer-generated views of fake mountainsides, to convince skeptics that fractal geometry was useful. But abstract fractal images like the "dragon" fractal were also part of his project, allowing him to "investigate a process called the 'dynamics of iteration.'"

Popularization and Software (1985-2000s)

Fractal art spread through popular culture in the 1980s and 1990s. Fractal images appeared on textbook covers, calendars, and posters. Software tools emerged that allowed non-mathematicians to explore and create fractal images. Ultra Fractal, launched in the late 1990s, became one of the most popular commercial fractal art programs. Fractal Extreme, another popular tool, allowed deep zooming into the Mandelbrot set, though render times could be several weeks for complex images.

Algorithmic Advances (2010s-Present)

The 2010s saw major computational advances in fractal art. New algorithms using perturbation and series approximation techniques greatly reduced the computational difficulty of generating deep zoom images. Render times that had taken weeks with Fractal Extreme were reduced to minutes using tools like Kalle's Fraktaler 2 and MandelMachine. In March 2016, Kalle's Fraktaler 2 added Newton-Raphson zooming, which allowed automatic zooming to specific regions of the Mandelbrot set, reducing the manual labor of zooming and allowing artists to focus on pattern construction.

A 2025 paper in the Algorithmic Pattern proceedings documented how fractal artists have been constructing patterns by choosing specific sequences of locations in deep Mandelbrot set zooms for at least 25 years. The paper described tools like Inflector Gadget, which allows artists to create Julia morphing patterns with "a single click to add an inflection point." In March 2025, Inflector Gadget was ported to JavaScript and WebGL 2, running inside a web browser and allowing generated patterns to be bookmarked or shared by copy-pasting URLs. Read the paper at Algorithmic Pattern.

A 2025 paper in Mathematics introduced a "recursive fractal modeling (RFM) method" that generates intricate fractal patterns with "enhanced control over symmetry, scaling, and self-similarity," with applications in medical imaging, textile design, and digital art. Read the paper at MDPI Mathematics.

Key Figures and Tools

Benoit Mandelbrot (1924-2010)

Mandelbrot coined the word "fractal" in 1975 and visualized the Mandelbrot set in 1980. Born in Warsaw to a Jewish family, he fled with his parents to Paris in 1936 and took refuge in the countryside during the Nazi occupation. After the war, he immersed himself in mathematics, eventually ending up at IBM. He described fractal geometry as "a new geometric language" for describing rough, fragmented objects. His 1982 book The Fractal Geometry of Nature remains the foundational text of the field.

Gaston Julia (1893-1978)

Julia studied iterated complex functions in the 1910s, producing the mathematical foundations for what would become Julia sets. His work was purely theoretical because computers did not exist to visualize the results. When Mandelbrot visualized Julia sets using computers in the 1970s and 1980s, the beauty and complexity of Julia's mathematics became visible for the first time.

Michael Barnsley (b. 1946)

Barnsley developed iterated function systems (IFS), a method for generating fractals through contraction mappings. His 1988 book Fractals Everywhere became a foundational text for fractal generation and influenced both scientific and artistic applications. IFS methods allow artists to encode specific self-similar structures directly in their rules, providing more control over the resulting fractal than dynamical map methods.

Fractal Artist Communities

Fractal art has a dedicated community of practitioners who develop tools, share techniques, and push the boundaries of what can be computed and visualized. Artists like stardust4ever, Fractal Universe, and DinkydauSet developed techniques for constructing patterns in deep Mandelbrot set zooms in the 2010s. DinkydauSet published Explore Fractals in January 2018, a tool for creating inflection-based fractal patterns. These community-driven tools have made fractal art more accessible and more artistically controllable.

Software Tools

Key software for fractal art includes Ultra Fractal (commercial, with programmable layers), Kalle's Fraktaler 2 (free, optimized for deep zooming), MandalMachine, Inflector Gadget (free, ported to web browser in 2025), and Explore Fractals. A 2025 paper in IJICT proposed an SA-enhanced PSO Newton algorithm for "efficient fractal art generation," combining simulated annealing with particle swarm optimization to produce high-quality fractal images with improved computational efficiency. Read the paper at IJICT.

Fractal art is a form of generative art, the broader category of art created using algorithms and computational processes. It connects to digital art as a practice that depends on computers for both creation and visualization. It relates to creative coding in its use of programming as an artistic tool, and to procedural generation in its use of algorithms to produce complex output from simple rules. The self-similar patterns of fractal art connect to sacred geometry and Islamic geometric art, which also use mathematical repetition to create visual complexity. For broader context, read our blog post on generative art and creative code, or explore our guide to the history of digital art.

See and Create Fractal Art

Fractal art is more accessible than at any point in its history. Tools like Inflector Gadget run in a web browser and allow anyone to create and share fractal patterns by copy-pasting URLs. Ultra Fractal offers a free trial and extensive tutorials for creating layered fractal compositions. Kalle's Fraktaler 2 is freely available and optimized for deep zooming into the Mandelbrot set.

For inspiration, the Mandelbrot set remains the starting point. Zoom into its boundary and you will find an infinite variety of structures: spirals, seahorses, elephants, mini-Mandelbrots, and patterns that no human has seen before. Each zoom level reveals new combinations of self-similar forms. The 2025 research on inflection-based pattern construction shows that fractal art is not just about discovering what the mathematics produces but about actively shaping it, with artists choosing where to place self-similarities and what structures to emphasize. For more on related practices, read our entries on generative art and digital art, or explore our post on generative art and creative code.