The levi curve is a fractal that is generated by the duplication of a specific line in a specific way. Link to code: link
The dragon curve is another fractal that is generated by the duplication of a specific line in a specific way. Link to code: link
The koch snowflake is yet another fractal that is generated by the duplication of a specific line in a specific way. Link to code: link
The displayed version of the sierpinski triangle found in the copyable code is generated in a style called the “Chaos game”. The video on the right explains how it works well. Link to code: Barnsley fern link Sierpinski triangle link
The mandelbrot set is a fractal generated from complex numbers and cannot be explained in a single slide. The video on the right does a great job at explaining how it works. Link to code: