by andradejr on 5/26/16, 9:59 AM with 16 comments
by xem on 5/26/16, 12:22 PM
an interactive (zoomable) HTML/JS mandelbrot with detailed (but not long) source code + a super tiny (200 bytes) Mandelbrot tracer: https://github.com/xem/miniMandelbrot
Also related:
ASCII Mandelbrot (111b): http://www.p01.org/128b_mandelbrot/
by cwmma on 5/26/16, 11:46 AM
http://calvinmetcalf.github.io/leaflet-fractal/#255/-0.37/0....
course that's MUCH more then 25 lines
by csl on 5/26/16, 2:11 PM
The js code can be tested on https://csl.name/mandelbrot
by foobarrio on 5/26/16, 5:04 PM
http://codepen.io/anon/pen/Ircav
Amazing that we can write these things up so quickly in a browser.
by greydius on 5/26/16, 4:14 PM
I did a mandelbrot viewer in javascript like 5 years ago. In fact, it was the only thing I ever wrote in Javascript besides dom manipulation crap. I wanted to try the canvas tag when it was first introduced, and this was the first project that came to mind. My version had color and let you click on the image to zoom. After about 20 clicks, it would run out of precision and the pixels would turn into larger and larger blocks. It was also slow as dirt back then. I'd bet it would probably run pretty good nowadays.
by potterrawr on 5/26/16, 5:51 PM
by staplung on 5/26/16, 3:15 PM
The JS source is longer.
by oneeyedpigeon on 5/26/16, 11:52 AM
by ewalk153 on 5/26/16, 1:48 PM
by hanoz on 5/26/16, 1:54 PM