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
Labels:
C++,
Mandelbrot,
Mandelbrot set,
RISC Lab
Subscribe to:
Post Comments (Atom)
5 comments:
It's great!! Bravo And3'o!! :)
you just didn't have enough with it in assembler, did you?? ;)
Thank You Marly
Well, we didn't do anything abt it in the lab, so.. I got enough from the processor, but not from mandelbrot
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 :)
Post a Comment