You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Clone the repository
Run ./configure in the minilibx-linux directory
Go back to the main directory and run make in the root directory