About

A fractal is an infinitely detailed geometric shape with self-similar patterns. The most popular example is the Mandelbrot (depicted in the website banner), but there are a multitude of methods to render fractals. Apart from creating beautiful images, fractals are also useful as a learning tool to inspire thought in advanced mathematics and computer science. For that reason, fractal-fish is an open-source project that provides code and runnable web programs for a variety of fractals.

Source Code

The simulations on fractal-fish were created using the Godot game engine (stable version 3.5) and are hosted through the GitHub Pages service. All of the code is available on my github profile under the MIT license.