Welcome to Fractal Forums

Fractal Software => Programming => Topic started by: paxinum on July 08, 2010, 05:47:24 PM




Title: Flame fractal in Java
Post by: paxinum on July 08, 2010, 05:47:24 PM
I am developing a flame fractal algorithm in Java.  (No, don't flame me for language choice).

It has some nice features, compared to Apophysis, in the sense that
 -variations are much easier to manage (in separate classes)
 -a variation can be used more than once in each xform, with different parameters.
 -posttransform can be any xform, and it is not applied once, but N times, where N is user defined.
  This feature opens up a lot of nice options, (used for duplicate the image onto other parts, etc etc)

I am just curious if anyone else is interested in this project, since Apophysis is quite hard to understand sourcewise...