Skip to content

it really do be a mandelbrot (Now with Julia set, and Newtons Fractal support)

License

Notifications You must be signed in to change notification settings

MajorMilk/Multi-Threaded-Mandelbrot-Set-Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Threaded Mandelbrot Set Renderer

it really do be a mandelbrot

at the moment things are set up to be in a 1:1 aspect ratio but by changing the ratio between the x and y bounds to match the screens ratio, you can make it any aspect ratio

you can also slide the window around by adjusting the x and y offsets;

Update 2: Newtons fractal

Its in a side project and isnt multithreaded but it does support changing the exponent of the polynomial with a single variable.

if you wanted to change the polynomial further the iterations are done in the generate color function.

image

Update

I added julia set support and more clear instructions. I am considering updating this in the future to support image tiling so I can make images greater than 23k, but i'll do that later.

JuliaSet2k-0 80 156

image