Random posts about coding

Mostly blogging about dart.

Dart: Animated H-Fractal

| Comments

A fun example using Dart to draw on Canvas an H-Fractal. Fractals are those beautiful geometric shapes that can be implemented with recursion in programming languages. In this example you can see that dart is capable of calculating an H-Fractal and storing the points before drawing to the canvas very fast. Above 10 iterations things start to slow down.