First post, by kekko
I found some very old code on my hdd. It was a dos program written in pascal that generates a Mandelbrot fractal. I decided to rewrite it in C and port it in windows and this is what came out.
I used SDL for graphics, but I'd be very interested in writing it with only the default libs that come out with devcpp - mingw. If anyone has some ideas about it and want to share, please post it here.
You can zoom the image selecting a rectangle with the mouse.
Feel free to edit the sources if you want.