You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The note about The Mandelbrot Set on page 401 states "code for generating the Mandelbrot set is included in the online examples". But it doesn't appear to be included as promised; at least I couldn't find it. I think it should be with the other chapter 8 examples when you click Examples on the website.
The text was updated successfully, but these errors were encountered:
Feel free to use it. But be aware I did change the global variables that define where to compute the set to use the center instead of a corner and to only specify the width; the height is calculated based on the aspect ratio to keep the proportion the same.
Thank you! I also have this Coding Challenge video which was my intention to reference. https://thecodingtrain.com/challenges/21-mandelbrot-set-with-p5js I am busy with some other projects right now but when I return to the book website I will be updating this!!
The note about The Mandelbrot Set on page 401 states "code for generating the Mandelbrot set is included in the online examples". But it doesn't appear to be included as promised; at least I couldn't find it. I think it should be with the other chapter 8 examples when you click Examples on the website.
The text was updated successfully, but these errors were encountered: