Logo by DsyneGrafix - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Visit the official fractalforums.com Youtube Channel
 
*
Welcome, Guest. Please login or register. March 29, 2024, 09:55:16 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!



 
  Search  

  Slideshow  
Turtles all the way DownExtract-a-Mandel 2Exploder
Extract-a-Mandel 2
Previous Image | Next Image
Description: A different coloring applied to my algorithm that extracts, or "explodes", mini-brots out of the main Mandelbrot set through dynamic rescaling. Each little island has mini-brots. The simple formula is:
______________
int g = 0;

ct_complex jp[2] = {
    { .04, .07 },
    { -.04, -.07 }
};

for (unsigned int i = 1; i < 123; ++i)
{
    z = z * z + c;

    // escape condition
    if (z.real() * z.real() + z.imag() * z.imag() > 250)
    {
        if (g < 16)
        {
            z *= (i % 2) ? jp[1] : jp[0];
            ++g;
            continue;
        }
               
        return; // escaped, so bail!
    }
}

// did not escape...
______________

Actually, it is quite fast wrt getting at the mini-brots.

https://plus.google.com/101799841244447089430/posts/Xoc2K67Zv74
Stats:
Total Favorities: 0 View Who Favorited
Filesize: 4.65MB
Height: 2160 Width: 3840
Keywords: fractal Julia Mandelbrot math space art iteration scale vector 
Posted by: Chris Thomasson September 25, 2017, 01:00:08 AM

Rating: Has not been rated yet.

Image Linking Codes
BB Code
Direct Link
Html Link
0 Members and 1 Guest are viewing this picture.
Related Images
Mandel Streaks


Rating: *****
Filesize: 1.04MB
Date: March 24, 2008, 02:45:28 AM
Comments (4)
By: cKleinhuis
Mandel


Rating: ****
Filesize: 553.1kB
Date: October 13, 2009, 08:08:07 PM
Comments (0)
By: fractalwizz
Mandel-Orb


Rating: ****
Filesize: 474.66kB
Date: February 05, 2011, 04:41:39 PM
Comments (1)
By: Lee Oliver
3d Mandel


Rating: (None)
Filesize: 170.05kB
Date: June 01, 2017, 10:24:39 PM
Comments (0)
By: adelmo
Extract-a-Mandel


Rating: (None)
Filesize: 3.24MB
Date: September 12, 2017, 06:20:20 AM
Comments (2)
By: Chris Thomasson
  Slideshow  

Comments (0) rss

Return to Gallery

Powered by SMF Gallery Pro

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.188 seconds with 24 queries. (Pretty URLs adds 0.008s, 1q)