Abstract tree generator

A free online tool for generating top down images of trees, suitable for abstract site plans, landscape architectures, location planning etc.

For quick prototypes I was hunting for a tool that could generate images of top-down-trees where each tree is different from each other. Since I was not happy with the results, I decided to build one myself.

Some examples of generated trees without any postprocessing.

Features:

  • the tool consists of a bunch of JavaScript and some HTML to create a GUI. It runs in your browser
  • export to PNG with alpha channel (= with transparent background) and to SVG (= full vector)
  • a lot of customization options such as: amount of branches, distribution of branches, angle and randomness between the branches, thickness of each generation, etc.