Logo by kr0mat1k - 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: Follow us on Twitter
 
*
Welcome, Guest. Please login or register. April 19, 2024, 05:03:24 PM


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] 2 3 ... 30   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: Kalles Fraktaler 2  (Read 130050 times)
0 Members and 6 Guests are viewing this topic.
Kalles Fraktaler
Fractal Senior
******
Posts: 1458



kallesfraktaler
WWW
« on: June 24, 2013, 11:57:00 AM »

http://www.chillheimer.de/kallesfraktaler


Unlimited* pertubation exploration of the Mandelbrot Fractal (* = current limit is e100000)
From 1 to e600 the ordinary double datatype is used.
From e600 to e4920 long double is used, which is 3,5 times slower.
From e4920 to infinity, a custom datatype is used, with the same precision as double, and this is about 10 times slower than the double datatype. However it is still very fast compared to ordinary Mandelbrot rendering.

- The glitches can be avoided by going a little deeper than the location of interest. Then select "Reuse reference" and go back up.
- Animations are only stored as a list of jpeg images. You need the other program in the zip to create avi files.
- The UI is unfortunately not fully worked through and intuitive, I hope you find out how the program works

Many improvements has been added due to the excellent collaboration on this forum. Thanks to all that has given feedback, published result or ever used Kalles Fraktaler!  thank you post swing
My humble thanks goes to mrflay for sharing his mathematical findings!
And to Botond for sharing extensions of series approximation etc
And to pauldelbrot for sharing his glitch detection method
And to knighty for series approximation formulas for higher power Mandelbrot
And to laser blaster for the burning ship perturbation formula
And to Dinkydau for the locations in the gallery

Without this forum and your contributions this software could never been made. My contribution is small in comparison, since Kalles Fraktaler is just a collection of the amazing discoveries and methods you found!
« Last Edit: June 27, 2014, 02:40:06 PM by Kalles Fraktaler » Logged

Want to create DEEP Mandelbrot fractals 100 times faster than the commercial programs, for FREE? One hour or one minute? Three months or one day? Try Kalles Fraktaler http://www.chillheimer.de/kallesfraktaler
http://www.facebook.com/kallesfraktaler
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #1 on: June 24, 2013, 12:16:16 PM »

nice, but the program crashes right after the first click and zoom sad its just a 2ghz 32bit laptop, but i thought i mention it
Logged

---

divide and conquer - iterate and rule - chaos is No random!
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #2 on: June 24, 2013, 12:19:09 PM »

on a second try it worked better, but it was really hard to reach an interesting deep zoom location wink
can you include some nice deep zoom locations ?
Logged

---

divide and conquer - iterate and rule - chaos is No random!
Kalles Fraktaler
Fractal Senior
******
Posts: 1458



kallesfraktaler
WWW
« Reply #3 on: June 24, 2013, 12:46:32 PM »

It should work fine on your old laptop, it works fine on mine.
Why is it hard for you to reach interesting deep locations, is it due to the nature of that deep locations are deep? ;-)
Take a look at Dinkydau and others images in the art section of this forum, you can find location parameters for many of them there and paste them in.
Logged

Want to create DEEP Mandelbrot fractals 100 times faster than the commercial programs, for FREE? One hour or one minute? Three months or one day? Try Kalles Fraktaler http://www.chillheimer.de/kallesfraktaler
http://www.facebook.com/kallesfraktaler
blob
Strange Attractor
***
Posts: 272



« Reply #4 on: June 24, 2013, 12:49:00 PM »

Systematic crash on trying to resize the program window.

The max iteration thing doesn't seem to work too well as I can't seem to be able to zoom in and always have a detailed render despite increasing it manually.
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #5 on: June 24, 2013, 01:11:55 PM »

it happened when it was in full screen window mode
Logged

---

divide and conquer - iterate and rule - chaos is No random!
Kalles Fraktaler
Fractal Senior
******
Posts: 1458



kallesfraktaler
WWW
« Reply #6 on: June 24, 2013, 01:26:30 PM »

Systematic crash on trying to resize the program window.

The max iteration thing doesn't seem to work too well as I can't seem to be able to zoom in and always have a detailed render despite increasing it manually.
Yes Max iterations is only manual, and when resizing you need to press F5 to refresh before you can zoom further...

Sounds like there are many improvements that needs to be done wink
Logged

Want to create DEEP Mandelbrot fractals 100 times faster than the commercial programs, for FREE? One hour or one minute? Three months or one day? Try Kalles Fraktaler http://www.chillheimer.de/kallesfraktaler
http://www.facebook.com/kallesfraktaler
Kalles Fraktaler
Fractal Senior
******
Posts: 1458



kallesfraktaler
WWW
« Reply #7 on: June 24, 2013, 01:58:25 PM »

Thanks for the bug reports! This is spare time programming so please have indulgence with the quality not being perfect.

I've made a small fix since I realized that it was not possible at all to resize the window.
Unfortunately I had to reduce the maximum depth to e20000, since the problem was a stack-overflow.
This can be corrected later, if e20000 is to low, by increasing the stack, which takes a little more programming.
Logged

