Hive project.
🚨"WARNING: This program may potentially trigger seizures for people with photosensitive epilepsy. Viewer discretion is advised."🚨
2nd project of the Graphic Branch of Hive. A fractal is a never-ending pattern. Fractals are infinitely complex patterns that are self-similar across different scales. They are created by repeating a simple process over and over in an ongoing feedback loop. Driven by recursion, fractals are images of dynamic systems – the pictures of Chaos.
Multiple fractals : Mandelbrot, Julia, BurningShip, Sphere. Increase and decrease max iteration for shape calculation. Zoom and unzoom. Different color patterns.
$> git clone https://github.com/lsjoberg98/fractol.git fractol
$> cd fractol
// now you can re-compile the project with make, due to issues with Minilibx
$> make
$> ./fractol mandelbrot
$> ./fractol julia
$> ./fractol burningship
$> ./fractol sphere