Post

Mandelbrot Explorer

A simple mandelbrot explorer with parameters tweakings made in c with gtk.

This is a simple mandelbrot explorer made in c with gtk. It allows for exploration of the mandelbrot set, with customisations features such as theming and control over the depth of rendering.

I’ve done other versions, not quite as good :

Dependencies : gtk, base-devel

Tryout the app without installing

1
2
3
cd mandelbrot-explorer-1.0
make
./mandelbrot-explorer

Install as a package on arch

run

1
2
makepkg
sudo pacman -U mandelbrot-explorer-1.0-1-x84_64.pkg.tar.zst

Then you should be able to run the program in a terminal and in a launcher.

Install as flatpak (for other distros)


Enjoy !

what mandelbrot can look like when you zoom in what mandelbrot can look like when you zoom in

This post is licensed under CC BY 4.0 by the author.

Trending Tags