Want to create DEEP Mandelbrot fractals 100 times faster than the commercial programs, for FREE? One hour or one minute? Three months or one day? Try Kalles Fraktaler http://www.chillheimer.de/kallesfraktaler
http://www.facebook.com/kallesfraktaler
elphinstone
Alien
***
Posts: 38



mattia.gollub
WWW
« Reply #8 on: June 24, 2013, 03:09:28 PM »

Unfortunately I had to reduce the maximum depth to e20000, since the problem was a stack-overflow.
This can be corrected later, if e20000 is to low, by increasing the stack, which takes a little more programming.

I have no idea what your code looks like, but if too deep zooms cause a stack overflow it means that you are making a large use of recursion, right? CPUs are very good at managing it, but a high level of recursion means also a lot of function calls, which could lead to unnecessary overhead... and that's probably not what you want. wink

Are you sure that you cannot avoid recursion?
Logged
Dinkydau
Fractal Senior
******
Posts: 1616



WWW
« Reply #9 on: June 24, 2013, 03:24:03 PM »

Awesome! I am going to try it right now.

You made a typo on your website:
Quote
which I think is as big discovery as the Mandelbrot forumla
Logged

Kalles Fraktaler
Fractal Senior
******
Posts: 1458



kallesfraktaler
WWW
« Reply #10 on: June 24, 2013, 03:31:25 PM »

I have no idea what your code looks like, but if too deep zooms cause a stack overflow it means that you are making a large use of recursion, right? CPUs are very good at managing it, but a high level of recursion means also a lot of function calls, which could lead to unnecessary overhead... and that's probably not what you want. wink

Are you sure that you cannot avoid recursion?
No recursion is used. Instead the arbitrary precision variables have all their decimals fixed allocated on the stack, which makes it maybe 100 times faster than allocating the array on the heap. The stack is 1MB default, and each variable is 20kb for 20000 decimal precision. For 30000 it did not fit. It is possible to have lagrer stack size though...
Logged

Want to create DEEP Mandelbrot fractals 100 times faster than the commercial programs, for FREE? One hour or one minute? Three months or one day? Try Kalles Fraktaler http://www.chillheimer.de/kallesfraktaler
http://www.facebook.com/kallesfraktaler
Dinkydau
Fractal Senior
******
Posts: 1616



WWW
« Reply #11 on: June 24, 2013, 03:49:35 PM »

Unfortunately I can't get the program to do anything at all. I'm using windows 7. When I start the program, it runs for a few seconds with very high CPU usage and I can't do anything, then it crashes and CPU usage goes to 0.
Logged

elphinstone
Alien
***
Posts: 38



mattia.gollub
WWW
« Reply #12 on: June 24, 2013, 04:00:56 PM »

No recursion is used.

Ok sorry smiley

Then yes, you can increase the stack size. Usually it's just a compiler option but I'm not sure if it applies to child threads stacks too... If not you should be able to specify the size when you create the thread, but it depends from the libraries you are using.

Nice software anyway! Looking forward to see new zooms!
Logged
Kalles Fraktaler
Fractal Senior
******
Posts: 1458



kallesfraktaler
WWW
« Reply #13 on: June 24, 2013, 04:08:20 PM »

Unfortunately I can't get the program to do anything at all. I'm using windows 7. When I start the program, it runs for a few seconds with very high CPU usage and I can't do anything, then it crashes and CPU usage goes to 0.
Don't you even see the first zoom 1 mandelbrot?
Do you have 64-bit?
Logged

Want to create DEEP Mandelbrot fractals 100 times faster than the commercial programs, for FREE? One hour or one minute? Three months or one day? Try Kalles Fraktaler http://www.chillheimer.de/kallesfraktaler
http://www.facebook.com/kallesfraktaler
Dinkydau
Fractal Senior
******
Posts: 1616



WWW
« Reply #14 on: June 24, 2013, 04:16:31 PM »

Hmm, I just downloaded it on my laptop which has windows 64-bit just like my desktop computer, and it works now. That means it's probably a problem on my end. I also had a similar problem with skype before. Maybe I'm missing some kind of framework or something.
Logged

Pages: [1] 2 3 ... 30   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Superfractalthing or Kalles Fraktaler General Discussion paolo 6 10465 Last post January 27, 2014, 12:08:08 PM
by panzerboy
Kalles Fraktaler 95 (Sery'z Edition) Movies Showcase (Rate My Movie) SeryZone 2 8430 Last post July 11, 2014, 09:12:32 PM
by SeryZone
4k zoom mix - Kalles Fraktaler Movies Showcase (Rate My Movie) Fractal Kaleidoscope 2 9086 Last post July 19, 2014, 02:48:23 PM
by SeryZone
Kalles Fraktaler 2.5.7 Kalles Fraktaler « 1 2 » Kalles Fraktaler 20 22861 Last post October 25, 2017, 07:26:34 PM
by Mrz00m

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.151 seconds with 26 queries. (Pretty URLs adds 0.01s, 2q)