/fracty

Fractal tree visualizer

Primary LanguageJavaScript

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