commit 475ce419e834f13e03014152ce631b7d8819b8ea
parent a4a8f71b3bdb3acf9827d819a6714cdc20c3e5c6
Author: akkartik <akkartik@web>
Date: Sat, 25 Jun 2022 06:52:32 +0200
typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lines.love.mdwn b/lines.love.mdwn
@@ -3,5 +3,5 @@
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 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 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.