Writing Formulas
Questions and discussion regarding writing Ultra Fractal formulas and classes.
65
Topics
301
Posts
6
Followers
Yes No
Hide topic messages
Yes No
Enable infinite scrolling
gerrit posted May 21 '18 at 11:35 pm
Is there any way to make formula variables visible in the coloring formula loop? I'm trying some fractals with more than one variable z and need to use both in coloring.

I have an ugly workaround basically doing all the coloring in the fractal formula and stuffing the color index in #z at the end and then just setting #index = #z in the coloring formula.

1replies
130views
recent by Frederik Slijkerman  ·  May 25 '18 at 8:15 am
jochoalions posted Dec 19 '17 at 5:27 pm
Is it possible to declare a Global Variable such that its value persists across animation frames? This is necessary when one frame of the animation is dependent on some computational state information of the previous frame, behond what is stored in the Parameters.

For example, the fractals produced in diffusion models, where the pictorial fractal is a representation of a computational state w
2replies
198views
recent by jochoalions  ·  Dec 23 '17 at 3:22 pm
Hello
I am a beginner with the writing of formulas.

I have two questions:

1.
In the triangle inequality average coloring program we find:

IF (!first)
az2 = cabs(#z - #pixel)
lowbound = abs(az2 - ac)
sum = sum + ((cabs(#z) - lowbound) / (az2+ac - lowbound))
ELSE
first = false
ENDIF

I suppose that !first means the value of first but I a
1replies
246views
recent by Frederik Slijkerman  ·  Nov 10 '17 at 9:42 am
KirstenStar posted Oct 28 '17 at 11:32 am
There is a script in apo that I really wish I could play with in UF (my apo got corrupted and can't find it now as it was removed from where I found it and cannot now find another version that will work on my mac) called Faerie Blossom originally written for Apophysis by Bunnie Clark and Bart Doetsch, am I wishful thinking here or is it possible?

2replies
184views
recent by KirstenStar  ·  Oct 30 '17 at 10:09 am
minh posted Sep 30 '17 at 11:16 am
Can someone show me how I can make a dragon curve in this program? I'm new and I can't figure out how you can do something like this. If it is not possible to do this, can you show me another program that may help?

1replies
166views
recent by jam  ·  Sep 30 '17 at 11:04 pm
jam posted Aug 7 '17 at 4:34 pm
Greetings. Back in the days of the old mailing list, there were so many discussions about what it took to make a fractal image one's own, but not nearly so much discussion relating to modifications of fractal formulas in UFM files. Most of us have modified z = z^2 + c many times without a thought, but what about other fractal formulas? Many of us have been asked for permission to modify our fo
2replies
200views
recent by Frederik Slijkerman  ·  Aug 24 '17 at 9:46 am
KathyR posted Aug 5 '17 at 8:27 pm
I am an avid fan of XaoS and it has a very unique fractal called Catseye. There isn't much documentation on it, I don't know where it came from, and I have no idea what the actual formula looks like. Perhaps it can be uncovered somewhere on GitHub? It has some incredible potential when varying the bailout value and the different fractal planes. Here are some designs I worked up mostly in Juli
59861ae9a5891.png
10replies
557views
recent by KathyR  ·  Aug 17 '17 at 1:55 am
Otto Magus posted Apr 20 '17 at 4:02 pm
Is anyone else unable to access the public formulas, either browse or recent changes or logging in as an author?

I am able to update my formulas successfully in UF, but cannot upload some new formulas I have written.

I get this message:

CGIWrap Error: Request Error

followed by (for browsing collection):

There is a problem with the request. Please contact the owner of the site
2replies
147views
recent by Otto Magus  ·  Apr 21 '17 at 2:22 pm
fractalwizz posted Apr 16 '17 at 11:30 am
The past week or so, I've been developing a new coloring algorithm. The basic idea was to use the minimum iteration of the image to help determine how the image was colored.

I know the software reports the minimum iterations for the current image in a separate window, but I haven't seen any way to access that information within a formula. Is there any way to access that information for colori
3replies
186views
recent by Frederik Slijkerman  ·  Apr 20 '17 at 12:47 pm
gdsentropy posted Jan 24 '17 at 12:19 am
Hello,

I have been using Fractal Explorer [now defunct, and I'm kicking myself fro not buying a license to the source years ago when the Russian dude was still responding to e-mail] and I have many [probably about 1k] original fractal formulae that are stuck in that format.

I still have the app, but it only works on 32 bit systems, and I only have one 32 bit computer left.

I followed
5replies
345views
recent by gdsentropy  ·  Feb 25 '17 at 4:06 am
jam posted Dec 6 '16 at 3:13 am
Over the last few months I have created a file of unique Newton, Halley, and Householder method formulas, and would like to upload them to the public database. Rather than include them with my previously existing formula files, since there are so many entires I would like to create a jam-Newton.ufm file or something like that. Who do I contact these days about creating a new formula file for th
3replies
192views
recent by jam  ·  Dec 9 '16 at 1:37 pm
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
258views
recent by EvrWccn  ·  Oct 15 '16 at 5:03 am
Load more
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft