1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/raycastlib.git synced 2024-11-21 20:29:59 +01:00

Update readme

This commit is contained in:
Miloslav Ciz 2022-02-23 14:47:46 +01:00
parent d25995bf6c
commit 260ddbbd2d

View file

@ -41,6 +41,7 @@ features
- Uses **only integer math** (32bit). The tiny version should only require 16bit, but isn't completed. - Uses **only integer math** (32bit). The tiny version should only require 16bit, but isn't completed.
- **No dependencies** (uses only stdint standard library), extremely portable. - **No dependencies** (uses only stdint standard library), extremely portable.
- **Single header**, KISS, suckless. - **Single header**, KISS, suckless.
- **No dynamic heap allocation**.
- Advanced rendering of **variable height floor and ceiling**. - Advanced rendering of **variable height floor and ceiling**.
- **Textured walls and floor**. - **Textured walls and floor**.
- **Depth information** (e.g. for fog or z-buffer rendering). - **Depth information** (e.g. for fog or z-buffer rendering).