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 e1cd9460ab95d927d2e8b23610c5cc4da9b5749a
parent 83a2d6d183da6243090f3f506d01755ba8457f50
Author: viznut_web <viznut_web@web>
Date:   Thu, 30 Jun 2022 20:38:52 +0200

fix link

Diffstat:
Mlines.love.mdwn | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lines.love.mdwn b/lines.love.mdwn @@ -3,7 +3,7 @@ ## 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|Love2d]]) that runs on just about any computer or [[OS|operating systems]], 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|dependency]]. * 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: