Skip to content

vivilenard/Fract-ol

Repository files navigation

Fract-ol

exemplary image

how to build it

  1. Install glfw

    on OS: if you have homebrew, run brew install glfw

    on Linux: run sudo apt install glfw

    and remember the path you install it to!

  2. clone this repository to someplace you like

  3. set the right path in the Makefile to glfw: MLX = ... -lglfw -L "/opt/homebrew/Cellar/glfw/3.4/lib"

--> here you replace the path in the embedded quotes. It leads to /lib in /glfw directory

(find out the path by going into your glfw directory, cd into /lib and type pwd. What appears is the right path to use)

  1. run make
  2. run ./fractol
  3. then choose an option e.g. ./fractol Mandelbrot

how it works

  • zoom in with your mouse indefinitely
  • leftklick to the point you want to have in your center
  • change the colors back and forth by pressing 1 / 2

thats it, thanks for checking out <3

exemplary image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published