Example for a program interface to XDim:

This program will calculate the julia set of F(z)=z*z+c,
it was not intended to be a standalone fractal application
just a very basic and simple example.

To Compile with a standard compiler (named cc) do:

cc -o julia julia.c

Have fun:

benzing@iegi01.etec.uni-karlsruhe.de

Please note, that for this application, the hidden line redraw modes
are NOT VERY WELL suited => use the julia.prf preference file.

