fractal-garden
fractal-garden copied to clipboard
Add 2D Vicsek Fractal
Description
Add the simple 2D version of the Vicsek Fractal. This can probably be done as an L-System. Or with a simple recursive algorithm, like the Sierpinski Carpet.
Inspiration
Wikipedia - Vicsek Fractal Codepen Demo
Type
L-System or Canvas
Difficulties
None -> should be straightforward to implement.