I coded up this nifty fractal generator yesterday, and it makes some interesting images.
Here is the C code, which I compiled on gcc version 3.3.5 (Debian 1:3.3.5-13) with libpng12-0 and libpng12-dev with the command-line gcc main.c -o bifur -lpng
I coded up this nifty fractal generator yesterday, and it makes some interesting images.
Here is the C code, which I compiled on gcc version 3.3.5 (Debian 1:3.3.5-13) with libpng12-0 and libpng12-dev with the command-line gcc main.c -o bifur -lpng