zrabhi / FRACT-OL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fractol

42 School project.

Description

2nd project of the Graphic Branch of 42. Fractol is a project aimed at exploring fractals, mathematical sets that exhibit a repeating pattern displayed at every scale.

Features

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

How to use ?

for Mandelbrot use : -m

for julia use : -j

for BurningShip : -b

$> make
$> ./fractol -m
$> ./fractol -j
$> ./fractol -b

About


Languages

Language:C 88.0%Language:Makefile 12.0%