Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 605 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 605 Bytes

Fractol

Desctiption

In this project I've practiced in mathematics with complex numbers. This program can display 3 different fractal sets, such as Mandelbrot set, Julia set and Tricorn set. Fractal sets are sets of points, given by iterated function, and increasing the number of iterations causes infinite fractal shapes.

how to install:

make

how to start:

./fractol [mandelbrot/julia/tricorn] or

fractol.1 fractol.2