Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lsjoberg98/fractol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fract'ol

Hive project.

🚨"WARNING: This program may potentially trigger seizures for people with photosensitive epilepsy. Viewer discretion is advised."🚨

Description

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.

Features

Multiple fractals : Mandelbrot, Julia, BurningShip, Sphere. Increase and decrease max iteration for shape calculation. Zoom and unzoom. Different color patterns.

How to use ?

$> 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

About

frac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published