Skip to content

Hyun-Soon/Fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ–ผ๏ธ Fractal Renderer

This project renders the Mandelbrot, Julia, and Burning Ship fractals. You can use your own parameters for Julia set.

Youtube Link

|madelbrot|julia|burning_ship|

๐Ÿš€ Features

  • 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'.

๐Ÿ“œ Prerequisites

To compile and run this program, you'll need:

  • minilibX
  • A C/C++ compiler (e.g., GCC)
  • Make (optional, for easier compilation)

๐Ÿ’ป Installation

To install and run this project, follow these steps:

  1. Clone the repository:
   git clone https://github.com/Hyun-Soon/Fractal.git
   cd Fractal
  1. Build the project:
    make
  1. Run the program:
    ./fractal mandelbrot
    ./fractal julia <arg1> <arg2>
    ./fractal burning ship

    arg1 : real number
    arg2 : imaginary number without i

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published