polygon-arrangement trees
Go to file
Glen Whitney d94c749830 docs: Initial overview in README 2021-04-17 11:51:58 -07:00
.gitignore docs: Initial overview in README 2021-04-17 11:51:58 -07:00
LICENSE Initial commit 2021-04-17 18:43:58 +00:00
README.md docs: Initial overview in README 2021-04-17 11:51:58 -07:00

README.md

PolyTree

Starting from a central polygon, one can imagine a tree P of polygons created by attaching otherpolygons at each edge of the central one and iterating. Of course, many of the resulting polygons overlap. PolyTree selects and displays non-overlapping subtrees of P in a variety of ways.

Implementation

As a first pass, PolyTree will consist of a Processing sketch written in CoffeeScript and intended to be served with HarpJS.