Skip to content

pouyamer/fractal-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractal Tree

In geometry, a fractal canopy, a type of fractal tree, is one of the easiest-to-create types of fractals. Each canopy is created by splitting a line segment into two smaller segments at the end (symmetric binary tree), and then splitting the two smaller segments as well, and so on, infinitely.Canopies are distinguished by the angle between concurrent adjacent segments and ratio between lengths of successive segments. [Source: Wikipedia]

Getting Started

  1. First you must have node.js installed on your system.

  2. Edit the config in src/index file to your heart's content.

  3. open up a terminal and run this command npm install npx tsc

  4. open up public/index.html and enjoy :))

  5. Feel free to follow me or fork the project if you enjoy it!

download (8)