Hi all,
I'm wondering if anyone has written a Fractint-compatible formula of the Burning Ship fractal? There is a thread about it at
I wrote this from it:
z = abs(z)
z = z*z + pixel
|z| <= 4
}
but all it gives me is a blank screen. Any help, please?
Tony Hanmer