Skip to content

vvinogra/fractol

Repository files navigation

Fractol

Description:

The term fractal was first used by mathematician Benoit Mandelbrot in 1974, he based it on the Latin word fractus, meaning "broken" or "fractured".

A fractal is an abstract mathematical object, like a curve or a surface, which has a similar pattern whatever the scale.

Requirements:

Mac OS X El Capitan(10.11.5) or higher

Installation and launch:

  • git clone https://github.com/vvinogra/fractol.git
  • cd fractol
  • make
  • ./fractol [-j, -m, -b, -p, -t, -j_s, -my, -c]

Keys:

  • Move down: down key
  • Move up: up key
  • Move left: left key
  • Move right: right key
  • Zoom in: plus(+) or mouse wheel
  • Zoom out: minus(-) or mouse wheel
  • Change colors: 1, 2, 3, 4, 5, 6, 7, 8, 9
  • Reset: 0
  • More iterations: *
  • Less iterations: /

screenshot1

screenshot2

screenshot3