Logo by AGUS - 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: Did you know ? you can use LaTex inside Postings on fractalforums.com!
 
*
Welcome, Guest. Please login or register. April 20, 2024, 03:24:26 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!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Chaosbrot APPLET! (only 10 KB! Version 2 is now out!)  (Read 8600 times)
0 Members and 1 Guest are viewing this topic.
doomedrusher
Guest
« on: January 09, 2010, 02:47:59 AM »

EDIT2>YAY LINK:
http://dl.dropbox.com/u/2426275/xyrus.clan-boa.com/extern/chaosbrot/index.html

I got bored and developed my own fractal renderer one day, and eventually I stumbled upon a broad set of fractals, which I proceeded to name Chaosbrot. While the "chaosbrot" fractals themselves are not the most attractive, their corresponding "Julia sets" are.  Here is a quick render with seed value -0.28125 + 0.849609375i and chaos value 1:



and a few more:



So if anyone wants to test out the chaosbrot fractal series, you can get it from here:
http://www.mediafire.com/file/u1jmmmmj4ob/Chaosbrot.zip

It's a 10KB download from MediaFire.  Instructions for use are in the .ZIP file.  Need Java-enabled browser (and preferably a screen with resolution bigger than 1024 x 768) to run applet.

P.S.  Yes, I know it only renders in blue at the moment, but I have a beta that is extensible for other coloring palettes.  Anyone who wants it should pm me (or post a request on the blog).  Thanks.  Feedback would be appreciated  smiley
« Last Edit: July 03, 2010, 08:37:09 PM by doomedrusher » Logged
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #1 on: January 09, 2010, 02:57:10 AM »

I got bored and developed my own fractal renderer one day, and eventually I stumbled upon a broad set of fractals: The Chaosbrot (newly made wikipedia page). While the "chaosbrot" fractals themselves are not the most attractive, their corresponding "Julia sets" are. Here is a quick render with seed value -0.28125 + 0.849609375i and chaos value 1:


In the Wiki, that should surely be "a^2 - b^2" not "a^2 + b^2" ?
Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
doomedrusher
Guest
« Reply #2 on: January 09, 2010, 03:14:52 AM »

I got bored and developed my own fractal renderer one day, and eventually I stumbled upon a broad set of fractals: The Chaosbrot (newly made wikipedia page). While the "chaosbrot" fractals themselves are not the most attractive, their corresponding "Julia sets" are. Here is a quick render with seed value -0.28125 + 0.849609375i and chaos value 1:


In the Wiki, that should surely be "a^2 - b^2" not "a^2 + b^2" ?


Yeah, I fixed it; I was in a hurry to write the article so I forgot that removing the "i" necessarily requires negation before the b^2 term after squaring. Thanks!
Logged
matsoljare
Fractal Lover
**
Posts: 215



WWW
« Reply #3 on: January 09, 2010, 08:20:48 PM »

It's basically multiplying the real and imaginary parts separately, along with the normal complex squaring operation. I posted about this here:

http://www.fractalforums.com/mandelbrot-and-julia-set/strange-possibly-unknown-mandelbrot-variants/msg5773

I'd still love to see someone implement my idea of Supermandelbrot/Superjulia rendering, calculating an entire Mandelbrot/Julia set for each pixel and using the number of inside/outside pixels to decide the color.
Logged
Buddhi
Fractal Iambus
***
Posts: 895



WWW
« Reply #4 on: January 09, 2010, 09:31:09 PM »

I got bored and developed my own fractal renderer one day, and eventually I stumbled upon a broad set of fractals: The Chaosbrot (newly made wikipedia page). While the "chaosbrot" fractals themselves are not the most attractive, their corresponding "Julia sets" are. Here is a quick render with seed value -0.28125 + 0.849609375i and chaos value 1:


In the Wiki, that should surely be "a^2 - b^2" not "a^2 + b^2" ?


It was your post no. 1000 on FractalForums. CONGRATUATIONS!!!
Logged

