Skip to content

suopea/fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Installation

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.

MacOS

brew install glfw
brew install cmake

Linux

Debian (ubuntu etc)

sudo apt update
sudo apt install build-essential libx11-dev libglfw3-dev libglfw3 xorg-dev

Arch

sudo pacman -S glfw-x11

or for wayland:

sudo pacman -S glfw-wayland

Windows

Haven't tried this, but follow these instructions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published