T-Square Fractal in Javascript
Just a fun visual demonstration of a T-Square Fractal. You can update the range of RGB values through which the squares will be generated.
How T-Square Fractals Work
T-Square Fractals are a simple fractal, where each individual box that is generated recursively creates 4 new boxes of smaller size centered at each of its four corners. The result is a pretty cool visualization!
Source Code
You can find my Java implementation here, or the Javascript implementation here (the source code to this page).
Comments