doomedrusher
Guest
« Reply #5 on: January 09, 2010, 09:43:26 PM »

It's basically multiplying the real and imaginary parts separately, along with the normal complex squaring operation. I posted about this here:

http://www.fractalforums.com/mandelbrot-and-julia-set/strange-possibly-unknown-mandelbrot-variants/msg5773

I'd still love to see someone implement my idea of Supermandelbrot/Superjulia rendering, calculating an entire Mandelbrot/Julia set for each pixel and using the number of inside/outside pixels to decide the color.

Actually, a mandelbrot set is exactly the same as a "super julia set", so to speak. Every pixel of the mandelbrot set corresponds to a positive-area Julia set. Points outside the mandelbrot set (or at Misiurewicz points) correspond to julia sets with zero area (locally connected or not), and they correspond to the non-white points on the mandelbrot set. See this picture here:



So as you can see, a superjulia set would look exactly the same as a mandelbrot set.

By the way, my applet code is actually really extensible so I can code for a supermandelbrot set if you really wanted (which would render 262144 times slower than a normal mandelbrot set in the worst case). the problem being what parameters I should take for each point (what does x correspond to? what does y correspond to? etc.) Please give more detailed specifications and I'll cook up an applet for you. If you can advertise my blog a little bit that would be nice too wink

EDIT> Scratch that, I just realized that the method you suggested would actually allow me to color the interior of the mandelbrot set. I'll work on a render right away.
« Last Edit: January 09, 2010, 09:52:07 PM by doomedrusher » Logged
bib
Global Moderator
Fractal Senior
******
Posts: 2070


At the borders...


100008697663777 @bib993
WWW
« Reply #6 on: January 10, 2010, 07:18:13 PM »

Actually, a mandelbrot set is exactly the same as a "super julia set", so to speak. Every pixel of the mandelbrot set corresponds to a positive-area Julia set. Points outside the mandelbrot set (or at Misiurewicz points) correspond to julia sets with zero area (locally connected or not), and they correspond to the non-white points on the mandelbrot set. See this picture here:
and this video smiley
<a href="http://www.youtube.com/v/H603qZfhTNM&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/H603qZfhTNM&rel=1&fs=1&hd=1</a>
Logged

Between order and disorder reigns a delicious moment. (Paul Valéry)
matsoljare
Fractal Lover
**
Posts: 215



WWW
« Reply #7 on: January 10, 2010, 10:59:07 PM »

For some other formulas though, such as Nova, Newton and Phoenix, this is NOT the case, which was what made me think of this idea in the first place.
Logged
lkmitch
Fractal Lover
**
Posts: 238



« Reply #8 on: January 11, 2010, 04:43:41 PM »

I'd still love to see someone implement my idea of Supermandelbrot/Superjulia rendering, calculating an entire Mandelbrot/Julia set for each pixel and using the number of inside/outside pixels to decide the color.

I coded the Supermandelbrot set for Ultra Fractal about a year ago.  It's in the formula database in lkm3.ucl.

This image, http://www.kerrymitchellart.com/gallery21/heavyweather.html, was created using the Supermandelbrot coloring and was featured in New Scientist magazine last November.

Kerry
Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #9 on: January 11, 2010, 09:36:52 PM »

that image looks great cheesy
Logged
Nahee_Enterprises
World Renowned
Fractal Senior
******
Posts: 2250


use email to contact


nahee_enterprises Nahee.Enterprises NaheeEnterprise
WWW
« Reply #10 on: January 15, 2010, 11:00:03 AM »

The Chaosbrot (newly made wikipedia page).

It appears that this Wiki entry may not be around much longer if it does not get any non-Delete votes.

I got bored and developed my own fractal renderer one day....
So if anyone wants to test out the Chaosbrot fractal series, you can get it from here:
   http://www.mediafire.com/file/u1jmmmmj4ob/Chaosbrot.zip

