diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-08-21 14:29:05 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-08-21 14:29:05 -0700 |
commit | 038f054ede880a8494b5cfc59ab77db00b6ddfe0 (patch) | |
tree | 38a83338533d457c06e5238b6895f9f3529f7ca3 | |
parent | 61eb87b03c5bbabfb57206362a2096c8c0da0f13 (diff) | |
download | view.love-038f054ede880a8494b5cfc59ab77db00b6ddfe0.tar.gz |
include a fork
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index 31c2658..198b4f8 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,8 @@ here. * https://github.com/akkartik/lines-polygon-experiment -- an experiment that uses separate shortcuts for regular polygons. `ctrl+3` for triangles, `ctrl+4` for squares, etc. +* https://codeberg.org/akkartik/text.love -- a stripped down version without + drawings; useful starting point for some forks ## Associated tools |