Colnup / fractals-generator

C++ Mandelbrot and Julia set fractals generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

C++ Mandelbrot and Julia set fractals generator


Languages

Language:C++ 96.4%Language:CMake 3.6%Language:C 0.0%