Thanks for the link and making your four Java SE 6 .class files available for others to try out.
 
Logged

Timeroot
Fractal Fertilizer
*****
Posts: 362


The pwnge.


WWW
« Reply #11 on: January 18, 2010, 07:15:52 PM »

The Chaosbrot (newly made wikipedia page).

It appears that this Wiki entry may not be around much longer if it does not get any non-Delete votes.
It got nerfed  angry Give it time, if this grows popular, I bet we can get it back on.
Logged

Someday, man will understand primary theory; how every aspect of our universe has come about. Then we will describe all of physics, build a complete understanding of genetic engineering, catalog all planets, and find intelligent life. And then we'll just puzzle over fractals for eternity.
doomedrusher
Guest
« Reply #12 on: January 23, 2010, 03:56:01 AM »

I got back to this thread after forever and decided that I might as well just give you guys the developer version I have. I made a quick 10-minute patch to make the beta less memory-leaky and now the UI should be much better and give superior rendering options.

Download link: (.zip is also attached to this post)
http://www.mediafire.com/file/w5kauyzrojk/Chaosbrot%202.zip

Screenshot:


See the "real offset"/"imaginary offset" boxes? It's the same thing as the "perturbations" option on the applet in this link:
http://edgrenweb.se/mandelbrot/

Which was used to make this:
<a href="http://www.youtube.com/v/abimf5s9kMI&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/abimf5s9kMI&rel=1&fs=1&hd=1</a>

Sadly, their applet sucks massively in aesthetic coloring and fractal aliasing, and is really limited, so I added the option to mine.

Coloring algorithm:
-Primitive cycle: Blue/yellow. Emphasizes high contrast,
-HSV escape: Plots HSV value based on what the point's value is when it escapes. (I use a circle of radius 100 as the escape boundary) Hue = argument, saturation = ratio of (iterations required to escape)/(max iterations), value = (modulus - 100) / 100. Mathematically the superior mode of rendering for visualization, but not so much graphically appealing.
-Red/Blue/Green: Colors based on the ratio of iterations required/max iterations. To improve contrast in a region that's too blue, use "palette curve" to set a minimum value of iterations beneath which everything will be colored black.
-Cyclic blue: I find it hard to explain. Let's just say that it's a very good mode of rendering for regions of the set where iterations required vary significantly.

As for what "palette curve" actually does... I'll let pictures do the talking.

With iterations set at 1600:

Palette curve = 0:

Palette curve = 500:

Palette curve = 1000:

* Chaosbrot 2.zip (9.77 KB - downloaded 243 times.)
« Last Edit: January 23, 2010, 03:59:03 AM by doomedrusher » Logged
doomedrusher
Guest
« Reply #13 on: July 03, 2010, 08:35:22 PM »

UPDATE:

Xyrus02was nice enough to host this so that it's accessible by web: No more downloading zip files to run this applet!
http://dl.dropbox.com/u/2426275/xyrus.clan-boa.com/extern/chaosbrot/index.html
Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Java applet for exploring the Mandelbrot set Announcements & News Paton 5 7026 Last post March 26, 2007, 06:03:34 PM
by Paton
New Java Applet Fractal Explorer Program on CodingMagic.com Introduction to Fractals and Related Links starplasm 13 6288 Last post September 04, 2008, 02:13:06 AM
by Duncan C
Relocated: Chaosbrot Fractals! (Images and applet included) Introduction to Fractals and Related Links Nahee_Enterprises 0 2670 Last post January 11, 2010, 10:57:38 AM
by Nahee_Enterprises
I little useless applet i wrote today Non-Fractal related Chit-Chat ker2x 3 1154 Last post November 15, 2010, 07:33:01 AM
by ker2x
Me and my fractal applet .. Fractacular Meet & Greet ChristopherLowe 2 1874 Last post April 25, 2011, 07:06:18 AM
by RogerDahl

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.16 seconds with 24 queries. (Pretty URLs adds 0.009s, 2q)