gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

News > GBA mandelbrot viewer with source

#30896 - krom - Sun Dec 05, 2004 9:52 pm

[Images not permitted - Click here to view it]
Lupin has released a pretty Fractal plotter with a changeable palette:

I would like to present you my latest creation - MandelBoy v1 =)

This little tool allows you to examine the mandelbrot fractal with your GBA, it supports zooming,
editing the color palette, saving last palette/position to SRAM and it is only 4 kb in size.

Have fun watching how each pixel gets calculated and drawn ;-)


The archive includes the binary and source code in C + ASM.

You can download the viewer straight from the main site!

#30976 - isildur - Mon Dec 06, 2004 7:46 pm

Don't know if it's just me but I was not able to make this run correctly with VBA. I was only able to change the bg color. At some point the cursor could only move diagonaly. Is there a bug perhaps?

#30978 - pyros - Mon Dec 06, 2004 8:46 pm

This program is beautiful! Very sexy, and the algorithm seems to run faster than others i've seen. I'm very impressed.

worked fine in VBA for me.... just took a bit of messing around to figure how to use the sliders. There is a slider above the pallette (bottom left) to control which section you want to change the colour of.

I think when you select a section of the mandlebrot to zoom in on, the cursor will only move diagonally in multiples of 246:160 so that you select a section in proportion to the screen, rather than a disproportionat section which would appear squashed.

#30994 - Lupin - Mon Dec 06, 2004 10:40 pm

heh thx for the positive comment pyros! I could even make it faster by reducing the palette and therefor reducing the itterations per pixel (i saw another fractal zoomer that only used 48 or 64 colors, MandelBoy uses 128 colors).

Sorry for the crappy selection method, but i just added it very quickly because i noticed how ugly the mandelbrot would look like if you don't zoom using the screen proportion =/

But I am quite sure there will be a second MandelBoy version, with better controls (it can be quite hard to hit the sliders with the cursors because they are so small)... julia fractals and another nifty feature that you probably didn't see in any fractal zoomer yet heh ;-P

I am very happy to receive any feedback at all, thx guys! =)
_________________
Team Pokeme
My blog and PM ASM tutorials