Fishtrap

php and other stuff I know

8 January 2011
by nat
0 comments

PHP Fractals some code

Further to the experiments I was doing to try and create some escape time fractals using PHP and gd library I now have some code I’m prepared to share. It’s at https://github.com/natmchugh/PHP-Fractals . The Mandlebrot and Burning Ship one are … Continue reading

28 December 2010
by nat
0 comments

Fractals in PHP

I’ve been playing around with generating a couple of simple fractal sets with PHP to take me back to the early 90′s. So far the hardest part has been colour mathematics. Here are a few of examples.