This is my IFS fractal generator. It is a simple single class
java applet, and is only 3 kilobytes. I have written it in such a
way that it can easily be extended to do other IFS fractals, other
than the default Sierpinski Triangular Gasket. It does this
through <param>
tags passed to the applet. As
an example of the extensibility, I have included a number of extra
fractals which use non-default IFS rules.
The IFS rules are defined through <param>
tags as well and have the same format as those in fractint
.IFS files.
For those who wish to include this applet on their own pages, here is a summary of the parameters that can be passed to the applet:
I don't mind this applet being used on other people's pages provided that credit is given to me, and preferably a mail link to me at <james@daa.com.au>, and it would be nice if you tell me.