Logo by dainbramage - 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: Support us via Flattr FLATTR Link
 
*
Welcome, Guest. Please login or register. April 25, 2024, 05:20:06 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 ... 4 5 [6] 7 8 ... 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 138957 times)
0 Members and 2 Guests are viewing this topic.
blob
Strange Attractor
***
Posts: 272



« Reply #75 on: September 21, 2013, 01:56:46 AM »

Not be a grammar or spelling pendant  fiery  wink, but here is the upper text on you webpage corrected:

 rolling on floor laughing

 grin
Logged
hsmyers
Navigator
*****
Posts: 62


Making Mandelbrots from Newtons for years


hugh.myers.75 hughsmyers
WWW
« Reply #76 on: September 21, 2013, 02:43:12 AM »

Yeah, I caught another just before I pressed post  embarrass What can I say, I'm lexdysic errrr---dyslexic  wink

--hsm
Logged

Without tradition, art is a flock of sheep without a shepherd. Without innovation, it is a corpse. --- W. Churchill
Pauldelbrot
Fractal Senior
******
Posts: 2592



pderbyshire2
« Reply #77 on: September 21, 2013, 03:58:18 AM »

rolling on floor laughing

 grin

Skitt's Law strikes again!
Logged

SeryZone
Strange Attractor
***
Posts: 253


Contemplate...


« Reply #78 on: September 22, 2013, 04:06:17 PM »

Kalle! Can I ask you for new updates?
1) Non-Linear color density: Your coloring formula is Index = iteration / (Iteration Div)
    More smooth is Index = sqrt(iteration) / (IterationDiv). It gives more smooth coloring on denser elements and near minibrot (or Julia).
2) Cosine palette Interpolation.
   
x1 = 0, y1 = 0. x2 = 255, x2 = 255
   //Linear interpolation
function interpolate_linear(a, b, k:Double):Double;
begin
  Result := a * (1 - k) + b * (k);
end;



//Cosine Interpolation
function interpolate_cosine(a, b, k:Double):Double;
begin
  Result := ((a + b) + (a - b) * cos(pi * k)) / 2;
end;

a - begin point (x1)
b - end point.  (x2)
k - |y2-y1|

Logged

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



kallesfraktaler
WWW
« Reply #79 on: October 05, 2013, 04:39:59 PM »

I am glad to be able to announce that I have made a new version available on my web-page
http://biphome.spray.se/karl.runmo/fraktal2.htm

This program is free, but if you are ever able to make money of what you produce with my program you may consider sharing it with me.
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
hsmyers
Navigator
*****
Posts: 62


Making Mandelbrots from Newtons for years


hugh.myers.75 hughsmyers
WWW
« Reply #80 on: October 05, 2013, 06:08:09 PM »

Kalles,

It just keeps getting better  cheesy Have you considered some sort of automatic/adaptive option for iterations? You can reach depths that need greater counts so quickly that it would be nice to have it adjust it self. Perhaps even something as rudimentary as  Ctrl+D to double the current iteration? In any event, keep up the great work  A Beer Cup

--hsm
Logged

Without tradition, art is a flock of sheep without a shepherd. Without innovation, it is a corpse. --- W. Churchill
Dinkydau
Fractal Senior
******
Posts: 1616



WWW
« Reply #81 on: October 05, 2013, 09:54:14 PM »

Awesome
I'm zooming with your new program right now.
Logged

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



kallesfraktaler
WWW
« Reply #82 on: October 05, 2013, 11:13:34 PM »

hsmyers, thanks for the reminder, I had this planned but forgot it. There is a 2.1.1. available now smiley

Dinkydau, so your desktop is at least 8 times faster than your laptop, since it has 8 times more processor cores.
And now my program is at least 10 times faster on depths deeper than e301.
You realize that we would be able to explore the Mandelbrot set maybe 100 times faster on your desktop, right?
So how are we going to get my program work on your desktop...?? smiley
« Last Edit: October 05, 2013, 11:17:56 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
Dinkydau
Fractal Senior
******
Posts: 1616



WWW
« Reply #83 on: October 06, 2013, 01:50:03 AM »

Really I have no idea. I tried everything that I could think of to fix the problem. My desktop has windows 7 ultimate while my laptop has windows 7 home. It happens with every version of Kalles fraktaler you released.

There is one possible explanation that I have thought of, and that is that the problem is inherent to the CPUs. Maybe your program doesn't work with two physical CPUs, the AMD interlagos architecture or the number of cores. But I find it very unlikely that anything like that is indeed the problem. The CPUs should not be a problem as long as the operating system works. At least they should not make a program crash...
Logged

panzerboy
Fractal Lover
**
Posts: 242


« Reply #84 on: October 06, 2013, 01:28:41 PM »

Big thankyou to Karl for the Movie Maker!  the wave
Now I can finally make a mandelbrot zoom movie with colour cycling and rotation.

<a href="http://www.youtube.com/v/UZ5e99j533A&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/UZ5e99j533A&rel=1&fs=1&hd=1</a>

A Couple of suggestions if you might be developing further.
The file names for multi-part videos do not automatically load into VirtualDub.
You use file names like file[01].avi, file[02].avi ...
If you change them to file_01.avi, file_02.avi and so on I wouldnt have to do this DOS 1 liner to convert the file names.
Code:
for /f "usebackq delims=[] tokens=1-3" %i in (`dir /b film[??].avi`) do rename %i[%j]%k %i_%j.avi

