Animated Tree Growth

by Tuğrul Yazar | May 26, 2023 23:09

The Animated Tree Growth is an interesting study for Grasshopper. First, I developed a regular tree generation definition similar to those I studied earlier, here[1], here[2], and here[3]. In component group 1, I develop an initial generator arc. Then, in group 2, I generate the fractal tree by using iteration. I did this with the help of the Anemone add-on. The interesting and original part of this definition is group number 3. Here I am trying to trace the growth of the data tree. To do so, I start with a number slider, which has multiple effects. On one hand, it determines the displayed part of the tree. On the other hand, which point of the particular set of curves is evaluated and drawn. First, I thought that this would be easy. But it took several hours to complete.

animated tree growth

This Grasshopper definition generates Animated Tree Growths with input parameters on the initial generation algorithm and the number of iterations. The Graph Mappers are my old method of exploring variations. Thus, it is possible to generate the variations of the classical curved trees and explore their growth process. Note that this definition requires the Anemone add-on[4] installed.

animated tree growth[5]

You can rebuild the definition by looking at the definition and the explanation above. However, if you want to support this website by downloading my Grasshopper file; would you consider being my Patreon? Here is the link to my Patreon page[6] including the working Grasshopper files for the Animated Tree Growth and more. Thank you.

animated tree growth
Endnotes:
  1. here: https://www.designcoding.net/arc-tree-revisited-anemone-update/
  2. here: https://www.designcoding.net/fractal-trees/
  3. here: https://www.designcoding.net/trees-and-recursive-computing/
  4. Anemone add-on: https://www.food4rhino.com/en/app/anemone
  5. [Image]: https://www.designcoding.net/decoder/wp-content/uploads/2023/05/2023_05-15-treep-def.png
  6. Patreon page: https://www.patreon.com/posts/animated-tree-90371282?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link

Source URL: https://www.designcoding.net/animated-tree-growth/