Skip to content

matthieuporte/mandelbrot

Repository files navigation

mandelbrot-explorer

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 :

  • A non-interactive version in ocaml
  • A version using sdl

Dependencies : gtk, base-devel

Tryout the app without installing

cd mandelbrot-explorer-1.0
make
./mandelbrot-explorer

Install as a package on arch

run

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 what mandelbrot can look like when you zoom in

About

A simple mandelbrot explorer made in c with gtk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published