1 files changed, 2 insertions(+), 0 deletions(-)
M README.md
M README.md => README.md +2 -0
@@ 112,6 112,8 @@ to be more elegant and have fewer bugs. Updates to it can be downloaded from:
Further forks are encouraged. If you show me your fork, I'll link to it here.
+* https://git.sr.ht/~akkartik/view2.love -- a stripped down version without
+ support for modifying files; useful starting point for some forks.
* https://git.sr.ht/~akkartik/fractions.love -- an example showing how to
enforce arbitrary policies about placing and decorating characters by
overriding the workhorse internal `I.get_rect` method.