From 4c5033108aa8025e72f62c357624988437cfe8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Mon, 26 Aug 2019 11:55:18 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 924db5f..a280bc7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ PC (SDL, offline rendering, terminal): - Very **fast, small and efficient**. - Uses **only integer math** (32bit). - **No dependencies** (uses only stdint standard library), extremely portable. -- **Single header**, KISS. +- **Single header**, KISS, suckless. - **Pure C99**, tested to run as C++ as well. - Still **flexible** -- pixels are left for you to draw in any way you want with a custom fragment-shader like function. - **Perspective correction**, 3 modes: none (linear only), full (per-pixel), approximation (per-N-pixels).