Tag Archives: openmp

Tracing a fractal outline

Improvements to and a release of my simple fractal program. I’ve been working on the Mandelbrot fractal program that I made in April.  At the time it drew the fractal by allocating every n‘th pixel to a separate thread.  I’ve … Continue reading

Posted in Programming, Science | Tagged , , , | 3 Comments

Not a Julia set!

Following my previous post, I put together a primitive Mandelbrot explorer.  Rambling through the Mandelbrot landscape, I found this:

Posted in Programming, Science | Tagged , , , , | 2 Comments