Monday 18 December 2023

Code for the Second Edition is on GitHub

All the code for the Second Edition is now on Github at:

 

The python notebooks are as follows.

The basics:

  • Make_Your_Own_Mandelbrot_black_and_white.ipynb - the very basic Mandelbrot set, no colouring
  • Make_Your_Own_Mandelbrot_grey_scale.ipynb - the Mandelbrot set with the outside region coloured according to escape speed
  • Make_Your_Own_Julia_grey_scale.ipynb - Julia sets

 

Experimenting with Sobel edge detection filters:

  • sobel_mandelbrot.ipynb
  • sobel_mandelbrot.ipynb


And finally, creating 3D landscapes from the fractal images:

  • 3d_Mandelbrot_landscape.ipynb
  • 3d_Julia_landscape.ipynb

 


 

No comments:

Post a Comment