montecamo / fracty

Fractal tree visualizer

Home Page:https://fracty.montecamo.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fracty

A fractal tree visualizer with a bunch of settings
Built with ❤︎ by montecamo

Features

  • lots of settings: 6 different settings for amazing patterns
  • smooth animations: for visual delight
  • convenience: supports dragging and zooming

Example

var FractalTree = require('FractalTree');

const FractalTree = new Tree({
  color: '#ffd5d5',
  width: 200,
  height: 200,
  topOffset: 200 - 40,

  depth: 10,
  angle: 40,
  length: 100,
  lengthRatio: 0.1,
});

Some other beautiful patterns

MIT

About

Fractal tree visualizer

https://fracty.montecamo.dev


Languages

Language:JavaScript 82.2%Language:CSS 9.5%Language:HTML 6.9%Language:Dockerfile 1.3%