Page 1 of 1

mandelbrot_v5 exercise fo fun

Posted: Wed Jan 23, 2013 12:08 pm
by splasher
in v.5 i add possibility to colorize with a single color
as we can view is this master site:
http://www.miqel.com/fractals_math_patt ... guide.html


as ever, any suggestio and correction are welcomes.

arturo

Re: mandelbrot_v5 exercise fo fun

Posted: Wed Jan 23, 2013 3:36 pm
by markgo
You couldn't keep all your versions on one thread to make it easier for everyone?

Re: mandelbrot_v5 exercise fo fun

Posted: Sat Jan 26, 2013 9:03 pm
by Djent
markgo wrote:You couldn't keep all your versions on one thread to make it easier for everyone?
This.

Also, it might be a good idea to disable one color colorizing while redrawing the mandelbrot. It one-color-colorizes the area already drawn, but then continues drawing the rest in all colors.

The program seems to be fairly lag-free for the first one or two zooms out or in, but lags much more after.

I'm not sure how you made such huge screenshots. I'm not able to find where the "saved" images are saved.

Re: mandelbrot_v5 exercise fo fun

Posted: Sat Jan 26, 2013 10:54 pm
by Ref
And as expected, lovejit makes a world of difference.
Nice demo (with luajit).

Re: mandelbrot_v5 exercise fo fun

Posted: Sun Jan 27, 2013 7:34 pm
by splasher
a question for 'Djent'
please be patient with me, for my 'maccheronico' english,
what you mean with 'This'.
Do you mean that now you are able to run the program?


----------------

the large images have the x,y coordinate and radius (written2 times, a bug:( and number of iteration).
written in the bottom of the images
(i have added this info, because i lose coordinate of the first
images that i like and i have posted, made with version 1,
and , for now, i no more be able to reproduce it)

the color table info is not stored into image so, images reproduced
ha same form, but can have differnt colorization




to rebuild images , for now,
one must edit the "main.lua" , add coodrdinate and radius in TAP table
and define KFirst = index of added info in TAP table, to see it when
program start.

in the future i hope to learn OOP and use some of beatiful GUI
as loveframes of Nikolai Resokav, of other posted.


-----------------------------------

for colorizing.
it's true, we can colorize when image during building,
but this is not the final intention.
one can uso Monocolor during building because
there is another feeling of image that is building,
so can stop buiding , change zoom/pan, and restar buildin.

for lag in large image one must insert a little time.sleep
every N points.
----------------------------------

a question to 'Ref'

what is lovejit, is it a compiler to run faster a love program? how i can use it?

-----------------------------------

i start with love and lua only few month ago,
i have found zerobrane studio and i use this to build the applications,
do you know some alternative?

mandelbrot_v6 add boost

Posted: Wed Jan 30, 2013 7:23 pm
by splasher
try to speed up the drawing.
i think this version run only with vindoz.
klik boost check for more speed.
on my pc it run.

if some one can show a tutorial for use lovejit, thanks.

Re: mandelbrot_v5 exercise fo fun

Posted: Wed Jan 30, 2013 8:02 pm
by Ref
[quote="splasher"]
a question to 'Ref'
what is lovejit, is it a compiler to run faster a love program? how i can use it?
quote]
Just in case you haven't already found it:
https://bitbucket.org/Boolsheet/love_winbin/downloads
contains an unofficial Love version using LuaJIT in place of Lua 5.1.
I just renamed my shortcut to lovejit so as not to confuse it with the stable 8.0 version.

Re: mandelbrot_v5 exercise fo fun

Posted: Thu Jan 31, 2013 12:25 am
by Djent
splasher wrote:a question for 'Djent'
please be patient with me, for my 'maccheronico' english,
what you mean with 'This'.
Do you mean that now you are able to run the program?


----------------

the large images have the x,y coordinate and radius (written2 times, a bug:( and number of iteration).
written in the bottom of the images
(i have added this info, because i lose coordinate of the first
images that i like and i have posted, made with version 1,
and , for now, i no more be able to reproduce it)

the color table info is not stored into image so, images reproduced
ha same form, but can have differnt colorization




to rebuild images , for now,
one must edit the "main.lua" , add coodrdinate and radius in TAP table
and define KFirst = index of added info in TAP table, to see it when
program start.

in the future i hope to learn OOP and use some of beatiful GUI
as loveframes of Nikolai Resokav, of other posted.


-----------------------------------

for colorizing.
it's true, we can colorize when image during building,
but this is not the final intention.
one can uso Monocolor during building because
there is another feeling of image that is building,
so can stop buiding , change zoom/pan, and restar buildin.

for lag in large image one must insert a little time.sleep
every N points.
----------------------------------
By saying "this," I was agreeing to the post I quoted. I'm sorry for using it in such a nonstandard way.

But yes, I am able to run the program now that you no longer use a canvas. Thanks.

images

Posted: Thu Jan 31, 2013 5:22 pm
by splasher
series 2

Re: mandelbrot_v5 exercise fo fun

Posted: Fri Feb 01, 2013 2:47 am
by substitute541
Um, yeah, you should keep your versions in one thread. There's an "edit" button on your posts so you can edit it. Also, no offense but, try correcting most of your typos (typographical error. somthing liek tis). Anyways, it looks cool but, can't you do any other fractals?