Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 577 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 577 Bytes

fractol

Fractal renderer using MinilibX

Usage: fractol [multi] <set>
where <set> is one of mandelbrot | burning-ship | tricorn
Including multi flag enables adjusting the power to which the fractal is calculated. This creates the 'multibrot' variants of normal sets.
All fractal sets can be switched to their corresponding Julia sets, where the set is calculated for the current coordinates of the cursor.