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:
parent
d25995bf6c
commit
260ddbbd2d
1 changed files with 1 additions and 0 deletions
|
@ -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).
|
||||||
|
|
Loading…
Reference in a new issue