The Mandelbrot set in JavaScript
slicker.me
The Mandelbrot set in JavaScript
1–10 of 17 posts
Re: The Mandelbrot set in JavaScript
#2http://calvinmetcalf.github.io/leaflet-fractal/#255/-0.37/0....
course that's MUCH more then 25 lines
Re: The Mandelbrot set in JavaScript
#3Re: The Mandelbrot set in JavaScript
#4an 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/
Re: The Mandelbrot set in JavaScript
#5Re: The Mandelbrot set in JavaScript
#6Re: The Mandelbrot set in JavaScript
#7Where are the other 50?
Re: The Mandelbrot set in JavaScript
#8The js code can be tested on https://csl.name/mandelbrot
Re: The Mandelbrot set in JavaScript
#9First code example is missing a closing brace on the innermost for loop.
Re: The Mandelbrot set in JavaScript
#10Related: 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/