Skip to content

failpt/Interactive-fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Interactive fractals

The project consists of a series of interactive fractal visualizations with ipywidgets and their descriptions in Ukrainian. A formatting cell is included at the end, made for the purpose of converting the Fractals.ipynb file into a website with Voilà, but it is recommended you run the code cells in JupyterLab for a smoother experience.

Visualized topics (in order)

  • Cantor set
  • Sierpiński triangle
  • Mandelbrot set
  • Julia set
  • Koch snowflake
  • Trees
  • Barnsley fern
  • The diamond-square algorithm
    • 3D terrains
    • Plasma fractal
    • Midpoint displacement for 2D terrains
  • Coastlines

Required packages

Create the environment with:

conda env create -f environment.yml

Packages

No packages published