This project renders the Mandelbrot, Julia, and Burning Ship fractals. You can use your own parameters for Julia set.
- Mandelbrot Set Rendering: Generate high-quality images of the Mandelbrot set.
- Julia Set Rendering: Customize and render Julia sets with various parameters.
- Burning Ship Fractal Rendering: Explore the unique and lesser-known Burning Ship fractal.
- Change Color: Change colors by pressing 'c'.
To compile and run this program, you'll need:
- minilibX
- A C/C++ compiler (e.g., GCC)
- Make (optional, for easier compilation)
To install and run this project, follow these steps:
- Clone the repository:
git clone https://github.com/Hyun-Soon/Fractal.git
cd Fractal
- Build the project:
make
- Run the program:
./fractal mandelbrot
./fractal julia <arg1> <arg2>
./fractal burning ship
arg1 : real number
arg2 : imaginary number without i