Skip to content

ftraple/cpp-fractal-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractal Creator

The Mandelbrot set is generated by iteration, which means to repeat a process over and over again. In mathematics this process is most often the application of a mathematical function. For the Mandelbrot set, the functions involved are some of the simplest imaginable: they all are what is called quadratic polynomials and have the form f(x) = x² + c, where c is a constant number.

RGB Image

About

This is a fractal creator wrote in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published