From d0736379d3590e795fdd6245a0e049bdc65d1ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sat, 1 Jun 2019 16:36:40 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d3cf3e..19706f3 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ features - Single header, KISS. - Advanced rendering of variable height floor and ceiling. - Textured walls and floor. -- Depth information (for fog). +- Depth information (e.g. for fog or z-buffer rendering). - Camera shearing (looking up/down). - Camera movement with collisions. - Partial support for opening door. -- Pure C, tested to run as C++ as well. +- Pure C99, tested to run as C++ as well. - Optional framework functions that handle the whole rendering. - Still flexible -- pixels are left for you to draw in any way you want. - Tested on multiple platforms (PC, Arduboy, Pokitto, Gamebuino META).