Writing Formulas
Questions and discussion regarding writing Ultra Fractal formulas and classes.
67
Topics
307
Posts
6
Followers
Yes No
Hide topic messages
Yes No
Enable infinite scrolling
This is a formula I found initially through a program for the iPad called Frax...
They use a Line Average coloring algorithm... I googled it and found this.
I have no clue how to program it into UF, so I was hoping to find someone here that did know how...

float xmin = -2.5;
float ymin = -2.0;
float wh = 4;
float stripes = 5.0;
int maxIterations = 1000;

void setup() {
size(800, 80
2replies
260views
recent by EvrWccn  ·  Oct 15 '16 at 5:03 am
Otto Magus posted Aug 6 '16 at 1:29 pm
Hi.
is it possible to provide the option of alternative bailouts in the same formula?

More specifically, I wanted to include convergent and divergent bailouts:
|z|<@bailout (default 4.0)
|z|>@bailout (default 0.001)
It seems only one expression is allowed in the bailout section. Is there a way to do this? Any help would be appreciated.

4replies
275views
recent by Otto Magus  ·  Aug 7 '16 at 9:53 am
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft