Mandelbrot graphic test

Contributions to this software library are always welcome. Please ensure that you post program listings rather than .raw files. They give a reasonable idea of what your program does without having to load them into a DM42 and you can also include comments in your code. Check out the following link for a decoder/encoder: https://technical.swissmicros.com/decoders/dm42/

You can then copy/paste the listing and post it in "code" tags.
Vitasam

Re: Mandelbrot graphic test

Post by Vitasam »

with 2.11.5 Beta FW:

Code: Select all

xmin=-2
xmax=1
ymin=-1
ymax=1
niter=40
Attachments
20171227_111057.jpg
20171227_111057.jpg (74.14 KiB) Viewed 8988 times
jkxyz
Posts: 5
Joined: Wed May 03, 2017 7:59 pm

Re: Mandelbrot graphic test

Post by jkxyz »

Great to have the Mandelbrot set available on the DM42. Thank you!
I'd suggest one minor change related to rendering. Personally I like the escape time based coloring. This requires only a minor change in the program.

Image

Here is the modified program:
mbrot.raw.zip
Stéphane Th
Posts: 17
Joined: Mon Sep 24, 2018 8:23 pm

Re: Mandelbrot graphic test

Post by Stéphane Th »

Sorry but, donloaded your program and I get the same result (no escape time based color) as initial version.
Did I miss something ?
hp 35/01/67/34c/41cv/41cx/15c/48g/42s/dm42 and also TI SR56/57
Stéphane Th
Posts: 17
Joined: Mon Sep 24, 2018 8:23 pm

Re: Mandelbrot graphic test

Post by Stéphane Th »

Fantastic ! As this calc. I have added a benchmark prog to add on the grap iterations' number + time to complete the figure
Not time now but I will come back with pictures + programs
hp 35/01/67/34c/41cv/41cx/15c/48g/42s/dm42 and also TI SR56/57
toml_12953
Posts: 795
Joined: Wed May 03, 2017 7:46 pm
Location: Malone, NY USA

Re: Mandelbrot graphic test

Post by toml_12953 »

Stéphane Th wrote:
Fri Oct 05, 2018 2:54 pm
Sorry but, donloaded your program and I get the same result (no escape time based color) as initial version.
Did I miss something ?
Same here. I get no difference.
Tom L

Some people call me inept but I'm as ept as anybody!
DM10L SN: 059/100
DM41X SN: 00023 (Beta)
DM41X SN: 00506 (Shipping)
DM42 SN: 00025 (Beta)
DM42 SN: 00221 (Shipping)
WP43 SN: 00025 (Prototype)
User avatar
TomC
Posts: 69
Joined: Mon Apr 24, 2017 9:00 pm
Location: Detroit/Palo Alto, USA/Third Stone

Re: Mandelbrot graphic test

Post by TomC »

I too do not get the nicer escape value image.

What are the parameters people are using to get the pretty / properly scaled M-set image?

Thank you
TomC
DM42:00068
TomC
DM42:00068/03961, DM41X:
Stéphane Th
Posts: 17
Joined: Mon Sep 24, 2018 8:23 pm

Re: Mandelbrot graphic test

Post by Stéphane Th »

Added my "bench" programs to visualise iterations' number + running time. Also modified the Mandel program to interact with the second one.
You can see impact of iterations' number compared to time spent to draw the set

Image

Image

Image

Image
Image
Image
Image

Zoom in a particular area :
Image
Image

Now I don't know how to put the raw files here, if someone can help me...
hp 35/01/67/34c/41cv/41cx/15c/48g/42s/dm42 and also TI SR56/57
Stéphane Th
Posts: 17
Joined: Mon Sep 24, 2018 8:23 pm

Re: Mandelbrot graphic test

Post by Stéphane Th »

Ooops, I think I have mixed some pictures as some runs were made on usb power supply and some not (3x slower).
hp 35/01/67/34c/41cv/41cx/15c/48g/42s/dm42 and also TI SR56/57
Thomas_ER
Posts: 192
Joined: Mon Jul 24, 2017 3:19 pm
Location: Germany

Re: Mandelbrot graphic test

Post by Thomas_ER »

Stéphane Th wrote:
Tue Oct 30, 2018 6:58 pm
Added my "bench" programs to visualise iterations' number + running time. Also modified the Mandel program to interact with the second one.
You can see impact of iterations' number compared to time spent to draw the set

Now I don't know how to put the raw files here, if someone can help me...
Hello Stéphane,
You may add your raw files as zip files, like in
viewtopic.php?f=19&p=9285&sid=d3139eb4c ... 3266#p7940

Thomas
[ HP48/49/50/42S/WP34/HP Prime/ DM42 (#00185+00318) ]
Stéphane Th
Posts: 17
Joined: Mon Sep 24, 2018 8:23 pm

Re: Mandelbrot graphic test

Post by Stéphane Th »

Here are the files :
Attachments
GMandelbrot.zip
(491 Bytes) Downloaded 342 times
GBench.zip
(420 Bytes) Downloaded 326 times
hp 35/01/67/34c/41cv/41cx/15c/48g/42s/dm42 and also TI SR56/57
Post Reply