diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-11-30 20:02:23 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-11-30 20:02:23 -0800 |
commit | 938cd6b5853de484fb4191f813336777509cda2b (patch) | |
tree | f508c78449030fb66ddf84c35374c2f1f9afb693 | |
parent | 8645ddf7e0830cec23d17a5c273b945e9df22a66 (diff) | |
download | view.love-938cd6b5853de484fb4191f813336777509cda2b.tar.gz |
include a few more forks
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md index 0f3d8a6..0d73bc2 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,13 @@ Further forks are encouraged. If you show me your fork, I'll link to it here. support for modifying files; useful starting point for some forks. * https://codeberg.org/akkartik/pong.love -- a fairly minimal example app that can edit and debug its own source code. +* https://codeberg.org/akkartik/template-live-editor.love -- a template for + building "free-wheeling" live programs (easy to fork, can be modified as + they run), with a text editor primitive. +* https://codeberg.org/akkartik/luaML.love -- a free-wheeling 'browser' for a + Lua-based markup language built as a live program. +* https://codeberg.org/akkartik/driver.love -- a programming environment for + modifying free-wheeling programs while they run. ## Feedback |