Skip to content

sarahgh8/Mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot

Explore the wonderful world of fractals through this program! This program visualizes the Mandelbrot set, a fascinating complex mathematical structure in the complex plane. With interactive features like zooming and arrow shifting, users can delve into the beauty of the fractal, uncovering endless patterns and details. Built using MiniLibX, the program combines mathematical computation with graphical rendering to bring the Mandelbrot set to life.

Mandelbrot Mandelbrot


Features

  • Zooming: Point the cursor on a specific area and use the scrolling bar to zoom in & out.
  • Arrow Shifting: Move the Mandelbrot set around using the arrow keys.

Installation

Prerequisites

  • Linux OS
  • X11 library
  • MinilibX
  • GCC compiler
  • make utility
  • use sudo apt-get install gcc make xorg libxext-dev libbsd-dev

Steps

  1. Clone the repository
  2. Run ./configure in the minilibx-linux directory
  3. Go back to the main directory and run make in the root directory
  4. Execute the program with ./fractol mandelbrot
  5. Enjoy!

About

A dive into the Mandelbrot fractal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors