Skip to content

juuuuulian/Fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractals

Generates a Mandelbrot set and save the image into a file (.BMP or .PNG). There are two implementations, one is in C and the other is in C++.

plot of mandelbrot

This program uses an escape time algorithm. For each pixel in the image, it starts with the x any y position, and then computes a recurrence relation until it exceed a fixed value or runs for max iterations. Then the pixel is assigned a color according to the number of iterations completed.

About

Generates a Mandelbrot set and save the image into a file (.BMP or .PNG). There are two implementations, one is in C and the other is in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors