commit f18c03776a60694f3dac220da0ebc894c0295d4a
parent 2ab09d8e57e65bfb3cee909a920077365f5310b0
Author: neau <neau@web>
Date: Sat, 25 Jun 2022 22:25:19 +0200
empty web commit
Diffstat:
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/lines.love.mdwn b/lines.love.mdwn
@@ -1,7 +1,11 @@
-[**lines.love**](http://akkartik.name/lines.html) is an editor for plain text where you can also draw simple line drawings.
+**lines.love** is an editor for plain text where you can also draw simple line drawings.
-It's not something you can program, but it's permacomputing-adjacent in the following ways:
+## Relevance to permacomputing
* It does something useful to non-programmers. It's not just a research project, it's intended to be supported over the long term.
-* It illustrates a graphics stack (C+Lua+LÖVE) that runs on just about any computer or OS, is easy to compile, reasonably performant, and has fairly parsimonious dependencies.
+* It illustrates a graphics stack ([[C]],[[Lua]],[[LÖVE|Love2d]]) that runs on just about any computer or [[OS|operating systems]], is easy to compile, reasonably performant, and has fairly parsimonious [[dependencies]].
* It is designed to be easy to modify. It always ships with source code, it's easy to modify using the exact same tools used to run it, and the source code includes lots of automated tests to protect newcomers.
+
+See also:
+
+* [Official Website](http://akkartik.name/lines.html)