FAQ
Frequently Asked Questions
What kind of Fractals does FractalScapes make
FractalScapes uses a method developed by a Hungarian botanist named Aristid Lindenmayer...
How does FractalScapes work
FractalScapes is an L-System fractal generator. L-Systems is basically a graphics language with very simple rules. In most L-Systems, drawing rules are represented by letters of the alphabet such as "F" meaning draw a line. FractalScapes has replaced the letters with icons so in FractalScapes...
What is a Replacement Rule
If we use the standard l-system alphabet rules, then the above is the same as a starting rule = "F" and a replacement rule of "F=>F+F-F"...
What's the difference between Easy & Advanced Rules
The Advanced rules give more control over what to draw and when using the rule "!" which means "draw!". Nothing is drawn on the screen without the "draw!" command.
What's the difference between Easy & Advanced Rules - Read More…