pouyamer / fractal-tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About


Languages

Language:TypeScript 90.8%Language:HTML 7.3%Language:CSS 1.9%