Skip to content

ForNeVeR/Mandelbrot

Repository files navigation

Mandelbrot

Mandelbrot is program for real-time visualizing of the Mandelbrot set. Points are drawn with various colors according to 'depth' (how many iterations taken to determine that point is NOT part of Mandelbrot set). If point really IS part of set, it will be drawn with black color.

Screenshot

Installation

Download the latest version from the releases section, or build from source (see the contributor guide for details).

Starting the program

Windowed mode with window size W x H:

$ Mandelbrot W H

Fullscreen mode:

$ Mandelbrot --full

Windowed with default window size:

$ Mandelbrot

Please note that running with big window size or fullscreen takes many system resources.

Usage

You can just relax and watch as Mandelbrot set view is zooming on your screen. Default zoom position in selected for some interesting figures showing in it.

  • Arrow keys: change projection center
  • ESC: exit

Documentation

License

The project is distributed under the terms of the MIT license.

The license indication in the project's sources is compliant with the REUSE specification v3.3.

About

Application for real-time visualizing of Mandelbrot set.

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •