This is a browser for the mandelbrot set. What makes this different from other browsers out there is the fact that instead of seeing a still image of the set, you get to see it grow!
The project depends on MLX42. The MLX42 library is downloaded and compiled by the makefile of this project, so you don't need to worry about that, but you do need to install the dependencies for MLX42 first (instructions below). Then run make and ./mandelbrot.
brew install glfw
brew install cmakesudo apt update
sudo apt install build-essential libx11-dev libglfw3-dev libglfw3 xorg-devsudo pacman -S glfw-x11or for wayland:
sudo pacman -S glfw-waylandHaven't tried this, but follow these instructions.