recursiveprocessing:MandleBuddhaDespite playing with the Mandlebrot fractal for a while, I had never
recursiveprocessing:MandleBuddhaDespite playing with the Mandlebrot fractal for a while, I had never heard of the Mandlebrot Buddha variation of rendering it. The fantastic Mathologer Youtube video did a great job of explaining the concept and expanding on a really nice way of calculating real number values on the Mandlebrot set. The first set of images are renders at 6000x6000 pixels and a maximum calculation number of 16,384 attempts to see if the c value was out of the Mandlebrot fractal (took 30 minutes to render). The full res image (16MB) can be found here, if interested. Here’s a desktop resolution.The gif was made at a much lower resolution (400x400) and a max calculation level of 500 attempts. Each point that is drawn is one step towards an eventually failing point.Code for the gif sketch, and code for the full resolution rendering software. -- source link