Skip to content

Fast multithreaded rendering of the Mandelbrot set in C++ using SFML and FreeImage.

Notifications You must be signed in to change notification settings

bpieszko/Mandelbrot

Repository files navigation

MANDELBROT SET

Compile

g++-7 --std=c++17 -O3 save_image.cpp utils.cpp main.cpp -lfreeimage -lsfml-graphics -lsfml-window -lsfml-system -lpthread

Using

Change values in config.hpp to manipulate consts.

./a.out

Some Mandelbrot set zooms

About

Fast multithreaded rendering of the Mandelbrot set in C++ using SFML and FreeImage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages