Mandelbrot Explorer
A downloadable project for Windows
Mandelbrot Explorer
Made with OpenGL and GLFW. You can get a visualization of a Mandelbrot set with this little program.
What is Mandelbrot Set?
Hold onto your pants, it's going to get technical:
Mandelbrot set is the set of Complex numbers that remain bounded when f(z) = z^2 + c is applied to them arbitrarily many times.
- Every pixel on the screen represents the complex numbers.
- x is real part, y is the complex part for each number.
- The color of each pixel represents how many times we can apply f(z) function to the complex number represented by that pixel.
- Since we can only work with finite numbers, we set up an integer value for the maximum iterations (used 255).
- Also we decide on what positive float will be the absolute value for the boundedness (used 2).
Status | Released |
Category | Other |
Platforms | Windows |
Author | Reluctant Dev |
Download
Download
mandelbrot.zip 1.7 MB
Install instructions
Unzip and run the mandelbrot.exe without deleting any zipped files.
Leave a comment
Log in with itch.io to leave a comment.