I wrote a small Buddhabrot generator, inspired by: http://news.ycombinator.com/item?id=1541828<p>All I did here is coloring grayscale image, few optimizations and translating coffescript to javascript, but now I plan to do the same thing with WebGL. I was hoping to get some feedback and hints before I start.