beetle's fractls

Levy C curve

The levi curve is a fractal that is generated by the duplication of a specific line in a specific way. Link to code: link

Dragon Curve

The dragon curve is another fractal that is generated by the duplication of a specific line in a specific way. Link to code: link

Koch snowflake

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

Sierpinski triangle & Barnsley fern

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

mandelbrot set

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:

  • main link (takes 5-15 mins to render)
  • what the heck is the variable "z" demo link
  • fancey cpp & sdl2 super fast renderer (instructions before #includes)