polytree/README.md

8 lines
446 B
Markdown
Raw Normal View History

2021-04-17 18:51:58 +00:00
# PolyTree
2021-04-17 18:43:58 +00:00
2021-04-17 18:51:58 +00:00
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.