Lilili21 / Fractol

Fractol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fractol

This is a program that allows you to draw and modify fractals. The program includes 6 fractals. For each fractal is available:

  1. choice of color spectrum and brightness;
  2. moving fractals on the screen;
  3. zoom from the keyboard and mouse-zoom to the point on the screen;
  4. change the number of iterations;
  5. select fractal from the keyboard; Additionally available:
  6. for Julia you can change the parameter C with the mouse;
  7. for all fractals, except Carpet, the option of psychedelic colors is available. This is a sinusoidal color change every second. Optimization implemented by threads. You can choose number of threads before compilation.

fractals examples: -->Julia julia -->Mandelbrot mandelbrot -->Burning_Ship bship -->Mandelbar mandelbar -->Celtic_Mandelbrot c_mandelbrot -->Celtic_Mandelbar c_mandelbar -->Carpet carpet Julia psychedelic mode
color

About

Fractol


Languages

Language:C 97.3%Language:Makefile 2.7%