permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit a4a8f71b3bdb3acf9827d819a6714cdc20c3e5c6
parent 771418686ca294977a0eef6329c2916a72ff57f5
Author: akkartik <akkartik@web>
Date:   Sat, 25 Jun 2022 06:49:49 +0200

empty web commit

Diffstat:
Alines.love.mdwn | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/lines.love.mdwn b/lines.love.mdwn @@ -0,0 +1,7 @@ +[**lines.love**](http://akkartik.name/lines.html) 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: + +* 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 conformant, 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.