As part of my endeavors in the world of HTML5 Canvas, I wrote a Barnsley's Fern fractal generator that's currently hosted at jsdo.it It was a nice learning experience and pleasantly surprised me that most modern web browsers can handle the generation and rendering of 100K data points within a second (this includes mobile webkit browsers).
I was planning on implementing a Koch's curve generator, but I'd need to implement a js/canvas version of "Turtle graphics" before that and I've honestly not had the time to invest on it. But, one of these days I'll get frisky and work on it :)
No comments:
Post a Comment