Mandelbrot


This is a zoomable Mandelbrot sequence using Node JS. Zoom in on an interesting area by dragging your cursor and go back to the previous view by pressing the “space” key. The program uses imaginary numbers to generate the sequence. These numbers have separate real and imaginary pieces. The different coordinates in the Mandelbrot set must pass a test. The set is white and the rest is another color. 

My code for this project is at github.com or at khanacademy.org.

Copyright © 1996-2022 Coert Vonk, All Rights Reserved