This project is meant to create graphically beautiful fractals
In mathematics fractal is a term used to describe geometric shapes containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension.
Implemented fractals:
- Julia
- Mandelbrot
- Burning ship
git clone https://github.com/zurag/fractol.git && cd fractol && make
./fractol [fractal_name]
Avalible fractal_name:
- julia
- mandelbrot
- burning_ship
-
↑
- Turn up -
↓
- Turn down -
←
- Turn left -
→
- Turn right -
q
- add iteration -
w
- delete iteration -
1 - 6
- numbers from 1 to 6 change color -
Mouse Scroll
- zooming -
Mouse position
- julia changes views with mouse position -
Esc
- Exit program