/fractals-generator

C++ Mandelbrot and Julia set fractals generator

Primary LanguageC++

fractals-generator

c++ generator of Mandelbrot and Julia set fractals

controle :

    zoom :

        zoom-in : left-click on mouse

        zoom-out : right-click on mouse

    precision:

        increase precision : left arrow

        decrease precision : right arrow

    change fractal :

        Mandelbrot set to Julia set : point with mouse and press left control

        Julia set to Mandelbrot set : press left control

Dependencies:

    - SFML

Tests :

Mandelbrot set :

Julia set :

Informations:

    It runs completely on CPU which main cause latency.

    (First project on c++ and SFML)

    Credits : Tom Demagny, Creator of the project.