From d94c7498304e86011b94446d061405476580a2df Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 17 Apr 2021 11:51:58 -0700 Subject: [PATCH] docs: Initial overview in README --- .gitignore | 1 + README.md | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c0df46a..4498d40 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ auto-save-list tramp .\#* +*~ # Org-mode .org-id-locations diff --git a/README.md b/README.md index e5fab09..119f465 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ -# polytree +# PolyTree -polygon-arrangement trees \ No newline at end of file +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.