/fractol

Primary LanguageC

Fractol

Fractol is a graphical representation of different fractals implemented in C using the MiniLibX library.

Installation

Clone the repository:

git clone https://github.com/yourusername/fractol.git

Navigate to the project directory:

cd fractol

Compile the project:

make

Usage

To run the program, execute the following command:

./fractol [fractal name]

The available fractals are:

  • mandelbrot
  • julia
./fractol Mandelbrot
./fractol Julia -0.7 -0.27015

While running, you can use the following commands:

Zoom in: scroll up

Zoom out: scroll down