Archived entries for fractal
Fractal Tree
This image is created with a simple algorithm, starting with one square, which splits into a left and right square that are rotated 45 degrees and then repeat that process for the new squares. Simple, but I like the result. It’s cool to see what a couple of simple lines of code can put on your screen. Check it out here.

