Author Topic: The buddhabrot (challenging ?)  (Read 26063 times)

0 Members and 1 Guest are viewing this topic.

JRS

  • Guest
Re: The buddhabrot (challenging ?)
« Reply #75 on: January 14, 2015, 09:56:46 PM »
Are those PC's actually being used anymore? Is this based on web traffic?

Mike Lobanovsky

  • Guest
Re: The buddhabrot (challenging ?)
« Reply #76 on: January 14, 2015, 11:17:27 PM »
ROFLMAO! I'm yet to be shown an office where employees would play the market using their Samsung smartphones, John!




JRS

  • Guest
Re: The buddhabrot (challenging ?)
« Reply #77 on: January 15, 2015, 12:28:47 AM »
Reminds me of a chicken coup with cages lined up in a row. How do people work that way?

Could use some range free action here. (tele-commuting)

Mike Lobanovsky

  • Guest
Re: The buddhabrot (challenging ?)
« Reply #78 on: January 15, 2015, 01:07:33 AM »
Could use some range free action here. (tele-commuting)

Hardly. D'you know what a remote freelancer's expected workplace would look like by the contemporary U.S. industry standards if one wants to be contracted on a per-hour basis? It should be a fixed-place workstation equipped with a realtime web camera and a keylogger! Otherwise one would never be hired at more than $5 per hour, which is a humiliating rate even in my country.

I can meet all the three requirements and I do switch on all that gear occasionally. :)

RobbeK

  • Guest
Re: The buddhabrot (challenging ?)
« Reply #79 on: January 15, 2015, 03:21:42 AM »
All,

@Mike, "smoothly colored" -- probably the values of the orbit traps are more suitable than these end values.
(see attached)
An easy code change , mainly adding world(x,y).trap into the udt, assigning and plotting it.

Here the trap is z=0 , but a line, a circle or even a grid could be easily set up.

best,  Rob


.

Mike Lobanovsky

  • Guest
Re: The buddhabrot (challenging ?)
« Reply #80 on: January 15, 2015, 03:49:26 AM »
Hi Rob,

First of all, sorry for myself and John hijacking your thread for our usual friendly squabble. I'm experiencing a severe spell of procrastination on account of my projected move to a new residence. So, I just used that opportunity to distract myself from daily (nightly) worries. :)

Yes, this one looks attractive. But I'm sure that the both versions' point clouds can be used as vertices for OpenGL triangles or quads, which could effectively turn the grid into a set of interconnected 3D surfaces. It would be interesting to see what it might look like in reality.

Your orbit trap variant then might've looked very similar to the attached image of 2.5D Mandelbrot as seen in my GLSL fractal renderer called Fraxter. It's a pity that your computer is incapable of of running this advanced OpenGL app. :(

.

RobbeK

  • Guest
Re: The buddhabrot (challenging ?)
« Reply #81 on: January 15, 2015, 08:20:00 AM »
Ah, yes Fraxter -- I'll have a new machine soon  :) to experiment with it.

I'll see what I can do , I lowered the gaps between the points (doubled the number), and switched to Julia Fractals ...


attached ,   and a good base for improvement on the graphics


best Rob   (oops, change that R(c) value 0.06 into -0.2 ... much nicer)

.
« Last Edit: January 15, 2015, 08:29:16 AM by RobbeK »

Aurel

  • Guest
Re: The buddhabrot (challenging ?)
« Reply #82 on: January 15, 2015, 02:08:08 PM »
hi Rob
So this is openGL with GFA basic .right ?
looks that work fine on my old comp  ;D

Mike Lobanovsky

  • Guest
Re: The buddhabrot (challenging ?)
« Reply #83 on: January 15, 2015, 05:47:21 PM »
I'll have a new machine soon  :) to experiment with it.
Glad to hear that, Rob! A new PC is always a great event; a whole new world opening before your eyes! :D

Quote
(oops, change that R(c) value 0.06 into -0.2 ... much nicer)
I like the 0.06 thingy more. Yet the -0.2 "plate of boobs" is also not bad at all. :)

RobbeK

  • Guest
Re: The buddhabrot (challenging ?)
« Reply #84 on: January 17, 2015, 02:44:45 AM »
Thanks,

Aurel : yes GFA and OpenGL.
Mike : another idea is also storing the second last trap value - compare this with the last , will give an indication of the "speed" of the trap.  this give flower like images in pseudo 3D. 
Real 3D fractals are not so attractive imho , however i think if someone could define direction in 2D , it will be possible to set up 3D envolution boies

Mike Lobanovsky

  • Guest
Re: The buddhabrot (challenging ?)
« Reply #85 on: January 17, 2015, 07:17:08 AM »
Real 3D fractals are not so attractive imho

WAT?

Are you serious? Have you ever flown inside a 3D fractal drawn with your own hands?!

Rush for a new PC now! Go for it, man!

:D

.

RobbeK

  • Guest
Re: The buddhabrot (challenging ?)
« Reply #86 on: January 17, 2015, 08:13:17 AM »
Hi Mike,

I expressed myself poorly -- with real 3D I mean generated by f(x,y,z) and not the usual f(x,y,   g(x,y) ) which are based on 2D with an extra function giving it a z value.  I also meant the analytic onces - surely Koch, Klein etc... patterns can be perfectly (?) generated in 3D.
Rephrasing it correctly : using quaternions as a base and analytic functions - the most attractive ones are where j=k=0   (the 2D things) , the onces with k=0 can be found on the web :
http://www.bing.com/images/search?q=quaternion+fractals&FORM=HDRSC2  (beware , some are based on quads, but with some extra functions involved - not what I had in mind)

k != 0 may be more interesting, these are moving pictures  ;)

I hope I am wrong about these analytic 3D fractals, I profoundly hope ..   i think Steel Bank CL has a quadlisp package-- not sure it is public (probably used on these futuresque computers OS's - but both NASA and Google already running one)

best Rob -- my excuses, indeed 3D gives a better experience than 2D - but I was thinking about the mathematics -- but as said when I define a direction between two points in 3D I can setup a certain thickness around this axis , and we have yet another kind of 3D , but still based on 2D.
« Last Edit: January 17, 2015, 08:22:26 AM by RobbeK »