Wednesday, May 27, 2009

Mandelbrot


Guys, I wrote the mandelbrot algorithm myself, and I make it generate a bmp file. You can check the result down here.
The program is composed of 4 files
mandelbrot.cpp
utils.cpp
utils.h
Makefile

Save the 4 files in the same folder and type
"make" to compile
"make run" to run
"make clean" to clean
pretty obvious ha :D

5 comments:

Marleine Daoud - aka - Marly said...

It's great!! Bravo And3'o!! :)

Laura said...

you just didn't have enough with it in assembler, did you?? ;)

Andrew Boktor said...

Thank You Marly

Andrew Boktor said...

Well, we didn't do anything abt it in the lab, so.. I got enough from the processor, but not from mandelbrot

eng.afathy said...

Hi Andrew,

I did it 2 years ago, as a part of my master thesis work, and the NVIDIA CUDA speeds up calculation with higher details,

it is realy nice to see it again after 2 years, I remember the shape but forgot the name and was trying to remember it 2 weeks ago, and 2day your blog reminded me :)