#💬 whos_creativeʹs Feedback
1 messages · Page 1 of 1 (latest)
Like 700 lines of misery
These are my references tho
Pseudo-code base for the Mandelbrot Fractal algorithm
https://en.wikipedia.org/wiki/Mandelbrot_set#:~:text=for each pixel,iteration %3A%3D iteration %2B 1
Optimised Escape Time Algorithm
https://en.wikipedia.org/wiki/Plotting_algorithms_for_the_Mandelbrot_set#:~:text=optimized pseudocode
Histogram Coloring & Continous Smooth Coloring Methods
https://en.wikipedia.org/wiki/Plotting_algorithms_for_the_Mandelbrot_set#Histogram_coloring
https://en.wikipedia.org/wiki/Plotting_algorithms_for_the_Mandelbrot_set#Continuous_(smooth)_coloring
Yes!
Although zooming seems to make it exponentially more expensive to calculate
Oh I made sure to not do that, I think it's just that my algorithm isn't super optimised
proof fr
Thanks! :D