TOC

Day 26: Branching Fractals

Repo for Day 26

Various kinds of recursive tree visualizations. Additional references on yesterday's note page too.

Misc References

-  First tree in V1 playlist <https://www.youtube.com/watch?v=RWAcbV4X7C8&list=PLRqwX-V7Uu6aFlwukCmDf0-1-uSR7mklK&index=72>
- L-Systems <https://www.youtube.com/watch?v=f6ra024-ASY&list=PLRqwX-V7Uu6aFlwukCmDf0-1-uSR7mklK&index=73>
- Coding Challenge Object Oriented Tree 15 <https://www.youtube.com/watch?v=fcdNSZ9IzJM>
- <https://codingtrain.github.io/website-archive/CodingChallenges/014-fractaltree.html>

Instructions

Most of these sketches use the DOM. They are best interacted with on their own pages.

Hover the mouse over a sketch to make it run.

  1. 01-simple-tree
  2. 02-tree-with-wiggle
  3. 03-tree-object
  4. 04-l-system