The rotation does not seem to work for 0.5 even though the docs on the page say the degrees rotation is a 'float value'.
Super slow rotation can look cool.

I'd like slower colour cycling too, but noting that the iterations per frame is an integer and you 'smooth' the colours by using palette indexes I guess all your colouring logic is integer based?
So converting to floating point would be a biggie.

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



kallesfraktaler
WWW
« Reply #85 on: October 06, 2013, 03:34:02 PM »

Big thankyou to Karl for the Movie Maker!  the wave
Now I can finally make a mandelbrot zoom movie with colour cycling and rotation.

A Couple of suggestions if you might be developing further.
The file names for multi-part videos do not automatically load into VirtualDub.
You use file names like file[01].avi, file[02].avi ...
If you change them to file_01.avi, file_02.avi and so on I wouldnt have to do this DOS 1 liner to convert the file names.
Code:
for /f "usebackq delims=[] tokens=1-3" %i in (`dir /b film[??].avi`) do rename %i[%j]%k %i_%j.avi

The rotation does not seem to work for 0.5 even though the docs on the page say the degrees rotation is a 'float value'.
Super slow rotation can look cool.

I'd like slower colour cycling too, but noting that the iterations per frame is an integer and you 'smooth' the colours by using palette indexes I guess all your colouring logic is integer based?
So converting to floating point would be a biggie.

Thanks for your kind comments.
Yes I found these bugs, some hardcoded values I forgot to set.
I have also found that the cycling could be nice to be slower than 1.
I will make an update this evening. :-)

Edit: I have now updated the KeyFrameMovie program and corrected the bugs and changed the out file names.

BTW, Panzerboy or CommandLineCowboy, did you know that you made me into all this a year ago? I found one of your movies on youtube and was mind blown, my program Kalles Fraktaler 1 could not zoom more than e13, which is the limit when using the double datatype and the standard methods. I got inspired and encouraged to create an arbitrary precision module, and I did many zoom movies with it. It feels rather long time ago now, but it is only a year.
Here is my first movie, uploaded in October last year, so it is an anniversary today.
<a href="http://www.youtube.com/v/PvPk_-xcrEo&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/PvPk_-xcrEo&rel=1&fs=1&hd=1</a>
« Last Edit: October 06, 2013, 05:32: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
Chillheimer
Global Moderator
Fractal Schemer
******
Posts: 972


Just another fractal being floating by..


chilli.chillheimer chillheimer
WWW
« Reply #86 on: October 06, 2013, 08:51:18 PM »

yeah! lovely to see progress here! smiley

sadly, the moviemaker doesn't work here (win 8 64 bit)
it starts like in the screenshot and then freezes..


* moviemaker.PNG (1.67 KB, 314x208 - viewed 337 times.)
Logged

--- Fractals - add some Chaos to your life and put the world in order. ---
blob
Strange Attractor
***
Posts: 272



« Reply #87 on: October 06, 2013, 09:09:19 PM »

Movie maker crash here also (on Windows ME) the same kind of way, shows its window (with that horrible typo in the title bar  wink) and then I get a message saying it has caused an error in itself and I find this in faultlog.txt:

Quote
KEYFRAMESMOVIE caused an invalid page fault in
module KEYFRAMESMOVIE.EXE at 0177:0040718f.
Registers:
EAX=00000000 CS=0177 EIP=0040718f EFLGS=00010212
EBX=00000000 SS=017f ESP=0063e61c EBP=00000658
ECX=00000000 DS=017f ESI=00008af8 FS=83bf
EDX=00000000 ES=017f EDI=0063ea88 GS=0000
Bytes at CS:EIP:
8b 43 10 8b 2d 18 92 40 00 6a 00 6a 00 68 8b 01
Stack dump:
00008af8 00000658 00000001 00000000 00403fcf 0063e648 0063ea88 00008af8 00000658 00000001 ffff0000 00000000 00000000 00000000 00000000 57c40002

The main application runs just fine as usual.
Logged
Kalles Fraktaler
Fractal Senior
******
Posts: 1458



kallesfraktaler
WWW
« Reply #88 on: October 06, 2013, 09:23:52 PM »

Does it crash on start or were you able to select any folder where you have zoom images and start render movies?
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 #89 on: October 06, 2013, 09:27:22 PM »

Upon launching it, I just get to see that preview window and this is it, no browse for folder dialog (or else) appears (apart from the error message).
« Last Edit: October 06, 2013, 09:29:37 PM by blob » Logged
Pages: 1 ... 4 5 [6] 7 8 ... 30   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Superfractalthing or Kalles Fraktaler General Discussion paolo 6 11061 Last post January 27, 2014, 12:08:08 PM
by panzerboy
Kalles Fraktaler 95 (Sery'z Edition) Movies Showcase (Rate My Movie) SeryZone 2 9059 Last post July 11, 2014, 09:12:32 PM
by SeryZone
4k zoom mix - Kalles Fraktaler Movies Showcase (Rate My Movie) Fractal Kaleidoscope 2 9470 Last post July 19, 2014, 02:48:23 PM
by SeryZone
Kalles Fraktaler 2.5.7 Kalles Fraktaler « 1 2 » Kalles Fraktaler 20 23745 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.186 seconds with 26 queries. (Pretty URLs adds 0.016s, 2q)