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:

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

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

    ReplyDelete
  3. 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 :)

    ReplyDelete