Skip to content

Low level bitmap file generator of plotted coordinates of the Mandelbrot set

Notifications You must be signed in to change notification settings

grauulzz/fractal-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

fractal-project

This program writes a fractal image to a bitmap file in c++ using the Mandlebrot set to plot it's cooridinates (https://en.wikipedia.org/wiki/Mandelbrot_set)

(extremely brief description)

Points of a given pixel's stability/instability are added to a histogram of cooridinate values (database)

We use this database to color and zoom in on the fractal image based of which pixel's total amount of iterations are stable or unstable as the mandelbrot set equations is appiled to each cooridinate value (complex numbers are used to represent coordinate values of histogram)

fractal example

About

Low level bitmap file generator of plotted coordinates of the Mandelbrot set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published