docs: Initial overview in README

This commit is contained in:
Glen Whitney 2021-04-17 11:51:58 -07:00
parent 90b39fc85c
commit d94c749830
2 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
auto-save-list
tramp
.\#*
*~
# Org-mode
.org-id-locations

View File

@ -1,3 +1,7 @@
# polytree
# PolyTree
polygon-arrangement trees
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.