From 38657e33c156d5bedde3ae57ccea4bc87567ae4e Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Wed, 23 Feb 2022 14:48:28 +0100 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01600f9..1905a41 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ PC (SDL, offline rendering, terminal): - Uses **only integer math** (32bit). - **No dependencies** (uses only stdint standard library), extremely portable. - **Single header**, KISS, suckless. +- **No dynamic heap allocation.** - **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).